Lines Matching refs:m_fxAnnotArray
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()
1071 for(int i=0; i<m_fxAnnotArray.GetSize(); i++) in GetFocusAnnot()
1073 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i); in GetFocusAnnot()