Home | History | Annotate | Download | only in xfa

Lines Matching defs:pNotify

76   CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
77 if (!pNotify)
90 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
91 if (!pNotify)
94 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
96 pNotify->GetDocEnvironment()->SetCalculationsEnabled(hDoc,
100 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc));
106 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
107 if (!pNotify)
110 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
112 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger());
115 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc));
121 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
122 if (!pNotify)
130 pNotify->GetAppProvider()->GetLanguage().UTF8Encode().AsStringView());
136 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
137 if (!pNotify)
140 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
145 pValue->SetInteger(pNotify->GetDocEnvironment()->CountPages(hDoc));
151 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
152 if (!pNotify)
160 pNotify->GetAppProvider()->GetPlatform().UTF8Encode().AsStringView());
169 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
170 if (!pNotify)
173 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
175 pNotify->GetDocEnvironment()->SetTitle(hDoc, pValue->ToWideString());
180 pNotify->GetDocEnvironment()->GetTitle(hDoc, wsTitle);
187 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
188 if (!pNotify)
191 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
193 pNotify->GetDocEnvironment()->SetValidationsEnabled(hDoc,
198 bool bEnabled = pNotify->GetDocEnvironment()->IsValidationsEnabled(hDoc);
208 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
209 if (!pNotify)
222 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
223 if (!pNotify)
236 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
237 if (!pNotify)
245 pNotify->GetAppProvider()->GetAppName().UTF8Encode().AsStringView());
257 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
258 if (!pNotify)
261 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
263 pNotify->GetDocEnvironment()->GotoURL(hDoc, URL);
276 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
277 if (!pNotify)
309 pNotify->GetHWidget(pDocLayout->GetLayoutItem(pNode));
313 pNotify->GetDocEnvironment()->SetFocusWidget(pNotify->GetHDOC(), hWidget);
314 pNotify->OpenDropDownList(hWidget);
324 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
325 if (!pNotify)
345 pNotify->GetAppProvider()->Response(question, title, defaultAnswer, mark);
361 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
362 if (!pNotify)
370 pNotify->ResetData();
397 pNotify->ResetData(pNode->GetWidgetAcc());
400 pNotify->ResetData();
414 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
415 if (!pNotify)
422 pNotify->GetAppProvider()->Beep(dwType);
435 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
436 if (!pNotify)
464 pNotify->SetFocusWidgetNode(pNode);
471 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
472 if (!pNotify)
475 CXFA_Node* pNode = pNotify->GetFocusWidgetNode();
496 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
497 if (!pNotify)
522 int32_t iValue = pNotify->GetAppProvider()->MsgBox(message, title,
542 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
543 pNotify)
563 pNotify->GetDocEnvironment()->Print(pNotify->GetHDOC(), nStartPage, nEndPage,
583 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
584 if (!pNotify)
595 pNotify->GetDocEnvironment()->ExportData(pNotify->GetHDOC(), filePath, XDP);
602 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
603 if (!pNotify)
606 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
607 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc);
613 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage);
620 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
621 if (!pNotify)
624 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
625 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc);
626 int32_t nPageCount = pNotify->GetDocEnvironment()->CountPages(hDoc);
636 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage);