Home
last modified time | relevance | path

Searched refs:GetPageIndex (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_containerlayoutitem.cpp23 int32_t CXFA_ContainerLayoutItem::GetPageIndex() const { in GetPageIndex() function in CXFA_ContainerLayoutItem
27 ->GetPageIndex(this); in GetPageIndex()
Dcxfa_containerlayoutitem.h17 int32_t GetPageIndex() const;
Dcxfa_layoutpagemgr.h36 int32_t GetPageIndex(const CXFA_ContainerLayoutItem* pPage) const;
Dcxfa_layoutpagemgr.cpp752 int32_t CXFA_LayoutPageMgr::GetPageIndex( in GetPageIndex() function in CXFA_LayoutPageMgr
/external/pdfium/core/fpdfdoc/
Dcpdf_dest.cpp41 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) const { in GetPageIndex() function in CPDF_Dest
53 return pDoc->GetPageIndex(pPage->GetObjNum()); in GetPageIndex()
Dcpdf_dest.h26 int GetPageIndex(CPDF_Document* pDoc) const;
/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.cpp481 int CPDFSDK_PageView::GetPageIndex() const { function in CPDFSDK_PageView
489 return pPageView ? pPageView->GetPageIndex() : -1;
526 return (pDoc && pDict) ? pDoc->GetPageIndex(pDict->GetObjNum()) : -1;
Dcpdfsdk_pageview.h88 int GetPageIndex() const;
Dfpdfdoc.cpp210 return dest.GetPageIndex(pDoc); in FPDFDest_GetPageIndex()
Dfsdk_actionhandler.cpp422 int nPageIndex = MyDest.GetPageIndex(pPDFDocument); in DoAction_GoTo()
Dcpdfsdk_interform.cpp132 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum()); in GetWidget()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_page.h30 int GetPageIndex() const { return m_iPageIndex; } in GetPageIndex() function
/external/pdfium/fxjs/xfa/
Dcjx_layoutpseudomodel.cpp200 int32_t iLast = pLayoutItem->GetLast()->GetPage()->GetPageIndex(); in pageSpan()
201 int32_t iFirst = pLayoutItem->GetFirst()->GetPage()->GetPageIndex(); in pageSpan()
480 int32_t iPage = pLayoutItem->GetFirst()->GetPage()->GetPageIndex(); in PageInternals()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.h57 int GetPageIndex(uint32_t objnum);
Dcpdf_document.cpp569 int CPDF_Document::GetPageIndex(uint32_t objnum) { in GetPageIndex() function in CPDF_Document
/external/pdfium/fxjs/
Dcjs_document.cpp186 return CJS_Return(pRuntime->NewNumber(pPageView->GetPageIndex())); in get_page_num()
1470 m_pFormFillEnv->DoGoToAction(dest.GetPageIndex(pDocument), dest.GetZoomMode(), in gotoNamedDest()
Dcjs_field.cpp1430 pRuntime->NewNumber(static_cast<int32_t>(pPageView->GetPageIndex()))); in get_page()