• Home
  • Raw
  • Download

Lines Matching defs:pAnnot

37                                                CPDFSDK_Annot* pAnnot,  in Annot_HitTest()
43 CPDFSDK_Annot* pAnnot) { in GetViewBBox()
59 CPDFSDK_Annot* pAnnot, in OnDraw()
110 void CFFL_InteractiveFormFiller::OnDelete(CPDFSDK_Annot* pAnnot) { in OnDelete()
116 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseEnter()
149 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseExit()
183 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDown()
222 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonUp()
259 bool CFFL_InteractiveFormFiller::OnButtonUp(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnButtonUp()
292 ObservedPtr<CPDFSDK_Annot>* pAnnot, in SetIndexSelected()
302 ObservedPtr<CPDFSDK_Annot>* pAnnot, in IsIndexSelected()
312 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnLButtonDblClk()
321 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseMove()
331 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnMouseWheel()
343 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnRButtonDown()
352 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnRButtonUp()
360 bool CFFL_InteractiveFormFiller::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown()
369 bool CFFL_InteractiveFormFiller::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
380 bool CFFL_InteractiveFormFiller::OnSetFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnSetFocus()
425 bool CFFL_InteractiveFormFiller::OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnKillFocus()
481 CPDFSDK_Annot* pAnnot) { in GetFormFiller()
487 CPDFSDK_Annot* pAnnot) { in GetOrCreateFormFiller()
529 WideString CFFL_InteractiveFormFiller::GetText(CPDFSDK_Annot* pAnnot) { in GetText()
535 WideString CFFL_InteractiveFormFiller::GetSelectedText(CPDFSDK_Annot* pAnnot) { in GetSelectedText()
541 void CFFL_InteractiveFormFiller::ReplaceSelection(CPDFSDK_Annot* pAnnot, in ReplaceSelection()
551 bool CFFL_InteractiveFormFiller::CanUndo(CPDFSDK_Annot* pAnnot) { in CanUndo()
557 bool CFFL_InteractiveFormFiller::CanRedo(CPDFSDK_Annot* pAnnot) { in CanRedo()
563 bool CFFL_InteractiveFormFiller::Undo(CPDFSDK_Annot* pAnnot) { in Undo()
569 bool CFFL_InteractiveFormFiller::Redo(CPDFSDK_Annot* pAnnot) { in Redo()
575 void CFFL_InteractiveFormFiller::UnRegisterFormFiller(CPDFSDK_Annot* pAnnot) { in UnRegisterFormFiller()
645 ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnKeyStrokeCommit()
677 bool CFFL_InteractiveFormFiller::OnValidate(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnValidate()
708 void CFFL_InteractiveFormFiller::OnCalculate(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnCalculate()
723 void CFFL_InteractiveFormFiller::OnFormat(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnFormat()
747 bool CFFL_InteractiveFormFiller::OnClick(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnClick()
777 bool CFFL_InteractiveFormFiller::OnFull(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnFull()
808 bool CFFL_InteractiveFormFiller::OnPreOpen(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnPreOpen()
839 bool CFFL_InteractiveFormFiller::OnPostOpen(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnPostOpen()
872 CPDFSDK_Annot* pAnnot) { in IsValidAnnot()