Searched defs:nPageNo (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp1866 int nPageNo = params.GetSize() > 0 ? (int)params[0] : 0; local
1873 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount())
1879 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo);
1939 int nPageNo = params.GetSize() > 0 ? (int)params[0] : 0; local
1944 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount())
1950 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo);

Completed in 67 milliseconds