• Home
  • Raw
  • Download

Lines Matching defs:pAnnot

33 bool CPDFSDK_WidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) {  in CanAnswer()
54 CPDFSDK_Annot* CPDFSDK_WidgetHandler::NewAnnot(CPDF_Annot* pAnnot, in NewAnnot()
70 std::unique_ptr<CPDFSDK_Annot> pAnnot) { in ReleaseAnnot()
81 CPDFSDK_Annot* pAnnot, in OnDraw()
94 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseEnter()
101 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseExit()
108 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDown()
116 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonUp()
124 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDblClk()
132 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseMove()
140 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseWheel()
149 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnRButtonDown()
157 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnRButtonUp()
165 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnRButtonDblClk()
171 bool CPDFSDK_WidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
178 bool CPDFSDK_WidgetHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown()
185 bool CPDFSDK_WidgetHandler::OnKeyUp(CPDFSDK_Annot* pAnnot, in OnKeyUp()
191 void CPDFSDK_WidgetHandler::OnLoad(CPDFSDK_Annot* pAnnot) { in OnLoad()
221 bool CPDFSDK_WidgetHandler::OnSetFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnSetFocus()
227 bool CPDFSDK_WidgetHandler::OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnKillFocus()
233 bool CPDFSDK_WidgetHandler::SetIndexSelected(ObservedPtr<CPDFSDK_Annot>* pAnnot, in SetIndexSelected()
240 bool CPDFSDK_WidgetHandler::IsIndexSelected(ObservedPtr<CPDFSDK_Annot>* pAnnot, in IsIndexSelected()
247 CPDFSDK_Annot* pAnnot) { in GetViewBBox()
253 WideString CPDFSDK_WidgetHandler::GetText(CPDFSDK_Annot* pAnnot) { in GetText()
259 WideString CPDFSDK_WidgetHandler::GetSelectedText(CPDFSDK_Annot* pAnnot) { in GetSelectedText()
265 void CPDFSDK_WidgetHandler::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection()
271 bool CPDFSDK_WidgetHandler::CanUndo(CPDFSDK_Annot* pAnnot) { in CanUndo()
275 bool CPDFSDK_WidgetHandler::CanRedo(CPDFSDK_Annot* pAnnot) { in CanRedo()
279 bool CPDFSDK_WidgetHandler::Undo(CPDFSDK_Annot* pAnnot) { in Undo()
283 bool CPDFSDK_WidgetHandler::Redo(CPDFSDK_Annot* pAnnot) { in Redo()
288 CPDFSDK_Annot* pAnnot, in HitTest()