Home | History | Annotate | Download | only in parser

Lines Matching refs:pNotify

40   CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
41 if (!pNotify)
53 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
54 if (!pNotify) {
57 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
59 pNotify->GetDocEnvironment()->SetCalculationsEnabled(hDoc,
63 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc));
69 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
70 if (!pNotify) {
73 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
75 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger());
78 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc));
84 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
85 if (!pNotify)
92 pNotify->GetAppProvider()->GetLanguage().UTF8Encode().AsStringC());
98 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
99 if (!pNotify) {
102 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
107 pValue->SetInteger(pNotify->GetDocEnvironment()->CountPages(hDoc));
113 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
114 if (!pNotify)
121 pNotify->GetAppProvider()->GetPlatform().UTF8Encode().AsStringC());
130 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
131 if (!pNotify) {
134 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
136 pNotify->GetDocEnvironment()->SetTitle(hDoc, pValue->ToWideString());
140 pNotify->GetDocEnvironment()->GetTitle(hDoc, wsTitle);
147 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
148 if (!pNotify) {
151 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
153 pNotify->GetDocEnvironment()->SetValidationsEnabled(hDoc,
157 bool bEnabled = pNotify->GetDocEnvironment()->IsValidationsEnabled(hDoc);
167 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
168 if (!pNotify)
180 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
181 if (!pNotify) {
194 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
195 if (!pNotify) {
203 pNotify->GetAppProvider()->GetAppName().UTF8Encode().AsStringC());
215 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
216 if (!pNotify) {
219 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
225 pNotify->GetDocEnvironment()->GotoURL(hDoc, wsURL);
236 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
237 if (!pNotify) {
270 pNotify->GetHWidget(pDocLayout->GetLayoutItem(pNode));
274 pNotify->GetDocEnvironment()->SetFocusWidget(pNotify->GetHDOC(), hWidget);
275 pNotify->OpenDropDownList(hWidget);
283 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
284 if (!pNotify) {
306 CFX_WideString wsAnswer = pNotify->GetAppProvider()->Response(
347 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
348 if (!pNotify) {
357 pNotify->ResetData();
383 pNotify->ResetData(pNode->GetWidgetData());
386 pNotify->ResetData();
398 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
399 if (!pNotify) {
406 pNotify->GetAppProvider()->Beep(dwType);
417 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
418 if (!pNotify) {
446 pNotify->SetFocusWidgetNode(pNode);
450 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
451 if (!pNotify) {
454 CXFA_Node* pNode = pNotify->GetFocusWidgetNode();
470 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
471 if (!pNotify) {
500 int32_t iValue = pNotify->GetAppProvider()->MsgBox(
543 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
544 if (!pNotify) {
547 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
600 pNotify->GetDocEnvironment()->Print(hDoc, nStartPage, nEndPage, dwOptions);
618 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
619 if (!pNotify) {
622 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
632 pNotify->GetDocEnvironment()->ExportData(hDoc, wsFilePath, bXDP);
636 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
637 if (!pNotify) {
640 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
641 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc);
647 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage);
651 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
652 if (!pNotify) {
655 CXFA_FFDoc* hDoc = pNotify->GetHDOC();
656 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc);
657 int32_t nPageCount = pNotify->GetDocEnvironment()->CountPages(hDoc);
667 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage);
671 CXFA_FFNotify* pNotify = m_pDocument->GetNotify();
672 if (!pNotify) {
675 CFX_WideString wsDataTime = pNotify->GetCurrentDateTime();