Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp34 CPDFSDK_PageView * pPageView = NULL; in ~CFFL_FormFiller() local
50 void CFFL_FormFiller::SetWindowRect(CPDFSDK_PageView* pPageView, const CPDF_Rect& rcWindow) in SetWindowRect()
58 CPDF_Rect CFFL_FormFiller::GetWindowRect(CPDFSDK_PageView* pPageView) in GetWindowRect()
68 FX_RECT CFFL_FormFiller::GetViewBBox(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in GetViewBBox()
93 void CFFL_FormFiller::OnDraw(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDraw()
113 void CFFL_FormFiller::OnDrawDeactive(CPDFSDK_PageView *pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnno… in OnDrawDeactive()
137 void CFFL_FormFiller::OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseEnter()
141 void CFFL_FormFiller::OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseExit()
147 FX_BOOL CFFL_FormFiller::OnLButtonDown(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT … in OnLButtonDown()
164 FX_BOOL CFFL_FormFiller::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nF… in OnLButtonUp()
[all …]
DFFL_ListBox.cpp69 CPWL_Wnd* CFFL_ListBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
126 FX_BOOL CFFL_ListBox::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged()
158 void CFFL_ListBox::SaveData(CPDFSDK_PageView* pPageView) in SaveData()
205 void CFFL_ListBox::GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in GetActionData()
246 void CFFL_ListBox::SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in SetActionData()
251 void CFFL_ListBox::SaveState(CPDFSDK_PageView* pPageView) in SaveState()
267 void CFFL_ListBox::RestoreState(CPDFSDK_PageView* pPageView) in RestoreState()
276 CPWL_Wnd* CFFL_ListBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow()
308 CPDFSDK_PageView* pPageView = this->GetCurPageView(); in OnKeyStroke() local
DFFL_TextField.cpp133 CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
175 CPDFSDK_PageView* pPageView = this->GetCurPageView(); in OnChar() local
202 CPDFSDK_PageView* pPageView = this->GetCurPageView(); in OnChar() local
212 FX_BOOL CFFL_TextField::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged()
222 void CFFL_TextField::SaveData(CPDFSDK_PageView* pPageView) in SaveData()
238 void CFFL_TextField::GetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in GetActionData()
273 void CFFL_TextField::SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in SetActionData()
307 void CFFL_TextField::SaveState(CPDFSDK_PageView* pPageView) in SaveState()
318 void CFFL_TextField::RestoreState(CPDFSDK_PageView* pPageView) in RestoreState()
329 CPWL_Wnd* CFFL_TextField::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow()
DFFL_ComboBox.cpp74 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
111 FX_BOOL CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged()
139 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) in SaveData()
190 …void CFFL_ComboBox::GetActionData( CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PD… in GetActionData()
237 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, in SetActionData()
272 void CFFL_ComboBox::SaveState(CPDFSDK_PageView* pPageView) in SaveState()
288 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) in RestoreState()
307 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue) in ResetPDFWindow()
339 CPDFSDK_PageView* pPageView = this->GetCurPageView(); in OnKeyStroke() local
425 CPDFSDK_PageView *pPageView = GetCurPageView(); in GetSelectExportText() local
DFFL_RadioButton.cpp23 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
56 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnChar() local
79 FX_BOOL CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT n… in OnLButtonUp()
94 FX_BOOL CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged()
106 void CFFL_RadioButton::SaveData(CPDFSDK_PageView* pPageView) in SaveData()
DFFL_CheckBox.cpp23 CPWL_Wnd* CFFL_CheckBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
55 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnChar() local
79 FX_BOOL CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFla… in OnLButtonUp()
98 FX_BOOL CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView) in IsDataChanged()
111 void CFFL_CheckBox::SaveData(CPDFSDK_PageView* pPageView) in SaveData()
DFFL_IFormFiller.cpp42 FX_BOOL CFFL_IFormFiller::Annot_HitTest(CPDFSDK_PageView* pPageView,CPDFSDK_Annot* pAnnot, CPDF_Poi… in Annot_HitTest()
50 FX_RECT CFFL_IFormFiller::GetViewBBox(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot) in GetViewBBox()
76 void CFFL_IFormFiller::OnDraw(CPDFSDK_PageView* pPageView, /*HDC hDC,*/ CPDFSDK_Annot* pAnnot, in OnDraw()
166 void CFFL_IFormFiller::OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFl… in OnMouseEnter()
210 void CFFL_IFormFiller::OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFla… in OnMouseExit()
254 FX_BOOL CFFL_IFormFiller::OnLButtonDown(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT… in OnLButtonDown()
299 FX_BOOL CFFL_IFormFiller::OnLButtonUp(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT n… in OnLButtonUp()
342 void CFFL_IFormFiller::OnButtonUp(CPDFSDK_Widget* pWidget, CPDFSDK_PageView* pPageView, FX_BOOL& bR… in OnButtonUp()
386 FX_BOOL CFFL_IFormFiller::OnLButtonDblClk(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UI… in OnLButtonDblClk()
399 FX_BOOL CFFL_IFormFiller::OnMouseMove(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT n… in OnMouseMove()
[all …]
DFFL_PushButton.cpp22 CPWL_Wnd* CFFL_PushButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView) in NewPDFWindow()
36 void CFFL_PushButton::OnDraw(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, in OnDraw()
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp59 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView) in NewAnnot()
134 void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_… in Annot_OnDraw()
149 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* p… in Annot_OnLButtonDown()
159 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAn… in Annot_OnLButtonUp()
169 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonDblClk(CPDFSDK_PageView * pPageView, CPDFSDK_Annot*… in Annot_OnLButtonDblClk()
179 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnMouseMove(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAn… in Annot_OnMouseMove()
189 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnMouseWheel(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pA… in Annot_OnMouseWheel()
199 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnRButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* p… in Annot_OnRButtonDown()
209 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnRButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAn… in Annot_OnRButtonUp()
220 void CPDFSDK_AnnotHandlerMgr::Annot_OnMouseEnter(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnno… in Annot_OnMouseEnter()
[all …]
Dfpdfformfill.cpp88 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnMouseMove() local
106 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnLButtonDown() local
123 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnLButtonUp() local
140 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnKeyDown() local
155 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnKeyUp() local
171 CPDFSDK_PageView* pPageView = pFXDoc->GetPageView((CPDF_Page*)page); in FORM_OnChar() local
260 if(CPDFSDK_PageView* pPageView = pFXDoc->GetPageView(pPage)) in FPDF_FFLDraw() local
333 CPDFSDK_PageView* pPageView = pSDKDoc->GetPageView(pPage, TRUE); in FORM_OnAfterLoadPage() local
346 CPDFSDK_PageView* pPageView = pSDKDoc->GetPageView(pPage, FALSE); in FORM_OnBeforeClosePage() local
404 CPDFSDK_PageView* pPageView = pSDKDoc->GetPageView(pPage, FALSE); in FORM_DoPageAAction() local
Dfsdk_mgr.cpp85 CPDFSDK_PageView* pPageView = NULL; in InvalidateRect() local
354 void CPDFSDK_Document::AddPageView(CPDF_Page* pPDFPage, CPDFSDK_PageView* pPageView) in AddPageView()
361 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage); in GetPageView() local
450 CPDFSDK_PageView* pPageView = (CPDFSDK_PageView*)m_pageMap.GetValueAt(pPDFPage); in ReMovePageView() local
478 CPDFSDK_PageView * pPageView = NULL; in UpdateAllViews() local
504 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in SetFocusAnnot() local
Dfsdk_baseform.cpp25 CPDFSDK_Widget::CPDFSDK_Widget(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView, CPDFSDK_InterForm* … in CPDFSDK_Widget()
449 void CPDFSDK_Widget::DrawShadow(CFX_RenderDevice* pDevice, CPDFSDK_PageView* pPageView) in DrawShadow()
1590 …t::OnAAction(CPDF_AAction::AActionType type, PDFSDK_FieldAction& data, CPDFSDK_PageView* pPageView) in OnAAction()
2093 CPDFSDK_PageView * pPageView = m_pDocument->GetPageView(pPage,FALSE); in UpdateField() local
2205 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); in DoAction_Hide() local
2777 CBA_AnnotIterator::CBA_AnnotIterator(CPDFSDK_PageView* pPageView, const CFX_ByteString& sType, cons… in CBA_AnnotIterator()
Dfsdk_baseannot.cpp503 CPDFSDK_Annot::CPDFSDK_Annot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView) : in CPDFSDK_Annot()
529 void CPDFSDK_Annot::SetPage(CPDFSDK_PageView* pPageView) in SetPage()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Object.cpp15 int FXJS_MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX_LPCWST… in FXJS_MsgBox()
58 int CJS_EmbedObj::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView,FX_LPCWSTR swMsg,FX… in MsgBox()
128 int CJS_Object::MsgBox(CPDFDoc_Environment* pApp, CPDFSDK_PageView* pPageView, FX_LPCWSTR swMsg, FX… in MsgBox()
DDocument.cpp255 if (CPDFSDK_PageView* pPageView = m_pDocument->GetCurrentView()) in pageNum() local
727 CPDFSDK_PageView* pPageView = m_pDocument->GetPageView(pPage); in removeField() local
DField.cpp2151 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); in page() local
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_IFormFiller.h138 CPDFSDK_PageView* pPageView; variable
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h114 virtual void OnDrawSleep(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, in OnDrawSleep()
139 …virtual FX_BOOL OnRButtonDblClk(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nF… in OnRButtonDblClk()