HomeSort by relevance Sort by last modified time
    Searched defs:GetDoc (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.h 39 virtual IXFA_Doc* GetDoc() { return m_pDoc; }
xfa_ffwidgetacc.cpp 87 CXFA_FFDoc* pFFDoc = pAcc->GetDoc();
169 CXFA_FFDoc* pFFDoc = pAcc->GetDoc();
305 CXFA_FFDoc* CXFA_WidgetAcc::GetDoc() {
306 return (CXFA_FFDoc*)m_pDocView->GetDoc();
309 return GetDoc()->GetApp();
350 return GetDoc()->GetDocProvider()->SubmitData(GetDoc(), submit);
374 FX_BOOL bNotify = GetDoc()->GetDocType() == XFA_DOCTYPE_Static;
613 XFA_VERSION version = GetDoc()->GetXFADoc()->GetCurVersionMode();
623 bVersionFlag = GetDoc()->GetXFADoc()->HasFlag(XFA_DOCFLAG_Scripting);
    [all...]
xfa_ffwidget.cpp 144 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, rtWidget,
147 GetDoc()->GetDocProvider()->InvalidateRect(m_pPageView, *pRect,
368 CXFA_FFDoc* CXFA_FFWidget::GetDoc() {
369 return (CXFA_FFDoc*)m_pDocView->GetDoc();
372 return GetDoc()->GetApp();
    [all...]

Completed in 819 milliseconds