Searched refs:hDoc (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffdochandler.cpp13 void CXFA_FFDocHandler::ReleaseDoc(IXFA_Doc* hDoc) { argument
14 delete hDoc; // virtual dtor.
16 IXFA_DocProvider* CXFA_FFDocHandler::GetDocProvider(IXFA_Doc* hDoc) { argument
17 return static_cast<CXFA_FFDoc*>(hDoc)->GetDocProvider();
19 FX_DWORD CXFA_FFDocHandler::GetDocType(IXFA_Doc* hDoc) { argument
20 return static_cast<CXFA_FFDoc*>(hDoc)->GetDocType();
22 int32_t CXFA_FFDocHandler::StartLoad(IXFA_Doc* hDoc) { argument
23 return static_cast<CXFA_FFDoc*>(hDoc)->StartLoad();
25 int32_t CXFA_FFDocHandler::DoLoad(IXFA_Doc* hDoc, IFX_Pause* pPause) { argument
26 return static_cast<CXFA_FFDoc*>(hDoc)
28 StopLoad(IXFA_Doc* hDoc) argument
32 CreateDocView(IXFA_Doc* hDoc, FX_DWORD dwView) argument
36 CountPackages(IXFA_Doc* hDoc) argument
39 GetPackageName(IXFA_Doc* hDoc, int32_t iPackage, CFX_WideStringC& wsPackage) argument
42 GetPackageData( IXFA_Doc* hDoc, const CFX_WideStringC& wsPackage) argument
47 SavePackage(IXFA_Doc* hDoc, const CFX_WideStringC& wsPackage, IFX_FileWrite* pFile, IXFA_ChecksumContext* pCSContext) argument
54 CloseDoc(IXFA_Doc* hDoc) argument
58 ImportData(IXFA_Doc* hDoc, IFX_FileRead* pStream, FX_BOOL bXDP) argument
63 SetJSERuntime(IXFA_Doc* hDoc, FXJSE_HRUNTIME hRuntime) argument
66 GetXFAScriptObject(IXFA_Doc* hDoc) argument
77 GetRestoreState(IXFA_Doc* hDoc) argument
92 RunDocScript(IXFA_Doc* hDoc, XFA_SCRIPTTYPE eScriptType, const CFX_WideStringC& wsScript, FXJSE_HVALUE hRetValue, FXJSE_HVALUE hThisObject) argument
[all...]
H A Dxfa_ffdochandler.h14 virtual void ReleaseDoc(IXFA_Doc* hDoc);
15 virtual IXFA_DocProvider* GetDocProvider(IXFA_Doc* hDoc);
16 virtual FX_DWORD GetDocType(IXFA_Doc* hDoc);
17 virtual int32_t StartLoad(IXFA_Doc* hDoc);
18 virtual int32_t DoLoad(IXFA_Doc* hDoc, IFX_Pause* pPause = NULL);
19 virtual void StopLoad(IXFA_Doc* hDoc);
21 virtual IXFA_DocView* CreateDocView(IXFA_Doc* hDoc, FX_DWORD dwView = 0);
22 virtual int32_t CountPackages(IXFA_Doc* hDoc);
23 virtual void GetPackageName(IXFA_Doc* hDoc,
26 virtual IFDE_XMLElement* GetPackageData(IXFA_Doc* hDoc,
[all...]
H A Dxfa_fontmgr.h22 IFX_Font* GetFont(IXFA_Doc* hDoc,
26 IFX_Font* GetDefaultFont(IXFA_Doc* hDoc,
69 IFX_Font* GetFont(IXFA_Doc* hDoc,
73 void LoadDocFonts(IXFA_Doc* hDoc);
74 void ReleaseDocFonts(IXFA_Doc* hDoc);
H A Dxfa_fontmgr.cpp1763 IFX_Font* CXFA_DefFontMgr::GetFont(IXFA_Doc* hDoc, argument
1768 IFX_FontMgr* pFDEFontMgr = ((CXFA_FFDoc*)hDoc)->GetApp()->GetFDEFontMgr();
1781 if (!pFont && hDoc) {
1824 IFX_Font* CXFA_DefFontMgr::GetDefaultFont(IXFA_Doc* hDoc, argument
1828 IFX_FontMgr* pFDEFontMgr = ((CXFA_FFDoc*)hDoc)->GetApp()->GetFDEFontMgr();
2057 IFX_Font* CXFA_FontMgr::GetFont(IXFA_Doc* hDoc, argument
2071 CXFA_PDFFontMgr* pMgr = (CXFA_PDFFontMgr*)m_PDFFontMgrArray.GetValueAt(hDoc);
2080 pFont = m_pDefFontMgr->GetFont(hDoc, wsFontFamily, dwFontStyles, wCodePage);
2090 pFont = m_pDefFontMgr->GetDefaultFont(hDoc, wsFontFamily, dwFontStyles,
2103 void CXFA_FontMgr::LoadDocFonts(IXFA_Doc* hDoc) { argument
2108 ReleaseDocFonts(IXFA_Doc* hDoc) argument
2120 IXFA_Doc* hDoc = NULL; local
[all...]
/external/pdfium/fpdfsdk/include/fpdfxfa/
H A Dfpdfxfa_doc.h43 virtual void SetChangeMark(IXFA_Doc* hDoc);
44 virtual FX_BOOL GetChangeMark(IXFA_Doc* hDoc);
83 virtual int32_t CountPages(IXFA_Doc* hDoc);
84 virtual int32_t GetCurrentPage(IXFA_Doc* hDoc);
85 virtual void SetCurrentPage(IXFA_Doc* hDoc, int32_t iCurPage);
86 virtual FX_BOOL IsCalculationsEnabled(IXFA_Doc* hDoc);
87 virtual void SetCalculationsEnabled(IXFA_Doc* hDoc, FX_BOOL bEnabled);
88 virtual void GetTitle(IXFA_Doc* hDoc, CFX_WideString& wsTitle);
89 virtual void SetTitle(IXFA_Doc* hDoc, const CFX_WideStringC& wsTitle);
90 virtual void ExportData(IXFA_Doc* hDoc,
106 AbsPageCountInBatch(IXFA_Doc* hDoc) argument
107 AbsPageInBatch(IXFA_Doc* hDoc, IXFA_Widget* hWidget) argument
110 SheetCountInBatch(IXFA_Doc* hDoc) argument
111 SheetInBatch(IXFA_Doc* hDoc, IXFA_Widget* hWidget) argument
117 Verify( IXFA_Doc* hDoc, CXFA_Node* pSigNode, FX_BOOL bUsed = TRUE ) argument
124 Sign( IXFA_Doc* hDoc, CXFA_NodeList* pNodeList, const CFX_WideStringC& wsExpression, const CFX_WideStringC& wsXMLIdent, const CFX_WideStringC& wsValue = FX_WSTRC(L�), FX_BOOL bUsed = TRUE ) argument
134 Enumerate(IXFA_Doc* hDoc) argument
135 Clear(IXFA_Doc* hDoc, CXFA_Node* pSigNode, FX_BOOL bCleared = TRUE) argument
159 CheckWord(IXFA_Doc* hDoc, const CFX_ByteStringC& sWord) argument
162 GetSuggestWords(IXFA_Doc* hDoc, const CFX_ByteStringC& sWord, CFX_ByteStringArray& sSuggest) argument
179 OpenPDF(IXFA_Doc* hDoc, IFX_FileRead* pFile, FX_BOOL bTakeOverFile) argument
[all...]
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_script_signaturepseudomodel.cpp35 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
40 int32_t bVerify = pNotify->GetDocProvider()->Verify(hDoc, pNode);
57 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
73 FX_BOOL bSign = pNotify->GetDocProvider()->Sign(hDoc, pNodeList, wsExpression,
91 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
92 CXFA_NodeList* pList = pNotify->GetDocProvider()->Enumerate(hDoc);
107 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
116 FX_BOOL bFlag = pNotify->GetDocProvider()->Clear(hDoc, pNode, bClear);
H A Dxfa_script_hostpseudomodel.cpp71 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
74 hDoc, FXJSE_Value_ToBoolean(hValue));
77 FX_BOOL bEnabled = pNotify->GetDocProvider()->IsCalculationsEnabled(hDoc);
88 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
90 pNotify->GetDocProvider()->SetCurrentPage(hDoc,
94 int32_t iCurrentPage = pNotify->GetDocProvider()->GetCurrentPage(hDoc);
121 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
126 int32_t iNumPages = pNotify->GetDocProvider()->CountPages(hDoc);
156 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
161 hDoc, CFX_WideStrin
176 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
282 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
656 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
727 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
741 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
759 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
774 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
[all...]
H A Dxfa_script_layoutpseudomodel.cpp397 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
398 int32_t iPageCount = pNotify->GetDocProvider()->AbsPageCountInBatch(hDoc);
410 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
411 int32_t iPageCount = pNotify->GetDocProvider()->SheetCountInBatch(hDoc);
460 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
461 int32_t iPageCount = pNotify->GetDocProvider()->AbsPageInBatch(hDoc, hWidget);
494 IXFA_Doc* hDoc = pNotify->GetHDOC(); local
495 int32_t iPageCount = pNotify->GetDocProvider()->SheetInBatch(hDoc, hWidget);
/external/pdfium/xfa/include/fxfa/
H A Dfxfa.h295 virtual IFX_Font* GetFont(IXFA_Doc* hDoc,
299 virtual IFX_Font* GetDefaultFont(IXFA_Doc* hDoc,
366 virtual void SetChangeMark(IXFA_Doc* hDoc) = 0;
393 virtual int32_t CountPages(IXFA_Doc* hDoc) = 0;
394 virtual int32_t GetCurrentPage(IXFA_Doc* hDoc) = 0;
395 virtual void SetCurrentPage(IXFA_Doc* hDoc, int32_t iCurPage) = 0;
396 virtual FX_BOOL IsCalculationsEnabled(IXFA_Doc* hDoc) = 0;
397 virtual void SetCalculationsEnabled(IXFA_Doc* hDoc, FX_BOOL bEnabled) = 0;
398 virtual void GetTitle(IXFA_Doc* hDoc, CFX_WideString& wsTitle) = 0;
399 virtual void SetTitle(IXFA_Doc* hDoc, cons
419 Verify(IXFA_Doc* hDoc, CXFA_Node* pSigNode, FX_BOOL bUsed = TRUE) argument
424 Sign(IXFA_Doc* hDoc, CXFA_NodeList* pNodeList, const CFX_WideStringC& wsExpression, const CFX_WideStringC& wsXMLIdent, const CFX_WideStringC& wsValue = FX_WSTRC(L�), FX_BOOL bUsed = TRUE) argument
432 Enumerate(IXFA_Doc* hDoc) argument
433 Clear(IXFA_Doc* hDoc, CXFA_Node* pSigNode, FX_BOOL bCleared = TRUE) argument
[all...]
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_doc.cpp208 void CPDFXFA_Document::SetChangeMark(IXFA_Doc* hDoc) { argument
209 if (hDoc == m_pXFADoc && m_pSDKDoc) {
214 FX_BOOL CPDFXFA_Document::GetChangeMark(IXFA_Doc* hDoc) { argument
215 if (hDoc == m_pXFADoc && m_pSDKDoc)
514 int32_t CPDFXFA_Document::CountPages(IXFA_Doc* hDoc) { argument
515 if (hDoc == m_pXFADoc && m_pSDKDoc) {
520 int32_t CPDFXFA_Document::GetCurrentPage(IXFA_Doc* hDoc) { argument
521 if (hDoc != m_pXFADoc || !m_pSDKDoc)
532 void CPDFXFA_Document::SetCurrentPage(IXFA_Doc* hDoc, int32_t iCurPage) { argument
533 if (hDoc !
544 IsCalculationsEnabled(IXFA_Doc* hDoc) argument
552 SetCalculationsEnabled(IXFA_Doc* hDoc, FX_BOOL bEnabled) argument
560 GetTitle(IXFA_Doc* hDoc, CFX_WideString& wsTitle) argument
574 SetTitle(IXFA_Doc* hDoc, const CFX_WideStringC& wsTitle) argument
586 ExportData(IXFA_Doc* hDoc, const CFX_WideStringC& wsFilePath, FX_BOOL bXDP) argument
688 ImportData(IXFA_Doc* hDoc, const CFX_WideStringC& wsFilePath) argument
693 GotoURL(IXFA_Doc* hDoc, const CFX_WideStringC& bsURL, FX_BOOL bAppend) argument
711 IsValidationsEnabled(IXFA_Doc* hDoc) argument
719 SetValidationsEnabled(IXFA_Doc* hDoc, FX_BOOL bEnabled) argument
725 SetFocusWidget(IXFA_Doc* hDoc, IXFA_Widget* hWidget) argument
746 Print(IXFA_Doc* hDoc, int32_t nStartPage, int32_t nEndPage, FX_DWORD dwOptions) argument
770 GetURL(IXFA_Doc* hDoc, CFX_WideString& wsDocURL) argument
781 GetHighlightColor(IXFA_Doc* hDoc) argument
885 SubmitData(IXFA_Doc* hDoc, CXFA_Submit submit) argument
897 OpenLinkedFile(IXFA_Doc* hDoc, const CFX_WideString& wsLink) argument
1106 _SubmitData(IXFA_Doc* hDoc, CXFA_Submit submit) argument
1213 SetGlobalProperty(IXFA_Doc* hDoc, const CFX_ByteStringC& szPropName, FXJSE_HVALUE hValue) argument
1224 GetPDFScriptObject(IXFA_Doc* hDoc, const CFX_ByteStringC& utf8Name, FXJSE_HVALUE hValue) argument
1241 GetGlobalProperty(IXFA_Doc* hDoc, const CFX_ByteStringC& szPropName, FXJSE_HVALUE hValue) argument
[all...]

Completed in 230 milliseconds