Searched refs:GetFocusAnnot (Results 1 – 8 of 8) sorted by relevance
76 static_cast<CPDFXFA_Page*>(pPage)->DrawFocusAnnot(pDevice, GetFocusAnnot(), in PageView_OnDraw()149 if (GetFocusAnnot() == pAnnot) in DeleteAnnot()203 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in GetFocusedFormText()213 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in GetSelectedText()223 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in ReplaceSelection()231 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in CanUndo()240 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in CanRedo()249 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in Undo()258 if (CPDFSDK_Annot* pAnnot = GetFocusAnnot()) { in Redo()300 ObservedPtr<CPDFSDK_Annot> pFocusAnnot(GetFocusAnnot()); in OnLButtonUp()[all …]
24 CPDFSDK_Annot* pTopMostAnnot = pPageView->GetFocusAnnot(); in CPDFSDK_AnnotIteration()
35 CPDFSDK_Annot* GetFocusAnnot();
73 CPDFSDK_Annot* GetFocusAnnot() const { return m_pFocusAnnot.Get(); } in GetFocusAnnot() function
561 if (it.second->IsValidSDKAnnot(GetFocusAnnot())) in ClearAllFocusedAnnots()645 if (pPageView->IsValidSDKAnnot(GetFocusAnnot())) in RemovePageView()
241 CPDFSDK_Annot* pFocusAnnot = pPage->GetFocusAnnot(); in Annot_OnKeyDown()
71 if (m_pFormFillEnv->GetFocusAnnot() != pAnnot) in OnDraw()248 if (m_pFormFillEnv->GetFocusAnnot() != pAnnot->Get()) in OnLButtonUp()953 if (pFormFillEnv->GetFocusAnnot() == privateData.GetWidget()) in OnBeforeKeyStroke()
238 if (pPageView->GetFormFillEnv()->GetFocusAnnot() != pAnnot) in OnDraw()