Searched refs:AddAnnot (Results 1 – 3 of 3) sorted by relevance
593 CPDFSDK_Annot* AddAnnot(CPDF_Dictionary* pDict);594 CPDFSDK_Annot* AddAnnot(const FX_CHAR* lpSubType, CPDF_Dictionary* pDict);595 CPDFSDK_Annot* AddAnnot(CPDF_Annot* pPDFAnnot);603 CPDFSDK_Annot* AddAnnot(IXFA_Widget* pPDFAnnot);
788 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Annot* pPDFAnnot) { function in CPDFSDK_PageView802 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(IXFA_Widget* pPDFAnnot) { function in CPDFSDK_PageView821 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Dictionary* pDict) { function in CPDFSDK_PageView822 return pDict ? AddAnnot(pDict->GetString("Subtype"), pDict) : nullptr;825 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(const FX_CHAR* lpSubType, function in CPDFSDK_PageView
504 pSdkPageView->AddAnnot(hWidget); in WidgetEvent()