Lines Matching refs:GetDocEnvironment
102 hDoc->GetDocEnvironment()->SetCalculationsEnabled(hDoc, in calculationsEnabled()
106 pValue->SetBoolean(hDoc->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in calculationsEnabled()
118 hDoc->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger()); in currentPage()
121 pValue->SetInteger(hDoc->GetDocEnvironment()->GetCurrentPage(hDoc)); in currentPage()
151 pValue->SetInteger(hDoc->GetDocEnvironment()->CountPages(hDoc)); in numPages()
181 hDoc->GetDocEnvironment()->SetTitle(hDoc, pValue->ToWideString()); in title()
186 hDoc->GetDocEnvironment()->GetTitle(hDoc, wsTitle); in title()
199 hDoc->GetDocEnvironment()->SetValidationsEnabled(hDoc, pValue->ToBoolean()); in validationsEnabled()
203 bool bEnabled = hDoc->GetDocEnvironment()->IsValidationsEnabled(hDoc); in validationsEnabled()
260 hDoc->GetDocEnvironment()->GotoURL(hDoc, URL); in gotoURL()
546 hDoc->GetDocEnvironment()->Print(hDoc, nStartPage, nEndPage, dwOptions); in print()
578 hDoc->GetDocEnvironment()->ExportData(hDoc, filePath, XDP); in exportData()
590 int32_t nCurPage = hDoc->GetDocEnvironment()->GetCurrentPage(hDoc); in pageUp()
596 hDoc->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage); in pageUp()
608 int32_t nCurPage = hDoc->GetDocEnvironment()->GetCurrentPage(hDoc); in pageDown()
609 int32_t nPageCount = hDoc->GetDocEnvironment()->CountPages(hDoc); in pageDown()
619 hDoc->GetDocEnvironment()->SetCurrentPage(hDoc, nNewPage); in pageDown()