Searched refs:IXFA_Notify (Results 1 – 17 of 17) sorted by relevance
25 IXFA_Notify* pNotify, in Script_HostPseudoModel_LoadString()35 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_HostPseudoModel_AppType()51 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_HostPseudoModel_FoxitAppType()67 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_HostPseudoModel_CalculationsEnabled()84 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_HostPseudoModel_CurrentPage()101 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_HostPseudoModel_Language()117 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_HostPseudoModel_NumPages()133 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_HostPseudoModel_Platform()152 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_HostPseudoModel_Title()172 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_HostPseudoModel_ValidationsEnabled()[all …]
31 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_SignaturePseudoModel_Verify()53 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_SignaturePseudoModel_Sign()87 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_SignaturePseudoModel_Enumerate()103 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_SignaturePseudoModel_Clear()
81 CXFA_DocumentParser(IXFA_Notify* pNotify);96 virtual IXFA_Notify* GetNotify() const { return m_pNotify; } in GetNotify()102 IXFA_Notify* m_pNotify;
29 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_LayoutPseudoModel_Ready()370 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_LayoutPseudoModel_PageContent()393 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_LayoutPseudoModel_AbsPageCountInBatch()406 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_LayoutPseudoModel_SheetCountInBatch()448 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_LayoutPseudoModel_AbsPageInBatch()482 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_LayoutPseudoModel_SheetInBatch()
49 IXFA_Notify* pNotify = in XFA_ReleaseLayoutItem()
1310 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_Attribute_SendAttributeChangeMessage()1607 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_Som_Message()2188 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_Field_ExecInitialize()2281 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_Field_ExecCalculate()2364 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_Field_ExecValidate()2454 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_ExclGroup_ExecInitialize()2467 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_ExclGroup_ExecCalculate()2480 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_ExclGroup_ExecValidate()2543 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_Som_InstanceIndex()2621 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_Subform_ExecInitialize()[all …]
77 IXFA_Notify* pNotify,
409 IXFA_Notify* pNotify = in AddPageAreaLayoutItem()1546 IXFA_Notify* pNotify, in XFA_SyncRemoveLayoutItem()1569 IXFA_Notify* pNotify = in SaveLayoutItem()1630 IXFA_Notify* pNotify = pDocument->GetParser()->GetNotify(); in MergePageSetContents()1841 void XFA_SyncContainer(IXFA_Notify* pNotify, in XFA_SyncContainer()1876 IXFA_Notify* pNotify = in SyncLayoutData()1981 IXFA_Notify* pNotify = in PrepareLayout()
247 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_EventPseudoModel_Emit()
168 IXFA_Notify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter()250 IXFA_Notify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter()
90 IXFA_Notify* CXFA_Document::GetNotify() const { in GetNotify()
103 IXFA_Notify* pNotify = pDocument->GetParser()->GetNotify(); in FindLayoutItemSplitPos()564 IXFA_Notify* pNotify = in ExtractLayoutItem()629 IXFA_Notify* pNotify = pGenerateNode->GetDocument()->GetParser()->GetNotify(); in XFA_DeleteLayoutGeneratedNode()2923 IXFA_Notify* pNotify = pDocument->GetParser()->GetNotify(); in DoLayoutField()
1389 IXFA_DocParser* IXFA_DocParser::Create(IXFA_Notify* pNotify) { in Create()1392 CXFA_DocumentParser::CXFA_DocumentParser(IXFA_Notify* pNotify) in CXFA_DocumentParser()
17 class IXFA_Notify; variable67 class IXFA_Notify {69 virtual ~IXFA_Notify() {} in ~IXFA_Notify()142 IXFA_Notify* GetNotify() const;
31 static IXFA_DocParser* Create(IXFA_Notify* pNotify);33 virtual IXFA_Notify* GetNotify() const = 0;
11 class IXFA_Notify; variable
9 class CXFA_FFNotify : public IXFA_Notify {