HomeSort by relevance Sort by last modified time
    Searched refs:nPageIndex (Results 1 - 13 of 13) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_interform.cpp 101 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum());
102 if (nPageIndex >= 0)
103 pPage = m_pFormFillEnv->GetPageView(nPageIndex);
107 int nPageIndex = GetPageIndexByAnnotDict(pDocument, pControlDict);
108 if (nPageIndex >= 0)
109 pPage = m_pFormFillEnv->GetPageView(nPageIndex);
cpdfsdk_formfillenvironment.h 84 FPDF_PAGE GetPage(FPDF_DOCUMENT document, int nPageIndex);
92 void DoGoToAction(int nPageIndex,
cpdfsdk_formfillenvironment.cpp 304 int nPageIndex) {
306 return m_pInfo->FFI_GetPage(m_pInfo, document, nPageIndex);
335 void CPDFSDK_FormFillEnvironment::DoGoToAction(int nPageIndex,
340 m_pInfo->FFI_DoGoToAction(m_pInfo, nPageIndex, zoomMode, fPosArray,
fsdk_actionhandler.cpp 420 int nPageIndex = MyDest.GetPageIndex(pPDFDocument);
434 pFormFillEnv->DoGoToAction(nPageIndex, nFitType, pPosAry, sizeOfAry);
  /external/pdfium/xfa/fwl/
cfwl_edit.h 99 bool OnPageLoad(int32_t nPageIndex);
100 bool OnPageUnload(int32_t nPageIndex);
cfwl_edit.cpp 437 bool CFWL_Edit::OnPageLoad(int32_t nPageIndex) {
438 IFDE_TxtEdtPage* pPage = m_EdtEngine.GetPage(nPageIndex);
446 bool CFWL_Edit::OnPageUnload(int32_t nPageIndex) {
447 IFDE_TxtEdtPage* pPage = m_EdtEngine.GetPage(nPageIndex);
    [all...]
  /external/pdfium/xfa/fde/
cfde_txtedtengine.h 141 int32_t nPageIndex,
cfde_txtedtpage.cpp 32 CFDE_TxtEdtPage::CFDE_TxtEdtPage(CFDE_TxtEdtEngine* pEngine, int32_t nPageIndex)
39 m_nPageIndex(nPageIndex),
cfde_txtedtengine.cpp     [all...]
  /external/pdfium/public/
fpdf_formfill.h 569 * nPageIndex - Index number of the page. 0 for the first page.
580 int nPageIndex);
686 * nPageIndex - The index of the PDF page.
708 int nPageIndex,
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutpagemgr.cpp 89 int32_t nPageIndex) {
104 pNotify->OnLayoutItemAdded(pDocLayout, pContainerItem, nPageIndex, dwStatus);
109 bVisibleItem, nPageIndex);
    [all...]
  /external/pdfium/fpdfsdk/javascript/
Field.h 451 int nPageIndex,
Field.cpp     [all...]

Completed in 210 milliseconds