/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.h | 24 void SetChangeMark(CXFA_FFDoc* hDoc) override; 38 int32_t CountPages(CXFA_FFDoc* hDoc) override; 39 int32_t GetCurrentPage(CXFA_FFDoc* hDoc) override; 40 void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) override; 41 bool IsCalculationsEnabled(CXFA_FFDoc* hDoc) override; 42 void SetCalculationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) override; 43 void GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) override; 44 void SetTitle(CXFA_FFDoc* hDoc, const WideString& wsTitle) override; 45 void ExportData(CXFA_FFDoc* hDoc, 48 void GotoURL(CXFA_FFDoc* hDoc, const WideString& bsURL) override; [all …]
|
D | cpdfxfa_docenvironment.cpp | 53 void CPDFXFA_DocEnvironment::SetChangeMark(CXFA_FFDoc* hDoc) { in SetChangeMark() 345 int32_t CPDFXFA_DocEnvironment::CountPages(CXFA_FFDoc* hDoc) { in CountPages() 351 int32_t CPDFXFA_DocEnvironment::GetCurrentPage(CXFA_FFDoc* hDoc) { in GetCurrentPage() 362 void CPDFXFA_DocEnvironment::SetCurrentPage(CXFA_FFDoc* hDoc, in SetCurrentPage() 377 bool CPDFXFA_DocEnvironment::IsCalculationsEnabled(CXFA_FFDoc* hDoc) { in IsCalculationsEnabled() 384 void CPDFXFA_DocEnvironment::SetCalculationsEnabled(CXFA_FFDoc* hDoc, in SetCalculationsEnabled() 392 void CPDFXFA_DocEnvironment::GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) { in GetTitle() 404 void CPDFXFA_DocEnvironment::SetTitle(CXFA_FFDoc* hDoc, in SetTitle() 414 void CPDFXFA_DocEnvironment::ExportData(CXFA_FFDoc* hDoc, in ExportData() 446 CXFA_FFDoc* ffdoc = m_pContext->GetXFADocView()->GetDoc(); in ExportData() [all …]
|
D | cpdfxfa_context.h | 43 CXFA_FFDoc* GetXFADoc() { return m_pXFADoc.get(); } in GetXFADoc() 118 std::unique_ptr<CXFA_FFDoc> m_pXFADoc;
|
D | cpdfxfa_context.cpp | 143 m_pXFADoc = CXFA_FFDoc::CreateAndOpen(m_pXFAApp.get(), &m_DocEnv, in LoadXFADoc() 376 CXFA_FFDoc* ffdoc = pXFADocView->GetDoc(); in SavePackage()
|
/external/pdfium/xfa/fxfa/ |
D | fxfa.h | 18 class CXFA_FFDoc; variable 200 virtual void SetChangeMark(CXFA_FFDoc* hDoc) = 0; 220 virtual int32_t CountPages(CXFA_FFDoc* hDoc) = 0; 221 virtual int32_t GetCurrentPage(CXFA_FFDoc* hDoc) = 0; 222 virtual void SetCurrentPage(CXFA_FFDoc* hDoc, int32_t iCurPage) = 0; 223 virtual bool IsCalculationsEnabled(CXFA_FFDoc* hDoc) = 0; 224 virtual void SetCalculationsEnabled(CXFA_FFDoc* hDoc, bool bEnabled) = 0; 225 virtual void GetTitle(CXFA_FFDoc* hDoc, WideString& wsTitle) = 0; 226 virtual void SetTitle(CXFA_FFDoc* hDoc, const WideString& wsTitle) = 0; 227 virtual void ExportData(CXFA_FFDoc* hDoc, [all …]
|
D | cxfa_ffdoc.cpp | 54 std::unique_ptr<CXFA_FFDoc> CXFA_FFDoc::CreateAndOpen( in CreateAndOpen() 65 pdfium::WrapUnique(new CXFA_FFDoc(pApp, pDocEnvironment, pPDFDoc)); in CreateAndOpen() 72 CXFA_FFDoc::CXFA_FFDoc(CXFA_FFApp* pApp, in CXFA_FFDoc() function in CXFA_FFDoc 83 CXFA_FFDoc::~CXFA_FFDoc() { in ~CXFA_FFDoc() 99 bool CXFA_FFDoc::ParseDoc(const RetainPtr<IFX_SeekableStream>& stream) { in ParseDoc() 115 CXFA_FFDocView* CXFA_FFDoc::CreateDocView() { in CreateDocView() 122 CXFA_FFDocView* CXFA_FFDoc::GetDocView(CXFA_LayoutProcessor* pLayout) { in GetDocView() 127 CXFA_FFDocView* CXFA_FFDoc::GetDocView() { in GetDocView() 131 bool CXFA_FFDoc::OpenDoc(const RetainPtr<IFX_SeekableStream>& stream) { in OpenDoc() 171 RetainPtr<CFX_DIBitmap> CXFA_FFDoc::GetPDFNamedImage(WideStringView wsName, in GetPDFNamedImage() [all …]
|
D | cxfa_ffdoc.h | 42 class CXFA_FFDoc { 44 static std::unique_ptr<CXFA_FFDoc> CreateAndOpen( 50 ~CXFA_FFDoc(); 74 CXFA_FFDoc(CXFA_FFApp* pApp,
|
D | cxfa_ffdocview.h | 22 class CXFA_FFDoc; variable 49 explicit CXFA_FFDocView(CXFA_FFDoc* pDoc); 52 CXFA_FFDoc* GetDoc() const { return m_pDoc.Get(); } in GetDoc() 122 UnownedPtr<CXFA_FFDoc> const m_pDoc;
|
D | cxfa_ffnotify.h | 25 explicit CXFA_FFNotify(CXFA_FFDoc* pDoc); 65 CXFA_FFDoc* GetHDOC() const { return m_pDoc.Get(); } in GetHDOC() 77 UnownedPtr<CXFA_FFDoc> const m_pDoc;
|
D | cxfa_fontmgr.h | 15 class CXFA_FFDoc; variable 22 RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* hDoc,
|
D | cxfa_textparser.h | 25 class CXFA_FFDoc; variable 56 RetainPtr<CFGAS_GEFont> GetFont(CXFA_FFDoc* doc,
|
D | cxfa_textlayout.h | 36 CXFA_TextLayout(CXFA_FFDoc* doc, CXFA_TextProvider* pTextProvider); 128 UnownedPtr<CXFA_FFDoc> const m_pDoc;
|
D | cxfa_ffapp.cpp | 53 CXFA_FWLTheme* CXFA_FFApp::GetFWLTheme(CXFA_FFDoc* doc) { in GetFWLTheme()
|
D | cxfa_ffapp.h | 35 CXFA_FWLTheme* GetFWLTheme(CXFA_FFDoc* doc);
|
D | cxfa_ffwidget.h | 26 class CXFA_FFDoc; variable 158 CXFA_FFDoc* GetDoc();
|
D | cxfa_fontmgr.cpp | 27 RetainPtr<CFGAS_GEFont> CXFA_FontMgr::GetFont(CXFA_FFDoc* hDoc, in GetFont()
|
D | cxfa_fwltheme.h | 32 bool LoadCalendarFont(CXFA_FFDoc* doc);
|
D | cxfa_fftext.cpp | 136 CXFA_FFDoc* pDoc = GetDoc(); in OnLButtonUp()
|
D | cxfa_ffnotify.cpp | 46 CXFA_FFNotify::CXFA_FFNotify(CXFA_FFDoc* pDoc) : m_pDoc(pDoc) {} in CXFA_FFNotify() 252 CXFA_FFDoc* hDoc = GetHDOC(); in OpenDropDownList()
|
D | cxfa_fwltheme.cpp | 64 bool CXFA_FWLTheme::LoadCalendarFont(CXFA_FFDoc* doc) { in LoadCalendarFont()
|
D | cxfa_textparser.cpp | 339 CXFA_FFDoc* doc, in GetFont()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 33 class CXFA_FFDoc; variable 290 void StartWidgetLayout(CXFA_FFDoc* doc, 297 bool LoadCaption(CXFA_FFDoc* doc); 301 bool LoadImageImage(CXFA_FFDoc* doc); 302 bool LoadImageEditImage(CXFA_FFDoc* doc); 311 RetainPtr<CFGAS_GEFont> GetFDEFont(CXFA_FFDoc* doc); 428 void CalcCaptionSize(CXFA_FFDoc* doc, CFX_SizeF* pszCap); 429 bool CalculateFieldAutoSize(CXFA_FFDoc* doc, CFX_SizeF* pSize); 431 bool CalculateTextEditAutoSize(CXFA_FFDoc* doc, CFX_SizeF* pSize); 432 bool CalculateCheckButtonAutoSize(CXFA_FFDoc* doc, CFX_SizeF* pSize); [all …]
|
D | cxfa_node.cpp | 466 RetainPtr<CFX_DIBitmap> XFA_LoadImageData(CXFA_FFDoc* pDoc, in XFA_LoadImageData() 835 void LoadText(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadText() 857 bool LoadImageData(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadImageData() 890 bool LoadCaption(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadCaption() 925 bool LoadImageData(CXFA_FFDoc* doc, CXFA_Node* pNode) { in LoadImageData() 2729 CXFA_FFDoc* pDoc = pDocView->GetDoc(); in ExecuteBoolScript() 3122 void CXFA_Node::CalcCaptionSize(CXFA_FFDoc* doc, CFX_SizeF* pszCap) { in CalcCaptionSize() 3180 bool CXFA_Node::CalculateFieldAutoSize(CXFA_FFDoc* doc, CFX_SizeF* pSize) { in CalculateFieldAutoSize() 3251 void CXFA_Node::CalculateTextContentSize(CXFA_FFDoc* doc, CFX_SizeF* pSize) { in CalculateTextContentSize() 3281 bool CXFA_Node::CalculateTextEditAutoSize(CXFA_FFDoc* doc, CFX_SizeF* pSize) { in CalculateTextEditAutoSize() [all …]
|
/external/pdfium/fxjs/xfa/ |
D | cjx_hostpseudomodel.cpp | 100 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in calculationsEnabled() 116 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in currentPage() 146 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in numPages() 179 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in title() 197 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in validationsEnabled() 258 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in gotoURL() 545 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in print() 577 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in exportData() 589 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in pageUp() 607 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in pageDown()
|
D | cfxjse_engine.cpp | 209 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in GlobalPropertySetter() 278 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in GlobalPropertyGetter() 374 CXFA_FFDoc* hDoc = pNotify->GetHDOC(); in NormalPropertyGetter()
|