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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_hostpseudomodel.cpp 760 int32_t nCurPage = pNotify->GetDocProvider()->GetCurrentPage(hDoc);
762 if (nCurPage <= 1) {
765 nNewPage = nCurPage - 1;
775 int32_t nCurPage = pNotify->GetDocProvider()->GetCurrentPage(hDoc);
777 if (!nPageCount || nCurPage == nPageCount) {
781 if (nCurPage >= nPageCount) {
784 nNewPage = nCurPage + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
docobj.h 318 virtual HRESULT WINAPI FContinuePrinting(LONG nCntPrinted,LONG nCurPage,wchar_t *pwszPrintStatus) = 0;
327 HRESULT (WINAPI *FContinuePrinting)(IContinueCallback *This,LONG nCntPrinted,LONG nCurPage,wchar_t *pwszPrintStatus);
338 #define IContinueCallback_FContinuePrinting(This,nCntPrinted,nCurPage,pwszPrintStatus) (This)->lpVtbl->FContinuePrinting(This,nCntPrinted,nCurPage,pwszPrintStatus)
343 HRESULT WINAPI IContinueCallback_FContinuePrinting_Proxy(IContinueCallback *This,LONG nCntPrinted,LONG nCurPage,wchar_t *pwszPrintStatus);
    [all...]

Completed in 89 milliseconds