/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 34 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 …]
|
D | FFL_ListBox.cpp | 69 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
|
D | FFL_TextField.cpp | 133 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()
|
D | FFL_ComboBox.cpp | 74 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
|
D | FFL_RadioButton.cpp | 23 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()
|
D | FFL_CheckBox.cpp | 23 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()
|
D | FFL_IFormFiller.cpp | 42 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 …]
|
D | FFL_PushButton.cpp | 22 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/ |
D | fsdk_annothandler.cpp | 59 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 …]
|
D | fpdfformfill.cpp | 88 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
|
D | fsdk_mgr.cpp | 85 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
|
D | fsdk_baseform.cpp | 25 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()
|
D | fsdk_baseannot.cpp | 503 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/ |
D | JS_Object.cpp | 15 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()
|
D | Document.cpp | 255 if (CPDFSDK_PageView* pPageView = m_pDocument->GetCurrentView()) in pageNum() local 727 CPDFSDK_PageView* pPageView = m_pDocument->GetPageView(pPage); in removeField() local
|
D | Field.cpp | 2151 CPDFSDK_PageView* pPageView = pWidget->GetPageView(); in page() local
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_IFormFiller.h | 138 CPDFSDK_PageView* pPageView; variable
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_annothandler.h | 114 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()
|