Lines Matching refs:pFXDoc
85 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnMouseMove() local
86 if(!pFXDoc) in FORM_OnMouseMove()
88 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnMouseMove()
103 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnLButtonDown() local
104 if(!pFXDoc) in FORM_OnLButtonDown()
106 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnLButtonDown()
120 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnLButtonUp() local
121 if(!pFXDoc) in FORM_OnLButtonUp()
123 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnLButtonUp()
137 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnKeyDown() local
138 if(!pFXDoc) in FORM_OnKeyDown()
140 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnKeyDown()
152 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnKeyUp() local
153 if(!pFXDoc) in FORM_OnKeyUp()
155 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnKeyUp()
168 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnChar() local
169 if(!pFXDoc) in FORM_OnChar()
171 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnChar()
233 CPDFSDK_Document* pFXDoc = pEnv->GetCurrentDoc(); in FPDF_FFLDraw() local
234 if(!pFXDoc) in FPDF_FFLDraw()
242 if(CPDFSDK_PageView* pPageView = pFXDoc->GetPageView(pPage)) in FPDF_FFLDraw()