Searched refs:CXFA_FFNotify (Results 1 – 5 of 5) sorted by relevance
39 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {} in CXFA_FFNotify() function in CXFA_FFNotify40 CXFA_FFNotify::~CXFA_FFNotify() {} in ~CXFA_FFNotify()41 void CXFA_FFNotify::OnPageEvent(IXFA_LayoutPage* pSender, in OnPageEvent()50 void CXFA_FFNotify::OnNodeEvent(CXFA_Node* pSender, in OnNodeEvent()74 void CXFA_FFNotify::OnWidgetDataEvent(CXFA_WidgetData* pSender, in OnWidgetDataEvent()149 CXFA_LayoutItem* CXFA_FFNotify::OnCreateLayoutItem(CXFA_Node* pNode) { in OnCreateLayoutItem()235 void CXFA_FFNotify::OnLayoutEvent(IXFA_DocLayout* pLayout, in OnLayoutEvent()259 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem, in StartFieldDrawLayout()268 FX_BOOL CXFA_FFNotify::FindSplitPos(CXFA_Node* pItem, in FindSplitPos()277 FX_BOOL CXFA_FFNotify::RunScript(CXFA_Node* pScript, CXFA_Node* pFormItem) { in RunScript()[all …]
9 class CXFA_FFNotify : public IXFA_Notify {11 CXFA_FFNotify(CXFA_FFDoc* pDoc);12 ~CXFA_FFNotify();
13 class CXFA_FFNotify; variable56 CXFA_FFNotify* m_pNotify;
130 friend class CXFA_FFNotify; variable
32 m_pNotify = new CXFA_FFNotify(this); in StartLoad()