Searched refs:GetFormType (Results 1 – 9 of 9) sorted by relevance
65 switch (pContext->GetFormType()) { in LoadPage()91 switch (pContext->GetFormType()) { in GetPageWidth()113 switch (pContext->GetFormType()) { in GetPageHeight()161 switch (pContext->GetFormType()) { in GetDisplayMatrix()
63 if (m_pContext->GetFormType() != FormType::kXFAFull) in InvalidateRect()84 if (m_pContext->GetFormType() != FormType::kXFAFull) in DisplayCaret()310 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPostAdd()327 if (m_pContext->GetFormType() != FormType::kXFAFull || !hWidget) in WidgetPreRemove()355 if (m_pContext->GetFormType() != FormType::kXFAFull) in GetCurrentPage()513 if (m_pContext->GetFormType() != FormType::kXFAFull) in GotoURL()
45 FormType GetFormType() const { return m_FormType; } in GetFormType() function
157 if (m_pXFADoc->GetFormType() == FormType::kXFAFull) in LoadXFADoc()
51 virtual int GetFormType() const = 0;76 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(point)); in TypeTextIntoTextField()187 int GetFormType() const override { return FPDF_FORMFIELD_TEXTFIELD; } in GetFormType() function in FPDFFormFillTextFormEmbedderTest190 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormBegin())); in FormSanityChecks()191 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(CharLimitFormEnd())); in FormSanityChecks()192 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormBegin())); in FormSanityChecks()193 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(RegularFormEnd())); in FormSanityChecks()257 int GetFormType() const override { return FPDF_FORMFIELD_COMBOBOX; } in GetFormType() function in FPDFFormFillComboBoxFormEmbedderTest260 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormBegin())); in FormSanityChecks()261 EXPECT_EQ(GetFormType(), GetFormTypeAtPoint(EditableFormEnd())); in FormSanityChecks()[all …]
136 if (doc->GetFormType() != FormType::kXFAFull) in moveInstance()167 if (doc->GetFormType() != FormType::kXFAFull) in removeInstance()208 if (doc->GetFormType() != FormType::kXFAFull) in setInstances()222 if (doc->GetFormType() != FormType::kXFAFull) in addInstance()263 if (doc->GetFormType() != FormType::kXFAFull) in insertInstance()
55 FormType GetFormType() const { return m_FormType; } in GetFormType() function
102 FormType GetFormType() const;
1457 FormType CXFA_Document::GetFormType() const { in GetFormType() function in CXFA_Document1458 return GetNotify()->GetHDOC()->GetFormType(); in GetFormType()