Lines Matching defs:pAnnot
212 bool CPDFXFA_WidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer()
217 CPDFSDK_Annot* CPDFXFA_WidgetHandler::NewAnnot(CPDF_Annot* pAnnot, in NewAnnot()
223 CXFA_FFWidget* pAnnot, in NewAnnotForXFA()
230 CPDFSDK_Annot* pAnnot, in OnDraw()
249 void CPDFXFA_WidgetHandler::OnLoad(CPDFSDK_Annot* pAnnot) {} in OnLoad()
252 std::unique_ptr<CPDFSDK_Annot> pAnnot) {} in ReleaseAnnot()
255 CPDFSDK_Annot* pAnnot) { in GetViewBBox()
270 WideString CPDFXFA_WidgetHandler::GetText(CPDFSDK_Annot* pAnnot) { in GetText()
279 WideString CPDFXFA_WidgetHandler::GetSelectedText(CPDFSDK_Annot* pAnnot) { in GetSelectedText()
288 void CPDFXFA_WidgetHandler::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection()
298 bool CPDFXFA_WidgetHandler::CanUndo(CPDFSDK_Annot* pAnnot) { in CanUndo()
307 bool CPDFXFA_WidgetHandler::CanRedo(CPDFSDK_Annot* pAnnot) { in CanRedo()
316 bool CPDFXFA_WidgetHandler::Undo(CPDFSDK_Annot* pAnnot) { in Undo()
325 bool CPDFXFA_WidgetHandler::Redo(CPDFSDK_Annot* pAnnot) { in Redo()
335 CPDFSDK_Annot* pAnnot, in HitTest()
364 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseEnter()
378 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseExit()
392 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDown()
408 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonUp()
424 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDblClk()
440 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseMove()
456 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseWheel()
473 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnRButtonDown()
489 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnRButtonUp()
505 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnRButtonDblClk()
520 bool CPDFXFA_WidgetHandler::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
532 bool CPDFXFA_WidgetHandler::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown()
544 bool CPDFXFA_WidgetHandler::OnKeyUp(CPDFSDK_Annot* pAnnot, in OnKeyUp()
556 bool CPDFXFA_WidgetHandler::OnSetFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnSetFocus()
561 bool CPDFXFA_WidgetHandler::OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnKillFocus()
615 bool CPDFXFA_WidgetHandler::SetIndexSelected(ObservedPtr<CPDFSDK_Annot>* pAnnot, in SetIndexSelected()
621 bool CPDFXFA_WidgetHandler::IsIndexSelected(ObservedPtr<CPDFSDK_Annot>* pAnnot, in IsIndexSelected()
627 CPDFSDK_Annot* pAnnot) { in GetXFAFFWidgetHandler()