Searched refs:m_fxAnnotArray (Results 1 – 2 of 2) sorted by relevance
621 m_fxAnnotArray.RemoveAll(); in CPDFSDK_PageView()635 int nAnnotCount = m_fxAnnotArray.GetSize(); in ~CPDFSDK_PageView()639 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i); in ~CPDFSDK_PageView()647 m_fxAnnotArray.RemoveAll(); in ~CPDFSDK_PageView()775 m_fxAnnotArray.Add(pSDKAnnot); in AddAnnot()819 int nCount = m_fxAnnotArray.GetSize(); in GetAnnot()825 return (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(nIndex); in GetAnnot()830 int nCount = m_fxAnnotArray.GetSize(); in GetAnnotByDict()833 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i); in GetAnnotByDict()1007 m_fxAnnotArray.Add(pAnnot); in LoadFXAnnots()[all …]
454 CFX_PtrArray* GetAnnotList(){ return &m_fxAnnotArray; } in GetAnnotList()470 CFX_PtrArray m_fxAnnotArray; variable