Searched refs:pFXDoc (Results 1 – 2 of 2) sorted by relevance
85 CPDFSDK_Document* pFXDoc = ((CPDFDoc_Environment*)hHandle)->GetCurrentDoc(); in FORM_OnMouseMove() local86 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() local104 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() local121 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[all …]
347 void SetCurrentDoc(CPDFSDK_Document* pFXDoc) {m_pSDKDoc = pFXDoc;} in SetCurrentDoc() argument