Lines Matching refs:CPDFSDK_BAAnnotHandler

41 CPDFSDK_BAAnnotHandler::CPDFSDK_BAAnnotHandler() {}  in CPDFSDK_BAAnnotHandler()  function in CPDFSDK_BAAnnotHandler
43 CPDFSDK_BAAnnotHandler::~CPDFSDK_BAAnnotHandler() {} in ~CPDFSDK_BAAnnotHandler()
45 bool CPDFSDK_BAAnnotHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer()
49 CPDFSDK_Annot* CPDFSDK_BAAnnotHandler::NewAnnot(CPDF_Annot* pAnnot, in NewAnnot()
55 CPDFSDK_Annot* CPDFSDK_BAAnnotHandler::NewAnnot(CXFA_FFWidget* hWidget, in NewAnnot()
61 void CPDFSDK_BAAnnotHandler::ReleaseAnnot(CPDFSDK_Annot* pAnnot) { in ReleaseAnnot()
65 void CPDFSDK_BAAnnotHandler::OnDraw(CPDFSDK_PageView* pPageView, in OnDraw()
80 void CPDFSDK_BAAnnotHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter()
88 void CPDFSDK_BAAnnotHandler::OnMouseExit(CPDFSDK_PageView* pPageView, in OnMouseExit()
96 bool CPDFSDK_BAAnnotHandler::OnLButtonDown(CPDFSDK_PageView* pPageView, in OnLButtonDown()
103 bool CPDFSDK_BAAnnotHandler::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()
110 bool CPDFSDK_BAAnnotHandler::OnLButtonDblClk(CPDFSDK_PageView* pPageView, in OnLButtonDblClk()
117 bool CPDFSDK_BAAnnotHandler::OnMouseMove(CPDFSDK_PageView* pPageView, in OnMouseMove()
124 bool CPDFSDK_BAAnnotHandler::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel()
132 bool CPDFSDK_BAAnnotHandler::OnRButtonDown(CPDFSDK_PageView* pPageView, in OnRButtonDown()
139 bool CPDFSDK_BAAnnotHandler::OnRButtonUp(CPDFSDK_PageView* pPageView, in OnRButtonUp()
146 bool CPDFSDK_BAAnnotHandler::OnRButtonDblClk(CPDFSDK_PageView* pPageView, in OnRButtonDblClk()
153 bool CPDFSDK_BAAnnotHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
159 bool CPDFSDK_BAAnnotHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown()
165 bool CPDFSDK_BAAnnotHandler::OnKeyUp(CPDFSDK_Annot* pAnnot, in OnKeyUp()
171 void CPDFSDK_BAAnnotHandler::OnLoad(CPDFSDK_Annot* pAnnot) {} in OnLoad()
173 bool CPDFSDK_BAAnnotHandler::OnSetFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, in OnSetFocus()
178 bool CPDFSDK_BAAnnotHandler::OnKillFocus(CPDFSDK_Annot::ObservedPtr* pAnnot, in OnKillFocus()
184 bool CPDFSDK_BAAnnotHandler::OnXFAChangedFocus( in OnXFAChangedFocus()
191 CFX_FloatRect CPDFSDK_BAAnnotHandler::GetViewBBox(CPDFSDK_PageView* pPageView, in GetViewBBox()
196 WideString CPDFSDK_BAAnnotHandler::GetSelectedText(CPDFSDK_Annot* pAnnot) { in GetSelectedText()
200 void CPDFSDK_BAAnnotHandler::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection()
203 bool CPDFSDK_BAAnnotHandler::HitTest(CPDFSDK_PageView* pPageView, in HitTest()