Lines Matching refs:CPDFXFA_Context
82 CPDFXFA_Context::CPDFXFA_Context(CPDF_Document* pPDFDoc) in CPDFXFA_Context() function in CPDFXFA_Context
89 CPDFXFA_Context::~CPDFXFA_Context() { in ~CPDFXFA_Context()
106 void CPDFXFA_Context::CloseXFADoc() { in CloseXFADoc()
114 void CPDFXFA_Context::SetFormFillEnv( in SetFormFillEnv()
133 bool CPDFXFA_Context::LoadXFADoc() { in LoadXFADoc()
175 int CPDFXFA_Context::GetPageCount() const { in GetPageCount()
188 RetainPtr<CPDFXFA_Page> CPDFXFA_Context::GetXFAPage(int page_index) { in GetXFAPage()
210 RetainPtr<CPDFXFA_Page> CPDFXFA_Context::GetXFAPage( in GetXFAPage()
228 CPDF_Document* CPDFXFA_Context::GetPDFDoc() const { in GetPDFDoc()
232 void CPDFXFA_Context::DeletePage(int page_index) { in DeletePage()
242 uint32_t CPDFXFA_Context::GetUserPermissions() const { in GetUserPermissions()
247 bool CPDFXFA_Context::ContainsExtensionForm() const { in ContainsExtensionForm()
252 bool CPDFXFA_Context::ContainsExtensionFullForm() const { in ContainsExtensionFullForm()
256 bool CPDFXFA_Context::ContainsExtensionForegroundForm() const { in ContainsExtensionForegroundForm()
260 void CPDFXFA_Context::ClearChangeMark() { in ClearChangeMark()
265 CJS_Runtime* CPDFXFA_Context::GetCJSRuntime() const { in GetCJSRuntime()
272 WideString CPDFXFA_Context::GetAppTitle() const { in GetAppTitle()
276 WideString CPDFXFA_Context::GetAppName() { in GetAppName()
280 WideString CPDFXFA_Context::GetLanguage() { in GetLanguage()
284 WideString CPDFXFA_Context::GetPlatform() { in GetPlatform()
288 void CPDFXFA_Context::Beep(uint32_t dwType) { in Beep()
293 int32_t CPDFXFA_Context::MsgBox(const WideString& wsMessage, in MsgBox()
308 WideString CPDFXFA_Context::Response(const WideString& wsQuestion, in Response()
330 RetainPtr<IFX_SeekableReadStream> CPDFXFA_Context::DownloadURL( in DownloadURL()
335 bool CPDFXFA_Context::PostRequestURL(const WideString& wsURL, in PostRequestURL()
349 bool CPDFXFA_Context::PutRequestURL(const WideString& wsURL, in PutRequestURL()
356 TimerHandlerIface* CPDFXFA_Context::GetTimerHandler() const { in GetTimerHandler()
360 bool CPDFXFA_Context::SaveDatasetsPackage( in SaveDatasetsPackage()
365 bool CPDFXFA_Context::SaveFormPackage( in SaveFormPackage()
370 bool CPDFXFA_Context::SavePackage(const RetainPtr<IFX_SeekableStream>& pStream, in SavePackage()
381 void CPDFXFA_Context::SendPostSaveToXFADoc() { in SendPostSaveToXFADoc()
400 void CPDFXFA_Context::SendPreSaveToXFADoc( in SendPreSaveToXFADoc()