Lines Matching refs:m_pDocument

129 	m_pDocument(NULL),

177 m_pDocument = pDocument->GetReaderDoc();
178 ASSERT(m_pDocument != NULL);
180 m_bCanSet = m_pDocument->GetPermissions(FPDFPERM_FILL_FORM) ||
181 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) ||
182 m_pDocument->GetPermissions(FPDFPERM_MODIFY);
184 CPDFSDK_InterForm* pRDInterForm = m_pDocument->GetInterForm();
232 ASSERT(m_pDocument != NULL);
234 Field::GetFormFields(m_pDocument, csFieldName, FieldArray);
382 ASSERT(m_pDocument != NULL);
397 Field::SetAlignment(m_pDocument, m_FieldName, m_nFormControlIndex, alignStr);
442 ASSERT(m_pDocument != NULL);
457 Field::SetBorderStyle(m_pDocument, m_FieldName, m_nFormControlIndex, strType);
469 CPDFSDK_Widget* pWidget = GetWidget(m_pDocument, GetSmartFieldControl(pFormField));
563 ASSERT(m_pDocument != NULL);
578 Field::SetButtonAlignX(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
614 ASSERT(m_pDocument != NULL);
629 Field::SetButtonAlignY(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
665 ASSERT(m_pDocument != NULL);
680 Field::SetButtonFitBounds(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
712 ASSERT(m_pDocument != NULL);
727 Field::SetButtonPosition(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
757 ASSERT(m_pDocument != NULL);
772 Field::SetButtonScaleHow(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
807 ASSERT(m_pDocument != NULL);
822 Field::SetButtonScaleWhen(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
869 ASSERT(m_pDocument != NULL);
884 Field::SetCalcOrderIndex(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
899 CPDFSDK_InterForm* pRDInterForm = m_pDocument->GetInterForm();
918 ASSERT(m_pDocument != NULL);
933 Field::SetCharLimit(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
960 ASSERT(m_pDocument != NULL);
975 Field::SetComb(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
1006 ASSERT(m_pDocument != NULL);
1021 Field::SetCommitOnSelChange(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
1052 ASSERT(m_pDocument != NULL);
1086 Field::SetCurrentValueIndices(m_pDocument, m_FieldName, m_nFormControlIndex, array);
1180 ASSERT(m_pDocument != NULL);
1195 Field::SetDefaultValue(m_pDocument, m_FieldName, m_nFormControlIndex, WideStr);
1224 ASSERT(m_pDocument != NULL);
1239 Field::SetDoNotScroll(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
1270 ASSERT(m_pDocument != NULL);
1332 ASSERT(m_pDocument != NULL);
1347 Field::SetDisplay(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
1359 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
1514 ASSERT(m_pDocument != NULL);
1547 ASSERT(m_pDocument != NULL);
1596 ASSERT(m_pDocument != NULL);
1629 ASSERT(m_pDocument != NULL);
1653 Field::SetFillColor(m_pDocument, m_FieldName, m_nFormControlIndex, color);
1707 ASSERT(m_pDocument != NULL);
1722 Field::SetHidden(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
1734 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
1838 ASSERT(m_pDocument != NULL);
1853 Field::SetHighlight(m_pDocument, m_FieldName, m_nFormControlIndex, strMode);
1902 ASSERT(m_pDocument != NULL);
1917 Field::SetLineWidth(m_pDocument, m_FieldName, m_nFormControlIndex, iWidth);
1932 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
2000 ASSERT(m_pDocument != NULL);
2015 Field::SetMultiline(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
2046 ASSERT(m_pDocument != NULL);
2061 Field::SetMultipleSelection(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
2134 ASSERT(m_pDocument != NULL);
2136 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
2170 ASSERT(m_pDocument != NULL);
2185 Field::SetPassword(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
2216 ASSERT(m_pDocument != NULL);
2218 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
2259 UpdateFormField(m_pDocument, pFormField, TRUE, FALSE, TRUE);
2277 UpdateFormControl(m_pDocument, pFormField->GetControl(m_nFormControlIndex), TRUE, FALSE, TRUE);
2303 ASSERT(m_pDocument != NULL);
2336 ASSERT(m_pDocument != NULL);
2366 ASSERT(m_pDocument != NULL);
2395 Field::SetRect(m_pDocument, m_FieldName, m_nFormControlIndex, crRect);
2407 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
2521 ASSERT(m_pDocument != NULL);
2555 ASSERT(m_pDocument != NULL);
2570 Field::SetRichText(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
2621 ASSERT(m_pDocument != NULL);
2636 Field::SetRotation(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
2664 ASSERT(m_pDocument != NULL);
2684 Field::SetStrokeColor(m_pDocument, m_FieldName, m_nFormControlIndex, color);
2743 ASSERT(m_pDocument != NULL);
2758 Field::SetStyle(m_pDocument, m_FieldName, m_nFormControlIndex, csBCaption);
2820 ASSERT(m_pDocument != NULL);
2839 Field::SetTextColor(m_pDocument, m_FieldName, m_nFormControlIndex, color);
2883 ASSERT(m_pDocument != NULL);
2899 Field::SetTextFont(m_pDocument, m_FieldName, m_nFormControlIndex, csFontName);
2940 ASSERT(m_pDocument != NULL);
2955 Field::SetTextSize(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
2989 ASSERT(m_pDocument != NULL);
3036 ASSERT(m_pDocument != NULL);
3051 Field::SetUserName(m_pDocument, m_FieldName, m_nFormControlIndex, swName);
3076 ASSERT(m_pDocument != NULL);
3109 Field::SetValue(m_pDocument, m_FieldName, m_nFormControlIndex, strArray);
3296 ASSERT(m_pDocument != NULL);
3346 ASSERT(m_pDocument != NULL);
3355 CPDFDoc_Environment* pApp = m_pDocument->GetEnv();
3365 UpdateFormField(m_pDocument, pFormField, TRUE, TRUE, TRUE);
3377 ASSERT(m_pDocument != NULL);
3413 ASSERT(m_pDocument != NULL);
3469 ASSERT(m_pDocument != NULL);
3478 CPDFDoc_Environment* pEnv = m_pDocument->GetEnv();
3488 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
3502 UpdateFormControl(m_pDocument, pFormControl, TRUE, TRUE, TRUE);
3521 ASSERT(m_pDocument != NULL);
3552 UpdateFormField(m_pDocument, pFormField, TRUE, TRUE, TRUE);
3564 ASSERT(m_pDocument != NULL);
3618 ASSERT(m_pDocument != NULL);
3671 ASSERT(m_pDocument != NULL);
3724 ASSERT(m_pDocument != NULL);
3759 ASSERT(m_pDocument != NULL);
3798 ASSERT(m_pDocument != NULL);
3811 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)m_pDocument->GetInterForm();
3821 CPDFDoc_Environment* pEnv = m_pDocument->GetEnv();
3823 CPDF_Page* pPage = (CPDF_Page*)pEnv->FFI_GetCurrentPage(m_pDocument->GetDocument());
3826 if (CPDFSDK_PageView* pCurPageView = m_pDocument->GetPageView(pPage))
3844 m_pDocument->SetFocusAnnot(pWidget);