Searched refs:kXFAFull (Results 1 – 7 of 7) sorted by relevance
157 if (m_pXFADoc->GetFormType() == FormType::kXFAFull) in LoadXFADoc()158 m_FormType = FormType::kXFAFull; in LoadXFADoc()181 case FormType::kXFAFull: in GetPageCount()218 if (m_FormType != FormType::kXFAFull) in GetXFAPage()248 return m_FormType == FormType::kXFAFull || in ContainsExtensionForm()253 return m_FormType == FormType::kXFAFull; in ContainsExtensionFullForm()
70 case FormType::kXFAFull: in LoadPage()98 case FormType::kXFAFull: in GetPageWidth()120 case FormType::kXFAFull: in GetPageHeight()168 case FormType::kXFAFull: 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()
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()
56 kXFAFull = 2, enumerator
166 m_FormType = FormType::kXFAFull; in OpenDoc()
86 static_assert(static_cast<int>(FormType::kXFAFull) == FORMTYPE_XFA_FULL,