Searched refs:GetAnnotByXFAWidget (Results 1 – 4 of 4) sorted by relevance
51 CPDFSDK_Annot* GetAnnotByXFAWidget(CXFA_FFWidget* hWidget);
168 CPDFSDK_Annot* pSDKAnnot = GetAnnotByXFAWidget(pPDFAnnot);233 CPDFSDK_Annot* CPDFSDK_PageView::GetAnnotByXFAWidget(CXFA_FFWidget* hWidget) { function in CPDFSDK_PageView
304 return pPageView->GetAnnotByXFAWidget(hNextFocus); in GetNextAnnot()
328 if (CPDFSDK_Annot* pAnnot = pSdkPageView->GetAnnotByXFAWidget(hWidget)) in WidgetPreRemove()563 CPDFSDK_Annot::ObservedPtr pAnnot(pPageView->GetAnnotByXFAWidget(hWidget)); in SetFocusWidget()