Lines Matching refs:CPDFSDK_PageView
35 CPDFSDK_PageView::CPDFSDK_PageView(CPDFSDK_FormFillEnvironment* pFormFillEnv, in CPDFSDK_PageView() function in CPDFSDK_PageView
49 CPDFSDK_PageView::~CPDFSDK_PageView() { in ~CPDFSDK_PageView()
66 void CPDFSDK_PageView::ClearPage(CPDF_Page* pPage) { in ClearPage()
71 void CPDFSDK_PageView::PageView_OnDraw(CFX_RenderDevice* pDevice, in PageView_OnDraw()
95 std::unique_ptr<CPDFSDK_Annot> CPDFSDK_PageView::NewAnnot(CPDF_Annot* annot) { in NewAnnot()
120 CPDFSDK_Annot* CPDFSDK_PageView::GetFXAnnotAtPoint(const CFX_PointF& point) { in GetFXAnnotAtPoint()
132 CPDFSDK_Annot* CPDFSDK_PageView::GetFXWidgetAtPoint(const CFX_PointF& point) { in GetFXWidgetAtPoint()
147 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnotForFFWidget(CXFA_FFWidget* pWidget) { in AddAnnotForFFWidget()
156 void CPDFSDK_PageView::DeleteAnnotForFFWidget(CXFA_FFWidget* pWidget) { in DeleteAnnotForFFWidget()
184 CPDFXFA_Page* CPDFSDK_PageView::XFAPageIfNotBackedByPDFPage() { in XFAPageIfNotBackedByPDFPage()
190 CPDF_Document* CPDFSDK_PageView::GetPDFDocument() { in GetPDFDocument()
194 CPDF_Page* CPDFSDK_PageView::GetPDFPage() const { in GetPDFPage()
198 CPDFSDK_InteractiveForm* CPDFSDK_PageView::GetInteractiveForm() const { in GetInteractiveForm()
202 std::vector<CPDFSDK_Annot*> CPDFSDK_PageView::GetAnnotList() const { in GetAnnotList()
210 CPDFSDK_Annot* CPDFSDK_PageView::GetAnnotByDict(const CPDF_Dictionary* pDict) { in GetAnnotByDict()
220 CPDFSDK_Annot* CPDFSDK_PageView::GetAnnotForFFWidget(CXFA_FFWidget* pWidget) { in GetAnnotForFFWidget()
232 IPDF_Page* CPDFSDK_PageView::GetXFAPage() { in GetXFAPage()
237 WideString CPDFSDK_PageView::GetFocusedFormText() { in GetFocusedFormText()
242 CPDFSDK_Annot* CPDFSDK_PageView::GetNextAnnot(CPDFSDK_Annot* pAnnot) { in GetNextAnnot()
252 CPDFSDK_Annot* CPDFSDK_PageView::GetPrevAnnot(CPDFSDK_Annot* pAnnot) { in GetPrevAnnot()
262 CPDFSDK_Annot* CPDFSDK_PageView::GetFirstFocusableAnnot() { in GetFirstFocusableAnnot()
272 CPDFSDK_Annot* CPDFSDK_PageView::GetLastFocusableAnnot() { in GetLastFocusableAnnot()
282 WideString CPDFSDK_PageView::GetSelectedText() { in GetSelectedText()
289 void CPDFSDK_PageView::ReplaceAndKeepSelection(const WideString& text) { in ReplaceAndKeepSelection()
295 void CPDFSDK_PageView::ReplaceSelection(const WideString& text) { in ReplaceSelection()
301 bool CPDFSDK_PageView::SelectAllText() { in SelectAllText()
306 bool CPDFSDK_PageView::CanUndo() { in CanUndo()
311 bool CPDFSDK_PageView::CanRedo() { in CanRedo()
316 bool CPDFSDK_PageView::Undo() { in Undo()
321 bool CPDFSDK_PageView::Redo() { in Redo()
326 bool CPDFSDK_PageView::OnFocus(Mask<FWL_EVENTFLAG> nFlags, in OnFocus()
338 bool CPDFSDK_PageView::OnLButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDown()
356 bool CPDFSDK_PageView::OnLButtonUp(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonUp()
368 bool CPDFSDK_PageView::OnLButtonDblClk(Mask<FWL_EVENTFLAG> nFlags, in OnLButtonDblClk()
386 bool CPDFSDK_PageView::OnRButtonDown(Mask<FWL_EVENTFLAG> nFlags, in OnRButtonDown()
402 bool CPDFSDK_PageView::OnRButtonUp(Mask<FWL_EVENTFLAG> nFlags, in OnRButtonUp()
418 bool CPDFSDK_PageView::OnMouseMove(Mask<FWL_EVENTFLAG> nFlags, in OnMouseMove()
421 ObservedPtr<CPDFSDK_PageView> pThis(this); in OnMouseMove()
446 void CPDFSDK_PageView::EnterWidget(ObservedPtr<CPDFSDK_Annot>& pAnnot, in EnterWidget()
453 void CPDFSDK_PageView::ExitWidget(bool callExitCallback, in ExitWidget()
460 ObservedPtr<CPDFSDK_PageView> pThis(this); in ExitWidget()
471 bool CPDFSDK_PageView::OnMouseWheel(Mask<FWL_EVENTFLAG> nFlags, in OnMouseWheel()
481 bool CPDFSDK_PageView::SetIndexSelected(int index, bool selected) { in SetIndexSelected()
486 bool CPDFSDK_PageView::IsIndexSelected(int index) { in IsIndexSelected()
491 bool CPDFSDK_PageView::OnChar(uint32_t nChar, Mask<FWL_EVENTFLAG> nFlags) { in OnChar()
496 bool CPDFSDK_PageView::OnKeyDown(FWL_VKEYCODE nKeyCode, in OnKeyDown()
537 void CPDFSDK_PageView::LoadFXAnnots() { in LoadFXAnnots()
579 void CPDFSDK_PageView::UpdateRects(const std::vector<CFX_FloatRect>& rects) { in UpdateRects()
584 void CPDFSDK_PageView::UpdateView(CPDFSDK_Annot* pAnnot) { in UpdateView()
589 int CPDFSDK_PageView::GetPageIndex() const { in GetPageIndex()
600 bool CPDFSDK_PageView::IsValidAnnot(const CPDF_Annot* p) const { in IsValidAnnot()
604 bool CPDFSDK_PageView::IsValidSDKAnnot(const CPDFSDK_Annot* p) const { in IsValidSDKAnnot()
608 CPDFSDK_Annot* CPDFSDK_PageView::GetFocusAnnot() { in GetFocusAnnot()
613 int CPDFSDK_PageView::GetPageIndexForStaticPDF() const { in GetPageIndexForStaticPDF()