Searched refs:GetPDFPage (Results 1 – 14 of 14) sorted by relevance
62 return GetPDFPage(); in GetPage()65 CPDF_Page* CPDFSDK_Annot::GetPDFPage() { in GetPDFPage() function in CPDFSDK_Annot66 return m_pPageView ? m_pPageView->GetPDFPage() : nullptr; in GetPDFPage()
42 CPDF_Page* GetPDFPage(); // Returns PDF page or nullptr.
173 CPDF_Page* CPDFSDK_PageView::GetPDFPage() const { in GetPDFPage() function in CPDFSDK_PageView503 CPDF_Page* pPage = GetPDFPage(); in LoadFXAnnots()568 const CPDF_Dictionary* pDict = GetPDFPage()->GetDict(); in GetPageIndexForStaticPDF()
51 CPDF_Page* GetPDFPage() const;
31 CPDF_Page* pPDFPage = pPageView->GetPDFPage(); in GetTabOrder()
73 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device, in DrawAppearance()
48 CPDF_Page* pPage = pWidget->GetPDFPage(); in CanAnswer()
1236 CBA_FontMap font_map(widget_->GetPDFPage()->GetDocument(), in SetAsPushButton()1593 CBA_FontMap font_map(widget_->GetPDFPage()->GetDocument(), in SetAsComboBox()1659 CBA_FontMap font_map(widget_->GetPDFPage()->GetDocument(), in SetAsListBox()1743 CBA_FontMap font_map(widget_->GetPDFPage()->GetDocument(), in SetAsTextField()
40 m_pWidget->GetPDFPage()->GetDocument(), in MaybeCreateFontMap()
52 m_pWidget->GetPDFPage(); in OnLButtonUp()
120 m_pWidget->GetPDFPage(); in SaveData()
430 return pPageView->GetPDFPage()->GetBBox().Contains(rcFocus) ? rcFocus in GetFocusBox()
70 pAnnot->GetPDFPage(); in OnDraw()591 CPDF_Page* pPage = pWidget->GetPDFPage(); in QueryWherePopup()
398 CPDF_Page* pPDFPage = pWidget->GetPDFPage(); in SetRect()424 CPDF_Page* pPDFPage = pWidget->GetPDFPage(); in SetRect()2520 if (pTempWidget->GetPDFPage() == pCurPageView->GetPDFPage()) { in setFocus()