Searched refs:GetPageIndex (Results 1 – 17 of 17) sorted by relevance
23 int32_t CXFA_ContainerLayoutItem::GetPageIndex() const { in GetPageIndex() function in CXFA_ContainerLayoutItem27 ->GetPageIndex(this); in GetPageIndex()
17 int32_t GetPageIndex() const;
36 int32_t GetPageIndex(const CXFA_ContainerLayoutItem* pPage) const;
752 int32_t CXFA_LayoutPageMgr::GetPageIndex( in GetPageIndex() function in CXFA_LayoutPageMgr
41 int CPDF_Dest::GetPageIndex(CPDF_Document* pDoc) const { in GetPageIndex() function in CPDF_Dest53 return pDoc->GetPageIndex(pPage->GetObjNum()); in GetPageIndex()
26 int GetPageIndex(CPDF_Document* pDoc) const;
481 int CPDFSDK_PageView::GetPageIndex() const { function in CPDFSDK_PageView489 return pPageView ? pPageView->GetPageIndex() : -1;526 return (pDoc && pDict) ? pDoc->GetPageIndex(pDict->GetObjNum()) : -1;
88 int GetPageIndex() const;
210 return dest.GetPageIndex(pDoc); in FPDFDest_GetPageIndex()
422 int nPageIndex = MyDest.GetPageIndex(pPDFDocument); in DoAction_GoTo()
132 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum()); in GetWidget()
30 int GetPageIndex() const { return m_iPageIndex; } in GetPageIndex() function
200 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()
57 int GetPageIndex(uint32_t objnum);
569 int CPDF_Document::GetPageIndex(uint32_t objnum) { in GetPageIndex() function in CPDF_Document
186 return CJS_Return(pRuntime->NewNumber(pPageView->GetPageIndex())); in get_page_num()1470 m_pFormFillEnv->DoGoToAction(dest.GetPageIndex(pDocument), dest.GetZoomMode(), in gotoNamedDest()
1430 pRuntime->NewNumber(static_cast<int32_t>(pPageView->GetPageIndex()))); in get_page()