Searched refs:GetFormType (Results 1 – 10 of 10) sorted by relevance
67 switch (m_pContext->GetFormType()) { in LoadPage()92 switch (m_pContext->GetFormType()) { in GetPageWidth()110 switch (m_pContext->GetFormType()) { in GetPageHeight()175 switch (m_pContext->GetFormType()) { in GetDisplayMatrix()
59 if (m_pContext->GetFormType() != FormType::kXFAFull) in InvalidateRect()80 if (m_pContext->GetFormType() != FormType::kXFAFull) in DisplayCaret()293 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPostAdd()311 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPreRemove()338 if (m_pContext->GetFormType() != FormType::kXFAFull) in GetCurrentPage()351 m_pContext->GetFormType() != FormType::kXFAFull || iCurPage < 0 || in SetCurrentPage()513 if (m_pContext->GetFormType() != FormType::kXFAFull) in GotoURL()
43 FormType GetFormType() const { return m_FormType; } in GetFormType() function
109 if (m_pXFADoc->GetFormType() == FormType::kXFAFull) in LoadXFADoc()
49 virtual int GetFormType() const = 0;68 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(point)); in TypeTextIntoTextField()145 int GetFormType() const override { return FPDF_FORMFIELD_TEXTFIELD; } in GetFormType() function in FPDFFormFillTextFormEmbeddertest148 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormBegin())); in FormSanityChecks()149 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormEnd())); in FormSanityChecks()150 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormBegin())); in FormSanityChecks()151 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormEnd())); in FormSanityChecks()215 int GetFormType() const override { return FPDF_FORMFIELD_COMBOBOX; } in GetFormType() function in FPDFFormFillComboBoxFormEmbeddertest218 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormBegin())); in FormSanityChecks()219 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormEnd())); in FormSanityChecks()[all …]
91 if (pPage->GetContext()->GetFormType() == FormType::kXFAFull) {429 if (m_pFormFillEnv->GetXFAContext()->GetFormType() == FormType::kXFAFull) {486 switch (m_page->GetContext()->GetFormType()) {
76 if (pContext->GetFormType() == FormType::kXFAForeground) { in GetMixXFAWidget()99 if (pContext->GetFormType() != FormType::kXFAForeground) in GetGroupMixXFAWidget()112 if (pContext->GetFormType() != FormType::kXFAForeground) in GetXFAWidgetHandler()512 FormType formType = pContext->GetFormType(); in IsAppearanceValid()
246 if (pContext->GetFormType() == FormType::kXFAForeground) { in OnLoad()
58 FormType GetFormType() const { return m_FormType; } in GetFormType() function
95 return m_pDoc->GetFormType() == FormType::kXFAForeground; in IsStaticNotify()