Home | History | Annotate | Download | only in javascript

Lines Matching refs:m_pDocument

128 	m_pDocument(NULL),
176 m_pDocument = pDocument->GetReaderDoc();
177 ASSERT(m_pDocument != NULL);
179 m_bCanSet = m_pDocument->GetPermissions(FPDFPERM_FILL_FORM) ||
180 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) ||
181 m_pDocument->GetPermissions(FPDFPERM_MODIFY);
183 CPDFSDK_InterForm* pRDInterForm = m_pDocument->GetInterForm();
231 ASSERT(m_pDocument != NULL);
233 Field::GetFormFields(m_pDocument, csFieldName, FieldArray);
381 ASSERT(m_pDocument != NULL);
396 Field::SetAlignment(m_pDocument, m_FieldName, m_nFormControlIndex, alignStr);
441 ASSERT(m_pDocument != NULL);
456 Field::SetBorderStyle(m_pDocument, m_FieldName, m_nFormControlIndex, strType);
468 CPDFSDK_Widget* pWidget = GetWidget(m_pDocument, GetSmartFieldControl(pFormField));
562 ASSERT(m_pDocument != NULL);
577 Field::SetButtonAlignX(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
613 ASSERT(m_pDocument != NULL);
628 Field::SetButtonAlignY(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
664 ASSERT(m_pDocument != NULL);
679 Field::SetButtonFitBounds(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
711 ASSERT(m_pDocument != NULL);
726 Field::SetButtonPosition(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
756 ASSERT(m_pDocument != NULL);
771 Field::SetButtonScaleHow(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
806 ASSERT(m_pDocument != NULL);
821 Field::SetButtonScaleWhen(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
868 ASSERT(m_pDocument != NULL);
883 Field::SetCalcOrderIndex(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
898 CPDFSDK_InterForm* pRDInterForm = m_pDocument->GetInterForm();
917 ASSERT(m_pDocument != NULL);
932 Field::SetCharLimit(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
959 ASSERT(m_pDocument != NULL);
974 Field::SetComb(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
1005 ASSERT(m_pDocument != NULL);
1020 Field::SetCommitOnSelChange(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
1051 ASSERT(m_pDocument != NULL);
1085 Field::SetCurrentValueIndices(m_pDocument, m_FieldName, m_nFormControlIndex, array);
1179 ASSERT(m_pDocument != NULL);
1194 Field::SetDefaultValue(m_pDocument, m_FieldName, m_nFormControlIndex, WideStr);
1223 ASSERT(m_pDocument != NULL);
1238 Field::SetDoNotScroll(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
1269 ASSERT(m_pDocument != NULL);
1331 ASSERT(m_pDocument != NULL);
1346 Field::SetDisplay(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
1358 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
1511 ASSERT(m_pDocument != NULL);
1542 ASSERT(m_pDocument != NULL);
1591 ASSERT(m_pDocument != NULL);
1624 ASSERT(m_pDocument != NULL);
1648 Field::SetFillColor(m_pDocument, m_FieldName, m_nFormControlIndex, color);
1702 ASSERT(m_pDocument != NULL);
1717 Field::SetHidden(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
1729 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
1833 ASSERT(m_pDocument != NULL);
1848 Field::SetHighlight(m_pDocument, m_FieldName, m_nFormControlIndex, strMode);
1897 ASSERT(m_pDocument != NULL);
1912 Field::SetLineWidth(m_pDocument, m_FieldName, m_nFormControlIndex, iWidth);
1927 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
1995 ASSERT(m_pDocument != NULL);
2010 Field::SetMultiline(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
2041 ASSERT(m_pDocument != NULL);
2056 Field::SetMultipleSelection(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
2129 ASSERT(m_pDocument != NULL);
2131 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
2165 ASSERT(m_pDocument != NULL);
2180 Field::SetPassword(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
2211 ASSERT(m_pDocument != NULL);
2213 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
2254 UpdateFormField(m_pDocument, pFormField, TRUE, FALSE, TRUE);
2272 UpdateFormControl(m_pDocument, pFormField->GetControl(m_nFormControlIndex), TRUE, FALSE, TRUE);
2298 ASSERT(m_pDocument != NULL);
2331 ASSERT(m_pDocument != NULL);
2361 ASSERT(m_pDocument != NULL);
2390 Field::SetRect(m_pDocument, m_FieldName, m_nFormControlIndex, crRect);
2402 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
2516 ASSERT(m_pDocument != NULL);
2550 ASSERT(m_pDocument != NULL);
2565 Field::SetRichText(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
2616 ASSERT(m_pDocument != NULL);
2631 Field::SetRotation(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
2659 ASSERT(m_pDocument != NULL);
2679 Field::SetStrokeColor(m_pDocument, m_FieldName, m_nFormControlIndex, color);
2738 ASSERT(m_pDocument != NULL);
2753 Field::SetStyle(m_pDocument, m_FieldName, m_nFormControlIndex, csBCaption);
2815 ASSERT(m_pDocument != NULL);
2834 Field::SetTextColor(m_pDocument, m_FieldName, m_nFormControlIndex, color);
2878 ASSERT(m_pDocument != NULL);
2894 Field::SetTextFont(m_pDocument, m_FieldName, m_nFormControlIndex, csFontName);
2935 ASSERT(m_pDocument != NULL);
2950 Field::SetTextSize(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
2984 ASSERT(m_pDocument != NULL);
3031 ASSERT(m_pDocument != NULL);
3046 Field::SetUserName(m_pDocument, m_FieldName, m_nFormControlIndex, swName);
3071 ASSERT(m_pDocument != NULL);
3104 Field::SetValue(m_pDocument, m_FieldName, m_nFormControlIndex, strArray);
3290 ASSERT(m_pDocument != NULL);
3340 ASSERT(m_pDocument != NULL);
3349 CPDFDoc_Environment* pApp = m_pDocument->GetEnv();
3359 UpdateFormField(m_pDocument, pFormField, TRUE, TRUE, TRUE);
3371 ASSERT(m_pDocument != NULL);
3407 ASSERT(m_pDocument != NULL);
3463 ASSERT(m_pDocument != NULL);
3472 CPDFDoc_Environment* pEnv = m_pDocument->GetEnv();
3482 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
3496 UpdateFormControl(m_pDocument, pFormControl, TRUE, TRUE, TRUE);
3515 ASSERT(m_pDocument != NULL);
3545 UpdateFormField(m_pDocument, pFormField, TRUE, TRUE, TRUE);
3556 ASSERT(m_pDocument != NULL);
3606 ASSERT(m_pDocument != NULL);
3659 ASSERT(m_pDocument != NULL);
3711 ASSERT(m_pDocument != NULL);
3746 ASSERT(m_pDocument != NULL);
3785 ASSERT(m_pDocument != NULL);
3798 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
3808 CPDFDoc_Environment* pEnv = m_pDocument->GetEnv();
3810 CPDF_Page* pPage = (CPDF_Page*)pEnv->FFI_GetCurrentPage(m_pDocument->GetDocument());
3813 if (CPDFSDK_PageView* pCurPageView = m_pDocument->GetPageView(pPage))
3831 m_pDocument->SetFocusAnnot(pWidget);