Home
last modified time | relevance | path

Searched refs:IXFA_Notify (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp25 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 …]
Dxfa_script_signaturepseudomodel.cpp31 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()
Dxfa_parser_imp.h81 CXFA_DocumentParser(IXFA_Notify* pNotify);
96 virtual IXFA_Notify* GetNotify() const { return m_pNotify; } in GetNotify()
102 IXFA_Notify* m_pNotify;
Dxfa_script_layoutpseudomodel.cpp29 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()
Dxfa_layout_appadapter.cpp49 IXFA_Notify* pNotify = in XFA_ReleaseLayoutItem()
Dxfa_object_imp.cpp1310 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 …]
Dxfa_script_hostpseudomodel.h77 IXFA_Notify* pNotify,
Dxfa_layout_pagemgr_new.cpp409 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()
Dxfa_script_eventpseudomodel.cpp247 IXFA_Notify* pNotify = m_pDocument->GetParser()->GetNotify(); in Script_EventPseudoModel_Emit()
Dxfa_script_imp.cpp168 IXFA_Notify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter()
250 IXFA_Notify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter()
Dxfa_document_imp.cpp90 IXFA_Notify* CXFA_Document::GetNotify() const { in GetNotify()
Dxfa_layout_itemlayout.cpp103 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()
Dxfa_parser_imp.cpp1389 IXFA_DocParser* IXFA_DocParser::Create(IXFA_Notify* pNotify) { in Create()
1392 CXFA_DocumentParser::CXFA_DocumentParser(IXFA_Notify* pNotify) in CXFA_DocumentParser()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h17 class IXFA_Notify; variable
67 class IXFA_Notify {
69 virtual ~IXFA_Notify() {} in ~IXFA_Notify()
142 IXFA_Notify* GetNotify() const;
Dxfa_parser.h31 static IXFA_DocParser* Create(IXFA_Notify* pNotify);
33 virtual IXFA_Notify* GetNotify() const = 0;
Dxfa_object.h11 class IXFA_Notify; variable
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffnotify.h9 class CXFA_FFNotify : public IXFA_Notify {