Home
last modified time | relevance | path

Searched refs:pNotify (Results 1 – 25 of 25) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp82 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in appType() local
83 if (!pNotify) in appType()
96 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in calculationsEnabled() local
97 if (!pNotify) in calculationsEnabled()
100 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in calculationsEnabled()
112 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in currentPage() local
113 if (!pNotify) in currentPage()
116 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in currentPage()
127 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in language() local
128 if (!pNotify) in language()
[all …]
Dcjx_form.cpp73 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
74 if (pNotify) in execInitialize()
75 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize, false, in execInitialize()
92 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in recalculate() local
93 if (!pNotify || runtime->ToInt32(params[0]) != 0) in recalculate()
96 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, true); in recalculate()
97 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate, false, true); in recalculate()
98 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Ready, true, true); in recalculate()
108 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
109 if (pNotify) in execCalculate()
[all …]
Dcjx_subform.cpp54 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
55 if (pNotify) in execInitialize()
56 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize, false, in execInitialize()
67 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
68 if (pNotify) in execCalculate()
69 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
80 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local
81 if (!pNotify) in execValidate()
84 XFA_EventError iRet = pNotify->ExecEventByDeepFirst( in execValidate()
Dcjx_instancemanager.cpp98 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SetInstances() local
99 if (!pNotify) in SetInstances()
102 pNotify->RunNodeInitialize(pNewInstance); in SetInstances()
146 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in moveInstance() local
147 if (!pNotify) in moveInstance()
152 pNotify->RunSubformIndexChange(pToInstance); in moveInstance()
157 pNotify->RunSubformIndexChange(pFromInstance); in moveInstance()
189 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in removeInstance() local
190 if (pNotify) { in removeInstance()
195 pNotify->RunSubformIndexChange(pSubformInstance); in removeInstance()
[all …]
Dcjx_exclgroup.cpp54 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
55 if (pNotify) in execInitialize()
56 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize, false, in execInitialize()
67 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
68 if (pNotify) in execCalculate()
69 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
Dcjx_field.cpp77 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local
78 if (pNotify) { in execInitialize()
79 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize, false, in execInitialize()
157 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local
158 if (pNotify) { in execCalculate()
159 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate()
235 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local
236 if (!pNotify) in execValidate()
239 XFA_EventError iRet = pNotify->ExecEventByDeepFirst( in execValidate()
Dcjx_node.cpp514 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execSingleEventByName() local
515 if (!pNotify) in execSingleEventByName()
528 return pNotify->ExecEventByDeepFirst( in execSingleEventByName()
535 return pNotify->ExecEventByDeepFirst( in execSingleEventByName()
545 pNotify->ExecEventByDeepFirst(GetXFANode(), eventParaInfo->m_eventType, in execSingleEventByName()
548 return pNotify->ExecEventByDeepFirst( in execSingleEventByName()
555 return pNotify->ExecEventByDeepFirst( in execSingleEventByName()
564 return pNotify->ExecEventByDeepFirst( in execSingleEventByName()
574 return pNotify->ExecEventByDeepFirst( in execSingleEventByName()
Dcfxjse_engine.cpp205 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter() local
206 if (!pNotify) in GlobalPropertySetter()
209 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in GlobalPropertySetter()
274 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter() local
275 if (!pNotify) in GlobalPropertyGetter()
278 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in GlobalPropertyGetter()
370 CXFA_FFNotify* pNotify = pObject->GetDocument()->GetNotify(); in NormalPropertyGetter() local
371 if (!pNotify) in NormalPropertyGetter()
374 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in NormalPropertyGetter()
Dcjx_layoutpseudomodel.cpp68 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready() local
69 if (!pNotify) in ready()
76 int32_t iStatus = pNotify->GetLayoutStatus(); in ready()
368 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent() local
369 if (!pNotify) in pageContent()
Dcjx_eventpseudomodel.cpp180 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit() local
181 if (!pNotify) in emit()
184 CXFA_FFWidgetHandler* pWidgetHandler = pNotify->GetWidgetHandler(); in emit()
Dcjx_object.cpp1056 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in OnChanging() local
1057 if (pNotify) in OnChanging()
1058 pNotify->OnValueChanging(ToNode(GetXFAObject()), eAttr); in OnChanging()
1298 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomMessage() local
1299 if (!pNotify) in ScriptSomMessage()
1302 pNotify->AddCalcValidate(ToNode(GetXFAObject())); in ScriptSomMessage()
1490 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ScriptSomInstanceIndex() local
1491 if (!pNotify) in ScriptSomInstanceIndex()
1496 pNotify->RunSubformIndexChange(pToInstance); in ScriptSomInstanceIndex()
1502 pNotify->RunSubformIndexChange(pFromInstance); in ScriptSomInstanceIndex()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutitem.cpp28 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in XFA_ReleaseLayoutItem() local
30 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem.Get()); in XFA_ReleaseLayoutItem()
32 pNotify->OnPageEvent(ToViewLayoutItem(pLayoutItem.Get()), in XFA_ReleaseLayoutItem()
Dcxfa_viewlayoutprocessor.cpp129 void SyncContainer(CXFA_FFNotify* pNotify, in SyncContainer() argument
151 pNotify->OnLayoutItemAdded(pDocLayout, pViewItem, nPageIndex, dwStatus); in SyncContainer()
155 SyncContainer(pNotify, pDocLayout, pChild, dwRelevantContainer, in SyncContainer()
247 CXFA_FFNotify* pNotify, in SyncRemoveLayoutItem() argument
253 SyncRemoveLayoutItem(pCurLayoutItem.Get(), pNotify, pDocLayout); in SyncRemoveLayoutItem()
256 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem); in SyncRemoveLayoutItem()
663 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify(); in AddPageAreaLayoutItem() local
665 pNewPageArea, pNotify->OnCreateViewLayoutItem(pNewPageArea)); in AddPageAreaLayoutItem()
668 pNotify->OnPageEvent(pViewItem.Get(), XFA_PAGEVIEWEVENT_PostRemoved); in AddPageAreaLayoutItem()
1598 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in SaveLayoutItemChildren() local
[all …]
Dcxfa_contentlayoutprocessor.cpp433 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify(); in DeleteLayoutGeneratedNode() local
443 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem.Get()); in DeleteLayoutGeneratedNode()
478 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in FindLayoutItemSplitPos() local
493 pNotify->GetHDOC()->GetDocView(), pLayoutItem->GetIndex(), in FindLayoutItemSplitPos()
642 CXFA_FFNotify* pNotify = pFormNode->GetDocument()->GetNotify(); in CreateContentLayoutItem() local
644 pFormNode, pNotify->OnCreateContentLayoutItem(pFormNode)); in CreateContentLayoutItem()
812 CXFA_FFNotify* pNotify = in ExtractLayoutItem() local
822 pNotify->OnLayoutItemRemoving(pDocLayout, pToDeleteItem.Get()); in ExtractLayoutItem()
2031 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in DoLayoutField() local
2033 pNotify->StartFieldDrawLayout(GetFormNode(), &size.width, &size.height); in DoLayoutField()
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp863 auto* pNotify = m_pForm->GetFormNotify(); in NotifyBeforeSelectionChange() local
864 return !pNotify || pNotify->BeforeSelectionChange(this, value); in NotifyBeforeSelectionChange()
868 auto* pNotify = m_pForm->GetFormNotify(); in NotifyAfterSelectionChange() local
869 if (pNotify) in NotifyAfterSelectionChange()
870 pNotify->AfterSelectionChange(this); in NotifyAfterSelectionChange()
874 auto* pNotify = m_pForm->GetFormNotify(); in NotifyBeforeValueChange() local
875 return !pNotify || pNotify->BeforeValueChange(this, value); in NotifyBeforeValueChange()
879 auto* pNotify = m_pForm->GetFormNotify(); in NotifyAfterValueChange() local
880 if (pNotify) in NotifyAfterValueChange()
881 pNotify->AfterValueChange(this); in NotifyAfterValueChange()
Dcpdf_interactiveform.h101 void SetNotifierIface(NotifierIface* pNotify);
Dcpdf_interactiveform.cpp1093 void CPDF_InteractiveForm::SetNotifierIface(NotifierIface* pNotify) { in SetNotifierIface() argument
1094 m_pFormNotify = pNotify; in SetNotifierIface()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.h91 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() argument
92 m_pFillerNotify = pNotify; in SetFillerNotify()
Dcpwl_edit.h93 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() argument
94 m_pFillerNotify = pNotify; in SetFillerNotify()
Dcpwl_list_impl.h50 void SetNotify(CPWL_List_Notify* pNotify) { m_pNotify = pNotify; } in SetNotify() argument
Dcpwl_combo_box.cpp586 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() argument
587 m_pFillerNotify = pNotify; in SetFillerNotify()
590 m_pEdit->SetFillerNotify(pNotify); in SetFillerNotify()
593 m_pList->SetFillerNotify(pNotify); in SetFillerNotify()
Dcpwl_combo_box.h75 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
Dcpwl_edit_impl.h271 void SetNotify(CPWL_EditCtrl* pNotify);
Dcpwl_edit_impl.cpp589 void CPWL_EditImpl::SetNotify(CPWL_EditCtrl* pNotify) { in SetNotify() argument
590 m_pNotify = pNotify; in SetNotify()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp1558 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChildAndNotify() local
1559 if (pNotify) in InsertChildAndNotify()
1560 pNotify->OnChildAdded(this); in InsertChildAndNotify()
1756 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in SetFlagAndNotify() local
1757 if (pNotify) { in SetFlagAndNotify()
1758 pNotify->OnNodeReady(this); in SetFlagAndNotify()
1781 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in OnRemoved() local
1782 if (pNotify) in OnRemoved()
1783 pNotify->OnChildRemoved(); in OnRemoved()
2049 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SendAttributeChangeMessage() local
[all …]