Searched refs:nPageNo (Results 1 – 1 of 1) sorted by relevance
1001 int nPageNo = pRuntime->ToInt32(params[0]); in getAnnot() local1003 CPDFSDK_PageView* pPageView = m_pFormFillEnv->GetPageView(nPageNo); in getAnnot()1045 int nPageNo = m_pFormFillEnv->GetPageCount(); in getAnnots() local1047 for (int i = 0; i < nPageNo; ++i) { in getAnnots()1233 int nPageNo = params.size() > 0 ? pRuntime->ToInt32(params[0]) : 0; in getPageNthWord() local1241 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNthWord()1244 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNthWord()1288 int nPageNo = params.size() > 0 ? pRuntime->ToInt32(params[0]) : 0; in getPageNumWords() local1290 if (nPageNo < 0 || nPageNo >= pDocument->GetPageCount()) in getPageNumWords()1293 CPDF_Dictionary* pPageDict = pDocument->GetPage(nPageNo); in getPageNumWords()