Home
last modified time | relevance | path

Searched refs:hDoc (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.h23 void SetChangeMark(CXFA_FFDoc* hDoc) override;
48 int32_t CountPages(CXFA_FFDoc* hDoc) override;
49 int32_t GetCurrentPage(CXFA_FFDoc* hDoc) override;
50 void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) override;
51 bool IsCalculationsEnabled(CXFA_FFDoc* hDoc) override;
52 void SetCalculationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) override;
53 void GetTitle(CXFA_FFDoc* hDoc, CFX_WideString& wsTitle) override;
54 void SetTitle(CXFA_FFDoc* hDoc, const CFX_WideString& wsTitle) override;
55 void ExportData(CXFA_FFDoc* hDoc,
58 void GotoURL(CXFA_FFDoc* hDoc, const CFX_WideString& bsURL) override;
[all …]
Dcpdfxfa_docenvironment.cpp52 void CPDFXFA_DocEnvironment::SetChangeMark(CXFA_FFDoc* hDoc) { in SetChangeMark() argument
53 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv()) in SetChangeMark()
332 int32_t CPDFXFA_DocEnvironment::CountPages(CXFA_FFDoc* hDoc) { in CountPages() argument
333 if (hDoc == m_pContext->GetXFADoc() && m_pContext->GetFormFillEnv()) in CountPages()
338 int32_t CPDFXFA_DocEnvironment::GetCurrentPage(CXFA_FFDoc* hDoc) { in GetCurrentPage() argument
339 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in GetCurrentPage()
351 void CPDFXFA_DocEnvironment::SetCurrentPage(CXFA_FFDoc* hDoc, in SetCurrentPage() argument
353 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv() || in SetCurrentPage()
365 bool CPDFXFA_DocEnvironment::IsCalculationsEnabled(CXFA_FFDoc* hDoc) { in IsCalculationsEnabled() argument
366 if (hDoc != m_pContext->GetXFADoc() || !m_pContext->GetFormFillEnv()) in IsCalculationsEnabled()
[all …]
/external/pdfium/xfa/fxfa/
Dfxfa.h234 virtual void SetChangeMark(CXFA_FFDoc* hDoc) = 0;
253 virtual int32_t CountPages(CXFA_FFDoc* hDoc) = 0;
254 virtual int32_t GetCurrentPage(CXFA_FFDoc* hDoc) = 0;
255 virtual void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) = 0;
256 virtual bool IsCalculationsEnabled(CXFA_FFDoc* hDoc) = 0;
257 virtual void SetCalculationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) = 0;
258 virtual void GetTitle(CXFA_FFDoc* hDoc, CFX_WideString& wsTitle) = 0;
259 virtual void SetTitle(CXFA_FFDoc* hDoc, const CFX_WideString& wsTitle) = 0;
260 virtual void ExportData(CXFA_FFDoc* hDoc,
263 virtual void GotoURL(CXFA_FFDoc* hDoc, const CFX_WideString& bsURL) = 0;
[all …]
Dxfa_fontmgr.h35 CFX_RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* hDoc,
40 CXFA_FFDoc* hDoc,
89 CFX_RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* hDoc,
93 void LoadDocFonts(CXFA_FFDoc* hDoc);
94 void ReleaseDocFonts(CXFA_FFDoc* hDoc);
Dxfa_ffdochandler.h19 CFXJSE_Value* GetXFAScriptObject(CXFA_FFDoc* hDoc);
20 XFA_ATTRIBUTEENUM GetRestoreState(CXFA_FFDoc* hDoc);
22 bool RunDocScript(CXFA_FFDoc* hDoc,
/external/pdfium/xfa/fxfa/parser/
Dcscript_hostpseudomodel.cpp57 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in CalculationsEnabled() local
59 pNotify->GetDocEnvironment()->SetCalculationsEnabled(hDoc, in CalculationsEnabled()
63 pValue->SetBoolean(pNotify->GetDocEnvironment()->IsCalculationsEnabled(hDoc)); in CalculationsEnabled()
73 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in CurrentPage() local
75 pNotify->GetDocEnvironment()->SetCurrentPage(hDoc, pValue->ToInteger()); in CurrentPage()
78 pValue->SetInteger(pNotify->GetDocEnvironment()->GetCurrentPage(hDoc)); in CurrentPage()
102 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in NumPages() local
107 pValue->SetInteger(pNotify->GetDocEnvironment()->CountPages(hDoc)); in NumPages()
134 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in Title() local
136 pNotify->GetDocEnvironment()->SetTitle(hDoc, pValue->ToWideString()); in Title()
[all …]
/external/pdfium/xfa/fxfa/app/
Dxfa_ffdochandler.cpp18 CFXJSE_Value* CXFA_FFDocHandler::GetXFAScriptObject(CXFA_FFDoc* hDoc) { in GetXFAScriptObject() argument
19 CXFA_Document* pXFADoc = hDoc->GetXFADoc(); in GetXFAScriptObject()
29 XFA_ATTRIBUTEENUM CXFA_FFDocHandler::GetRestoreState(CXFA_FFDoc* hDoc) { in GetRestoreState() argument
30 CXFA_Document* pXFADoc = hDoc->GetXFADoc(); in GetRestoreState()
44 bool CXFA_FFDocHandler::RunDocScript(CXFA_FFDoc* hDoc, in RunDocScript() argument
49 CXFA_Document* pXFADoc = hDoc->GetXFADoc(); in RunDocScript()
Dxfa_fontmgr.cpp1746 CXFA_FFDoc* hDoc, in GetFont() argument
1751 CFGAS_FontMgr* pFDEFontMgr = hDoc->GetApp()->GetFDEFontMgr(); in GetFont()
1791 CXFA_FFDoc* hDoc, in GetDefaultFont() argument
1795 CFGAS_FontMgr* pFDEFontMgr = hDoc->GetApp()->GetFDEFontMgr(); in GetDefaultFont()
1997 CXFA_FFDoc* hDoc, in GetFont() argument
2009 auto it = m_PDFFontMgrMap.find(hDoc); in GetFont()
2021 pFont = m_pDefFontMgr->GetFont(hDoc, wsFontFamily, dwFontStyles, wCodePage); in GetFont()
2031 pFont = m_pDefFontMgr->GetDefaultFont(hDoc, wsFontFamily, dwFontStyles, in GetFont()
2044 void CXFA_FontMgr::LoadDocFonts(CXFA_FFDoc* hDoc) { in LoadDocFonts() argument
2045 if (!m_PDFFontMgrMap[hDoc]) in LoadDocFonts()
[all …]