Home | History | Annotate | Download | only in src

Lines Matching refs:pPage

258 		CPDFSDK_PageView* pPage = pAnnot->GetPageView();
259 CPDFSDK_Annot* pFocusAnnot = pPage->GetFocusAnnot();
266 CPDFSDK_Document* pDocument = pPage->GetSDKDocument();
292 CPDFSDK_PageView* pPage = pAnnot->GetPageView();
293 ASSERT(pPage != NULL);
295 pPage->GetSDKDocument();
378 CPDF_Page* pPage = pWidget->GetPDFPage();
379 ASSERT(pPage != NULL);
381 CPDF_Document* pDocument = pPage->m_pDocument;
394 CPDFSDK_Annot* CPDFSDK_BFAnnotHandler::NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage)
396 ASSERT(pPage != NULL);
397 pPage->GetPDFDocument();
407 pWidget = new CPDFSDK_Widget(pAnnot, pPage, pInterForm);