Lines Matching refs:GetDocEnvironment
96 pNotify->GetDocEnvironment()->SetCalculationsEnabled(hDoc, in calculationsEnabled()
100 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in calculationsEnabled()
112 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger()); in currentPage()
115 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc)); in currentPage()
145 pValue->SetInteger(pNotify->GetDocEnvironment()->CountPages(hDoc)); in numPages()
175 pNotify->GetDocEnvironment()->SetTitle(hDoc, pValue->ToWideString()); in title()
180 pNotify->GetDocEnvironment()->GetTitle(hDoc, wsTitle); in title()
193 pNotify->GetDocEnvironment()->SetValidationsEnabled(hDoc, in validationsEnabled()
198 bool bEnabled = pNotify->GetDocEnvironment()->IsValidationsEnabled(hDoc); in validationsEnabled()
263 pNotify->GetDocEnvironment()->GotoURL(hDoc, URL); in gotoURL()
313 pNotify->GetDocEnvironment()->SetFocusWidget(pNotify->GetHDOC(), hWidget); in openList()
563 pNotify->GetDocEnvironment()->Print(pNotify->GetHDOC(), nStartPage, nEndPage, in print()
595 pNotify->GetDocEnvironment()->ExportData(pNotify->GetHDOC(), filePath, XDP); in exportData()
607 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc); in pageUp()
613 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage); in pageUp()
625 int32_t nCurPage = pNotify->GetDocEnvironment()->GetCurrentPage(hDoc); in pageDown()
626 int32_t nPageCount = pNotify->GetDocEnvironment()->CountPages(hDoc); in pageDown()
636 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage); in pageDown()