Searched defs:pPageView (Results 1 - 18 of 18) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_IFormFiller.h36 virtual FX_BOOL Annot_HitTest(CPDFSDK_PageView* pPageView,CPDFSDK_Annot* pAnnot, CPDF_Point point);
37 virtual FX_RECT GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
38 virtual void OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot,
47 virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlag);
48 virtual void OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlag);
50 virtual FX_BOOL OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
51 virtual FX_BOOL OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
52 virtual FX_BOOL OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
53 virtual FX_BOOL OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point);
54 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Anno
138 CPDFSDK_PageView* pPageView; member in class:CFFL_PrivateData
[all...]
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_PushButton.cpp22 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
36 void CFFL_PushButton::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, argument
40 CFFL_Button::OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
H A DFFL_CheckBox.cpp23 CPWL_Wnd* CFFL_CheckBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
55 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); local
56 ASSERT(pPageView != NULL);
61 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
68 if (CPWL_CheckBox * pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, TRUE))
71 CommitData(pPageView,nFlags);
79 FX_BOOL CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
81 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
85 if (CPWL_CheckBox * pWnd = (CPWL_CheckBox*)GetPDFWindow(pPageView, TRUE))
92 if (!CommitData(pPageView, nFlag
98 IsDataChanged(CPDFSDK_PageView* pPageView) argument
111 SaveData(CPDFSDK_PageView* pPageView) argument
[all...]
H A DFFL_RadioButton.cpp23 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
56 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); local
57 ASSERT(pPageView != NULL);
62 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
69 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
71 CommitData(pPageView,nFlags);
79 FX_BOOL CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
81 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
85 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
88 if (!CommitData(pPageView,nFlag
94 IsDataChanged(CPDFSDK_PageView* pPageView) argument
106 SaveData(CPDFSDK_PageView* pPageView) argument
[all...]
H A DFFL_ListBox.cpp69 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
126 FX_BOOL CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) argument
130 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE))
158 void CFFL_ListBox::SaveData(CPDFSDK_PageView* pPageView) argument
162 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE))
205 void CFFL_ListBox::GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, argument
217 if (CPWL_ListBox* pListBox = (CPWL_ListBox*)GetPDFWindow(pPageView, FALSE))
246 void CFFL_ListBox::SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, argument
251 void CFFL_ListBox::SaveState(CPDFSDK_PageView* pPageView) argument
253 ASSERT(pPageView !
267 RestoreState(CPDFSDK_PageView* pPageView) argument
276 ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) argument
308 CPDFSDK_PageView* pPageView = this->GetCurPageView(); local
[all...]
H A DFFL_ComboBox.cpp74 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
111 FX_BOOL CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) argument
113 if (CPWL_ComboBox * pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
139 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) argument
143 if (CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
190 void CFFL_ComboBox::GetActionData( CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument
195 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
217 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
237 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, argument
243 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALS
272 SaveState(CPDFSDK_PageView* pPageView) argument
288 RestoreState(CPDFSDK_PageView* pPageView) argument
307 ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) argument
339 CPDFSDK_PageView* pPageView = this->GetCurPageView(); local
425 CPDFSDK_PageView *pPageView = GetCurPageView(); local
[all...]
H A DFFL_TextField.cpp133 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) argument
175 CPDFSDK_PageView* pPageView = this->GetCurPageView(); local
176 ASSERT(pPageView != NULL);
183 if (CPWL_Wnd* pWnd = GetPDFWindow(pPageView, TRUE))
188 if (CommitData(pPageView, nFlags))
190 DestroyPDFWindow(pPageView);
202 CPDFSDK_PageView* pPageView = this->GetCurPageView(); local
203 ASSERT(pPageView != NULL);
204 EscapeFiller(pPageView,TRUE);
212 FX_BOOL CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) argument
222 SaveData(CPDFSDK_PageView* pPageView) argument
238 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument
273 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument
307 SaveState(CPDFSDK_PageView* pPageView) argument
318 RestoreState(CPDFSDK_PageView* pPageView) argument
329 ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) argument
[all...]
H A DFFL_FormFiller.cpp34 CPDFSDK_PageView * pPageView = NULL; local
36 m_Maps.GetNextAssoc(pos, pPageView, pWnd);
50 void CFFL_FormFiller::SetWindowRect(CPDFSDK_PageView* pPageView, const CPDF_Rect& rcWindow) argument
52 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE))
58 CPDF_Rect CFFL_FormFiller::GetWindowRect(CPDFSDK_PageView* pPageView) argument
60 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE))
68 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) argument
70 ASSERT(pPageView != NULL);
75 if (CPWL_Wnd* pWnd = this->GetPDFWindow(pPageView, FALSE))
82 // pPageView
93 OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, FX_DWORD dwFlags) argument
113 OnDrawDeactive(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, FX_DWORD dwFlags) argument
137 OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) argument
141 OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) argument
147 OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
164 OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
177 OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
188 OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
204 OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point) argument
216 OnRButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
227 OnRButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
238 OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
253 CPDFSDK_PageView* pPageView = this->GetCurPageView(); local
269 CPDFSDK_PageView* pPageView = this->GetCurPageView(); local
297 CPDFSDK_PageView* pPageView = pDoc->GetPageView(pPage); local
324 CPDFSDK_PageView* pPageView = this->GetCurPageView(); local
432 GetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bNew) argument
477 DestroyPDFWindow(CPDFSDK_PageView* pPageView) argument
579 GetFocusBox(CPDFSDK_PageView* pPageView) argument
636 WndtoPWL(CPDFSDK_PageView* pPageView, const CPDF_Point& pt) argument
647 FFLtoWnd(CPDFSDK_PageView* pPageView, const CPDF_Rect & rect) argument
665 CommitData(CPDFSDK_PageView* pPageView, FX_UINT nFlag) argument
703 IsDataChanged(CPDFSDK_PageView* pPageView) argument
708 SaveData(CPDFSDK_PageView* pPageView) argument
712 GetKeyStrokeData(CPDFSDK_PageView* pPageView, FFL_KeyStrokeData& data) argument
721 GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa) argument
727 SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, const PDFSDK_FieldAction& fa) argument
738 SaveState(CPDFSDK_PageView* pPageView) argument
742 RestoreState(CPDFSDK_PageView* pPageView) argument
746 ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) argument
766 EscapeFiller(CPDFSDK_PageView* pPageView, FX_BOOL bDestroyPDFWindow) argument
823 OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) argument
831 OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) argument
843 OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
857 OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
873 OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
880 OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, FX_DWORD dwFlags) argument
920 OnDrawDeactive(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, FX_DWORD dwFlags) argument
[all...]
H A DFFL_IFormFiller.cpp42 FX_BOOL CFFL_IFormFiller::Annot_HitTest(CPDFSDK_PageView* pPageView,CPDFSDK_Annot* pAnnot, CPDF_Point point) argument
50 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
54 return pFormFiller->GetViewBBox(pPageView, pAnnot);
58 ASSERT(pPageView != NULL);
68 // pPageView->DocToWindow(rcAnnot, rcWin);
76 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, argument
80 ASSERT(pPageView != NULL);
89 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
99 CPDF_Rect rcFocus = pFormFiller->GetFocusBox(pPageView);
128 pFormFiller->OnDrawDeactive(pPageView, pAnno
166 OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlag) argument
210 OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlag) argument
254 OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
299 OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
342 OnButtonUp(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bReset, FX_BOOL& bExit,FX_UINT nFlag) argument
386 OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
399 OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
413 OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point) argument
426 OnRButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
439 OnRButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
452 OnRButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point) argument
531 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); local
588 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); local
851 OnKeyStrokeCommit(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bRC, FX_BOOL& bExit, FX_DWORD nFlag) argument
892 OnValidate(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bRC, FX_BOOL& bExit, FX_DWORD nFlag) argument
931 OnCalculate(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bExit, FX_DWORD nFlag) argument
953 OnFormat(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bExit, FX_DWORD nFlag) argument
1040 IsValidAnnot(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) argument
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Object.cpp15 int FXJS_MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon) argument
58 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX_LPCWSTR swTitle,FX_UINT nType,FX_UINT nIcon) argument
60 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon);
128 int CJS_Object::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWSTR swTitle, FX_UINT nType, FX_UINT nIcon) argument
130 return FXJS_MsgBox(pApp, pPageView, swMsg, swTitle, nType, nIcon);
H A DDocument.cpp255 if (CPDFSDK_PageView* pPageView = m_pDocument->GetCurrentView())
257 vp << pPageView->GetPageIndex();
727 CPDFSDK_PageView* pPageView = m_pDocument->GetPageView(pPage); local
728 pPageView->DeleteAnnot(pWidget);
730 pPageView->UpdateRects(aRefresh);
H A DField.cpp2151 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); local
2152 if(!pPageView)
2155 PageArray.SetElement(i, CJS_Value(m_isolate,(FX_INT32)pPageView->GetPageIndex()));
/external/pdfium/fpdfsdk/include/
H A Dfsdk_annothandler.h34 virtual CPDF_Rect GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) = 0;
36 virtual FX_BOOL HitTest(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, const CPDF_Point& point) = 0;
39 virtual void OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
43 virtual void OnDrawSleep(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot,
59 virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) = 0;
60 virtual void OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) = 0;
63 virtual FX_BOOL OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
64 virtual FX_BOOL OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
65 virtual FX_BOOL OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) = 0;
66 virtual FX_BOOL OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Anno
114 OnDrawSleep(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, const CPDF_Rect& rcWindow, FX_DWORD dwFlags) argument
139 OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfformfill.cpp88 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page);
89 if(!pPageView)
96 return pPageView->OnMouseMove(pt, modifier);
106 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page);
107 if(!pPageView)
113 return pPageView->OnLButtonDown(pt, modifier);
123 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page);
124 if(!pPageView)
130 return pPageView->OnLButtonUp(pt, modifier);
140 CPDFSDK_PageView* pPageView
333 CPDFSDK_PageView* pPageView = pSDKDoc->GetPageView(pPage, TRUE); local
346 CPDFSDK_PageView* pPageView = pSDKDoc->GetPageView(pPage, FALSE); local
404 CPDFSDK_PageView* pPageView = pSDKDoc->GetPageView(pPage, FALSE); local
[all...]
H A Dfsdk_annothandler.cpp59 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView) argument
62 ASSERT(pPageView != NULL);
66 return pAnnotHandler->NewAnnot(pAnnot, pPageView);
69 return new CPDFSDK_Annot(pAnnot, pPageView);
134 void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,FX_DWORD dwFlags) argument
140 pAnnotHandler->OnDraw(pPageView, pAnnot, pDevice, pUser2Device, dwFlags);
149 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
155 return pAnnotHandler->OnLButtonDown(pPageView, pAnnot, nFlags, point);
159 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
165 return pAnnotHandler->OnLButtonUp(pPageView, pAnno
169 Annot_OnLButtonDblClk(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
179 Annot_OnMouseMove(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
189 Annot_OnMouseWheel(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point& point) argument
199 Annot_OnRButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
209 Annot_OnRButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
220 Annot_OnMouseEnter(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) argument
231 Annot_OnMouseExit(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) argument
326 Annot_OnGetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) argument
336 Annot_OnHitTest(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, const CPDF_Point& point) argument
436 OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device, FX_DWORD dwFlags) argument
454 OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) argument
470 OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) argument
485 OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
502 OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
519 OnLButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
536 OnMouseMove(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
555 OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point& point) argument
572 OnRButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
588 OnRButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point) argument
728 GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) argument
746 HitTest(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, const CPDF_Point& point) argument
757 CPDFSDK_AnnotIterator(CPDFSDK_PageView * pPageView,FX_BOOL bReverse, FX_BOOL bIgnoreTopmost , FX_BOOL bCircle , CFX_PtrArray *pList ) argument
903 InitIteratorAnnotList(CPDFSDK_PageView* pPageView,CFX_PtrArray * pAnnotList) argument
[all...]
H A Dfsdk_baseannot.cpp503 CPDFSDK_Annot::CPDFSDK_Annot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView) : argument
505 m_pPageView(pPageView),
529 void CPDFSDK_Annot::SetPage(CPDFSDK_PageView* pPageView) argument
531 m_pPageView = pPageView;
H A Dfsdk_mgr.cpp85 CPDFSDK_PageView* pPageView = NULL; local
86 pPageView = pSDKAnnot->GetPageView();
88 if(!pPage || !pPageView)
91 pPageView->GetCurrentMatrix(page2device);
350 // m_pageMap.SetAt(pDic, pPageView);
354 void CPDFSDK_Document::AddPageView(CPDF_Page* pPDFPage, CPDFSDK_PageView* pPageView) argument
356 m_pageMap.SetAt(pPDFPage, pPageView);
361 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage); local
362 if(pPageView != NULL)
363 return pPageView;
450 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage); local
478 CPDFSDK_PageView * pPageView = NULL; local
504 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); local
[all...]
H A Dfsdk_baseform.cpp25 CPDFSDK_Widget::CPDFSDK_Widget(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* pInterForm) : argument
26 CPDFSDK_Annot(pAnnot, pPageView),
449 void CPDFSDK_Widget::DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView) argument
469 pPageView->GetCurrentMatrix(page2device);
1590 FX_BOOL CPDFSDK_Widget::OnAAction(CPDF_AAction::AActionType type, PDFSDK_FieldAction& data, CPDFSDK_PageView* pPageView) argument
1596 CPDFSDK_Document* pDocument = pPageView->GetSDKDocument();
2093 CPDFSDK_PageView * pPageView = m_pDocument->GetPageView(pPage,FALSE); local
2095 FX_RECT rcBBox = pIFormFiller->GetViewBBox(pPageView, pWidget);
2205 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); local
2206 ASSERT(pPageView !
2777 CBA_AnnotIterator(CPDFSDK_PageView* pPageView, const CFX_ByteString& sType, const CFX_ByteString& sSubType) argument
[all...]

Completed in 260 milliseconds