Searched defs:GetAnnotDict (Results 1 – 3 of 3) sorted by relevance
30 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function
81 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function82 CPDF_Dictionary* GetAnnotDict() { return m_pAnnotDict.Get(); } in GetAnnotDict() function
43 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const { in GetAnnotDict() function in CPDFSDK_BAAnnot