• Home
  • Raw
  • Download

Lines Matching refs:m_pDocument

120       m_pDocument(NULL),  in Field()
158 m_pDocument = pDocument->GetReaderDoc(); in AttachField()
159 m_bCanSet = m_pDocument->GetPermissions(FPDFPERM_FILL_FORM) || in AttachField()
160 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) || in AttachField()
161 m_pDocument->GetPermissions(FPDFPERM_MODIFY); in AttachField()
163 CPDFSDK_InterForm* pRDInterForm = m_pDocument->GetInterForm(); in AttachField()
201 return Field::GetFormFields(m_pDocument, csFieldName); in GetFormFields()
307 ASSERT(m_pDocument); in alignment()
319 Field::SetAlignment(m_pDocument, m_FieldName, m_nFormControlIndex, in alignment()
363 ASSERT(m_pDocument); in borderStyle()
375 Field::SetBorderStyle(m_pDocument, m_FieldName, m_nFormControlIndex, in borderStyle()
388 GetWidget(m_pDocument, GetSmartFieldControl(pFormField)); in borderStyle()
475 ASSERT(m_pDocument); in buttonAlignX()
487 Field::SetButtonAlignX(m_pDocument, m_FieldName, m_nFormControlIndex, in buttonAlignX()
524 ASSERT(m_pDocument); in buttonAlignY()
536 Field::SetButtonAlignY(m_pDocument, m_FieldName, m_nFormControlIndex, in buttonAlignY()
573 ASSERT(m_pDocument); in buttonFitBounds()
585 Field::SetButtonFitBounds(m_pDocument, m_FieldName, m_nFormControlIndex, in buttonFitBounds()
618 ASSERT(m_pDocument); in buttonPosition()
630 Field::SetButtonPosition(m_pDocument, m_FieldName, m_nFormControlIndex, in buttonPosition()
661 ASSERT(m_pDocument); in buttonScaleHow()
673 Field::SetButtonScaleHow(m_pDocument, m_FieldName, m_nFormControlIndex, in buttonScaleHow()
709 ASSERT(m_pDocument); in buttonScaleWhen()
721 Field::SetButtonScaleWhen(m_pDocument, m_FieldName, m_nFormControlIndex, in buttonScaleWhen()
768 ASSERT(m_pDocument); in calcOrderIndex()
780 Field::SetCalcOrderIndex(m_pDocument, m_FieldName, m_nFormControlIndex, in calcOrderIndex()
794 CPDFSDK_InterForm* pRDInterForm = m_pDocument->GetInterForm(); in calcOrderIndex()
812 ASSERT(m_pDocument); in charLimit()
824 Field::SetCharLimit(m_pDocument, m_FieldName, m_nFormControlIndex, nVP); in charLimit()
850 ASSERT(m_pDocument); in comb()
862 Field::SetComb(m_pDocument, m_FieldName, m_nFormControlIndex, bVP); in comb()
892 ASSERT(m_pDocument); in commitOnSelChange()
904 Field::SetCommitOnSelChange(m_pDocument, m_FieldName, m_nFormControlIndex, in commitOnSelChange()
964 Field::SetCurrentValueIndices(m_pDocument, m_FieldName, in currentValueIndices()
1039 ASSERT(m_pDocument); in defaultValue()
1051 Field::SetDefaultValue(m_pDocument, m_FieldName, m_nFormControlIndex, in defaultValue()
1080 ASSERT(m_pDocument); in doNotScroll()
1092 Field::SetDoNotScroll(m_pDocument, m_FieldName, m_nFormControlIndex, bVP); in doNotScroll()
1122 ASSERT(m_pDocument); in doNotSpellCheck()
1189 Field::SetDisplay(m_pDocument, m_FieldName, m_nFormControlIndex, nVP); in display()
1199 (CPDFSDK_InterForm*)m_pDocument->GetInterForm(); in display()
1445 Field::SetFillColor(m_pDocument, m_FieldName, m_nFormControlIndex, color); in fillColor()
1505 Field::SetHidden(m_pDocument, m_FieldName, m_nFormControlIndex, bVP); in hidden()
1515 (CPDFSDK_InterForm*)m_pDocument->GetInterForm(); in hidden()
1599 ASSERT(m_pDocument); in highlight()
1611 Field::SetHighlight(m_pDocument, m_FieldName, m_nFormControlIndex, in highlight()
1670 Field::SetLineWidth(m_pDocument, m_FieldName, m_nFormControlIndex, in lineWidth()
1685 (CPDFSDK_InterForm*)m_pDocument->GetInterForm(); in lineWidth()
1742 ASSERT(m_pDocument); in multiline()
1754 Field::SetMultiline(m_pDocument, m_FieldName, m_nFormControlIndex, bVP); in multiline()
1784 ASSERT(m_pDocument); in multipleSelection()
1796 Field::SetMultipleSelection(m_pDocument, m_FieldName, m_nFormControlIndex, in multipleSelection()
1874 m_pDocument->GetInterForm()->GetWidgets(pFormField, &widgets); in page()
1899 ASSERT(m_pDocument); in password()
1911 Field::SetPassword(m_pDocument, m_FieldName, m_nFormControlIndex, bVP); in password()
1942 (CPDFSDK_InterForm*)m_pDocument->GetInterForm(); in print()
1974 UpdateFormField(m_pDocument, pFormField, TRUE, FALSE, TRUE); in print()
1989 UpdateFormControl(m_pDocument, in print()
2098 Field::SetRect(m_pDocument, m_FieldName, m_nFormControlIndex, crRect); in rect()
2107 (CPDFSDK_InterForm*)m_pDocument->GetInterForm(); in rect()
2219 ASSERT(m_pDocument); in richText()
2231 Field::SetRichText(m_pDocument, m_FieldName, m_nFormControlIndex, bVP); in richText()
2273 ASSERT(m_pDocument); in rotation()
2285 Field::SetRotation(m_pDocument, m_FieldName, m_nFormControlIndex, nVP); in rotation()
2331 Field::SetStrokeColor(m_pDocument, m_FieldName, m_nFormControlIndex, in strokeColor()
2383 ASSERT(m_pDocument); in style()
2395 Field::SetStyle(m_pDocument, m_FieldName, m_nFormControlIndex, in style()
2476 Field::SetTextColor(m_pDocument, m_FieldName, m_nFormControlIndex, color); in textColor()
2518 ASSERT(m_pDocument); in textFont()
2532 Field::SetTextFont(m_pDocument, m_FieldName, m_nFormControlIndex, in textFont()
2574 ASSERT(m_pDocument); in textSize()
2586 Field::SetTextSize(m_pDocument, m_FieldName, m_nFormControlIndex, nVP); in textSize()
2666 ASSERT(m_pDocument); in userName()
2678 Field::SetUserName(m_pDocument, m_FieldName, m_nFormControlIndex, swName); in userName()
2727 Field::SetValue(m_pDocument, m_FieldName, m_nFormControlIndex, strArray); in value()
2926 CPDFDoc_Environment* pApp = m_pDocument->GetEnv(); in browseForFileToSubmit()
2932 UpdateFormField(m_pDocument, pFormField, TRUE, TRUE, TRUE); in browseForFileToSubmit()
3043 ASSERT(m_pDocument); in checkThisBox()
3073 UpdateFormField(m_pDocument, pFormField, TRUE, TRUE, TRUE); in checkThisBox()
3298 (CPDFSDK_InterForm*)m_pDocument->GetInterForm(); in setFocus()
3303 CPDFDoc_Environment* pEnv = m_pDocument->GetEnv(); in setFocus()
3305 pEnv->FFI_GetCurrentPage(m_pDocument->GetUnderlyingDocument())); in setFocus()
3308 if (CPDFSDK_PageView* pCurPageView = m_pDocument->GetPageView(pPage)) { in setFocus()
3322 m_pDocument->SetFocusAnnot(pWidget); in setFocus()