• Home
  • Raw
  • Download

Lines Matching refs:CXFA_FFNotify

46 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {}  in CXFA_FFNotify()  function in CXFA_FFNotify
48 CXFA_FFNotify::~CXFA_FFNotify() {} in ~CXFA_FFNotify()
50 void CXFA_FFNotify::OnPageEvent(CXFA_ViewLayoutItem* pSender, in OnPageEvent()
57 void CXFA_FFNotify::OnWidgetListItemAdded(CXFA_Node* pSender, in OnWidgetListItemAdded()
70 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_Node* pSender, in OnWidgetListItemRemoved()
82 std::unique_ptr<CXFA_FFPageView> CXFA_FFNotify::OnCreateViewLayoutItem( in OnCreateViewLayoutItem()
92 std::unique_ptr<CXFA_FFWidget> CXFA_FFNotify::OnCreateContentLayoutItem( in OnCreateContentLayoutItem()
191 void CXFA_FFNotify::StartFieldDrawLayout(CXFA_Node* pItem, in StartFieldDrawLayout()
197 bool CXFA_FFNotify::RunScript(CXFA_Script* script, CXFA_Node* item) { in RunScript()
211 XFA_EventError CXFA_FFNotify::ExecEventByDeepFirst(CXFA_Node* pFormNode, in ExecEventByDeepFirst()
222 void CXFA_FFNotify::AddCalcValidate(CXFA_Node* pNode) { in AddCalcValidate()
231 IXFA_AppProvider* CXFA_FFNotify::GetAppProvider() { in GetAppProvider()
235 CXFA_FFWidgetHandler* CXFA_FFNotify::GetWidgetHandler() { in GetWidgetHandler()
240 void CXFA_FFNotify::OpenDropDownList(CXFA_Node* pNode) { in OpenDropDownList()
275 void CXFA_FFNotify::ResetData(CXFA_Node* pNode) { in ResetData()
283 int32_t CXFA_FFNotify::GetLayoutStatus() { in GetLayoutStatus()
288 void CXFA_FFNotify::RunNodeInitialize(CXFA_Node* pNode) { in RunNodeInitialize()
296 void CXFA_FFNotify::RunSubformIndexChange(CXFA_Node* pSubformNode) { in RunSubformIndexChange()
304 CXFA_Node* CXFA_FFNotify::GetFocusWidgetNode() { in GetFocusWidgetNode()
309 void CXFA_FFNotify::SetFocusWidgetNode(CXFA_Node* pNode) { in SetFocusWidgetNode()
316 void CXFA_FFNotify::OnNodeReady(CXFA_Node* pNode) { in OnNodeReady()
338 void CXFA_FFNotify::OnValueChanging(CXFA_Node* pSender, XFA_Attribute eAttr) { in OnValueChanging()
359 void CXFA_FFNotify::OnValueChanged(CXFA_Node* pSender, in OnValueChanged()
423 void CXFA_FFNotify::OnContainerChanged(CXFA_Node* pNode) { in OnContainerChanged()
427 void CXFA_FFNotify::OnChildAdded(CXFA_Node* pSender) { in OnChildAdded()
442 void CXFA_FFNotify::OnChildRemoved() { in OnChildRemoved()
454 void CXFA_FFNotify::OnLayoutItemAdded(CXFA_LayoutProcessor* pLayout, in OnLayoutItemAdded()
490 void CXFA_FFNotify::OnLayoutItemRemoving(CXFA_LayoutProcessor* pLayout, in OnLayoutItemRemoving()