/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 76 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in appType() local 77 if (!pNotify) in appType() 90 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in calculationsEnabled() local 91 if (!pNotify) in calculationsEnabled() 94 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in calculationsEnabled() 96 pNotify->GetDocEnvironment()->SetCalculationsEnabled(hDoc, in calculationsEnabled() 100 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in calculationsEnabled() 106 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in currentPage() local 107 if (!pNotify) in currentPage() 110 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in currentPage() [all …]
|
D | cjx_form.cpp | 70 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local 71 if (pNotify) in execInitialize() 72 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize); in execInitialize() 88 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in recalculate() local 89 if (!pNotify || runtime->ToInt32(params[0]) != 0) in recalculate() 92 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in recalculate() 93 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in recalculate() 94 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Ready, true); in recalculate() 104 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local 105 if (pNotify) in execCalculate() [all …]
|
D | cjx_instancemanager.cpp | 94 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in SetInstances() local 95 if (!pNotify) in SetInstances() 98 pNotify->RunNodeInitialize(pNewInstance); in SetInstances() 145 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in moveInstance() local 146 if (!pNotify) in moveInstance() 151 pNotify->RunSubformIndexChange(pToInstance); in moveInstance() 156 pNotify->RunSubformIndexChange(pFromInstance); in moveInstance() 184 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in removeInstance() local 185 if (pNotify) { in removeInstance() 190 pNotify->RunSubformIndexChange(pSubformInstance); in removeInstance() [all …]
|
D | cjx_subform.cpp | 48 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local 49 if (pNotify) in execInitialize() 50 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize); in execInitialize() 60 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local 61 if (pNotify) in execCalculate() 62 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate() 72 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local 73 if (!pNotify) in execValidate() 77 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate); in execValidate()
|
D | cjx_exclgroup.cpp | 50 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local 51 if (pNotify) in execInitialize() 52 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize); in execInitialize() 62 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local 63 if (pNotify) in execCalculate() 64 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate); in execCalculate()
|
D | cjx_field.cpp | 71 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execInitialize() local 72 if (pNotify) { in execInitialize() 73 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Initialize, false, in execInitialize() 149 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execCalculate() local 150 if (pNotify) { in execCalculate() 151 pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Calculate, false, in execCalculate() 226 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execValidate() local 227 if (!pNotify) in execValidate() 230 int32_t iRet = pNotify->ExecEventByDeepFirst(GetXFANode(), XFA_EVENT_Validate, in execValidate()
|
D | cjx_node.cpp | 462 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in execSingleEventByName() local 463 if (!pNotify) in execSingleEventByName() 476 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 483 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 493 pNotify->ExecEventByDeepFirst(GetXFANode(), eventParaInfo->m_eventType, in execSingleEventByName() 496 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 503 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 514 return pNotify->ExecEventByDeepFirst( in execSingleEventByName() 527 return pNotify->ExecEventByDeepFirst( in execSingleEventByName()
|
D | cjx_eventpseudomodel.cpp | 164 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in emit() local 165 if (!pNotify) in emit() 168 CXFA_FFWidgetHandler* pWidgetHandler = pNotify->GetWidgetHandler(); in emit()
|
D | cjx_layoutpseudomodel.cpp | 59 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in ready() local 60 if (!pNotify) in ready() 67 int32_t iStatus = pNotify->GetLayoutStatus(); in ready() 364 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in pageContent() local 365 if (!pNotify) in pageContent()
|
D | cjx_object.cpp | 1190 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in OnChanging() local 1191 if (pNotify) in OnChanging() 1192 pNotify->OnValueChanging(ToNode(GetXFAObject()), eAttr); in OnChanging() 1429 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in Script_Som_Message() local 1430 if (!pNotify) in Script_Som_Message() 1433 pNotify->AddCalcValidate(ToNode(GetXFAObject())); in Script_Som_Message() 1635 CXFA_FFNotify* pNotify = GetDocument()->GetNotify(); in Script_Som_InstanceIndex() local 1636 if (!pNotify) in Script_Som_InstanceIndex() 1641 pNotify->RunSubformIndexChange(pToInstance); in Script_Som_InstanceIndex() 1647 pNotify->RunSubformIndexChange(pFromInstance); in Script_Som_InstanceIndex()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 842 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChild() local 843 if (pNotify) in InsertChild() 844 pNotify->OnChildAdded(this); in InsertChild() 889 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in InsertChild() local 890 if (pNotify) in InsertChild() 891 pNotify->OnChildAdded(this); in InsertChild() 1078 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in SetFlag() local 1079 if (pNotify) { in SetFlag() 1080 pNotify->OnNodeReady(this); in SetFlag() 1109 CXFA_FFNotify* pNotify = m_pDocument->GetNotify(); in OnRemoved() local [all …]
|
D | cxfa_layoutitem.cpp | 19 CXFA_FFNotify* pNotify = pLayoutItem->m_pFormNode->GetDocument()->GetNotify(); in XFA_ReleaseLayoutItem() local 25 pNotify->OnLayoutItemRemoving(pDocLayout, pNode); in XFA_ReleaseLayoutItem() 29 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem); in XFA_ReleaseLayoutItem() 31 pNotify->OnPageEvent(static_cast<CXFA_ContainerLayoutItem*>(pLayoutItem), in XFA_ReleaseLayoutItem()
|
D | cxfa_document_parser.cpp | 14 CXFA_DocumentParser::CXFA_DocumentParser(CXFA_FFNotify* pNotify) in CXFA_DocumentParser() argument 15 : m_pNotify(pNotify) {} in CXFA_DocumentParser()
|
D | cxfa_layoutpagemgr.cpp | 95 void SyncContainer(CXFA_FFNotify* pNotify, in SyncContainer() argument 116 pNotify->OnLayoutItemAdded(pDocLayout, pContainerItem, nPageIndex, dwStatus); in SyncContainer() 120 SyncContainer(pNotify, pDocLayout, pChild, dwRelevantContainer, in SyncContainer() 226 CXFA_FFNotify* pNotify, in SyncRemoveLayoutItem() argument 233 SyncRemoveLayoutItem(pCurLayoutItem, pNotify, pDocLayout); in SyncRemoveLayoutItem() 235 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem); in SyncRemoveLayoutItem() 582 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify(); in AddPageAreaLayoutItem() local 583 auto* pContainerItem = pNotify->OnCreateContainerLayoutItem(pNewPageArea); in AddPageAreaLayoutItem() 586 pNotify->OnPageEvent(pContainerItem, XFA_PAGEVIEWEVENT_PostRemoved); in AddPageAreaLayoutItem() 1627 CXFA_FFNotify* pNotify = in SaveLayoutItem() local [all …]
|
D | cxfa_document_parser.h | 22 explicit CXFA_DocumentParser(CXFA_FFNotify* pNotify);
|
D | cxfa_itemlayoutprocessor.cpp | 615 CXFA_FFNotify* pNotify = pGenerateNode->GetDocument()->GetNotify(); in DeleteLayoutGeneratedNode() local 628 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem); in DeleteLayoutGeneratedNode() 1001 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in FindLayoutItemSplitPos() local 1018 if (pNotify->FindSplitPos(pFormNode, pLayoutItem->GetIndex(), in FindLayoutItemSplitPos() 1356 CXFA_FFNotify* pNotify = in ExtractLayoutItem() local 1363 pNotify->OnLayoutItemRemoving(pDocLayout, pOldLayoutItem); in ExtractLayoutItem() 2754 CXFA_FFNotify* pNotify = pDocument->GetNotify(); in DoLayoutField() local 2756 pNotify->StartFieldDrawLayout(m_pFormNode, size.width, size.height); in DoLayoutField()
|
/external/pdfium/fxjs/ |
D | cfxjse_engine.cpp | 198 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertySetter() local 199 if (!pNotify) in GlobalPropertySetter() 202 pNotify->GetDocEnvironment()->SetGlobalProperty(pNotify->GetHDOC(), in GlobalPropertySetter() 255 CXFA_FFNotify* pNotify = pDoc->GetNotify(); in GlobalPropertyGetter() local 256 if (!pNotify) in GlobalPropertyGetter() 259 pNotify->GetDocEnvironment()->GetGlobalProperty(pNotify->GetHDOC(), in GlobalPropertyGetter()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.h | 91 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() argument 92 m_pFillerNotify = pNotify; in SetFillerNotify()
|
D | cpwl_edit.h | 91 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() argument 92 m_pFillerNotify = pNotify; in SetFillerNotify()
|
D | cpwl_combo_box.cpp | 576 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() argument 577 m_pFillerNotify = pNotify; in SetFillerNotify() 580 m_pEdit->SetFillerNotify(pNotify); in SetFillerNotify() 583 m_pList->SetFillerNotify(pNotify); in SetFillerNotify()
|
D | cpwl_list_impl.h | 50 void SetNotify(CPWL_List_Notify* pNotify) { m_pNotify = pNotify; } in SetNotify() argument
|
D | cpwl_combo_box.h | 66 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
|
D | cpwl_edit_impl.h | 247 void SetNotify(CPWL_EditCtrl* pNotify);
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_interform.h | 88 void SetFormNotify(IPDF_FormNotify* pNotify);
|
D | cpdf_interform.cpp | 1240 void CPDF_InterForm::SetFormNotify(IPDF_FormNotify* pNotify) { in SetFormNotify() argument 1241 m_pFormNotify = pNotify; in SetFormNotify()
|