Searched refs:m_pIteratorAnnotList (Results 1 – 2 of 2) sorted by relevance
761 m_pIteratorAnnotList.RemoveAll(); in CPDFSDK_AnnotIterator()769 int nCount=this->m_pIteratorAnnotList.GetSize(); in NextAnnot()772 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot *)m_pIteratorAnnotList.GetAt(i); in NextAnnot()785 int nCount=this->m_pIteratorAnnotList.GetSize(); in PrevAnnot()788 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(i); in PrevAnnot()800 int nCount=m_pIteratorAnnotList.GetSize(); in NextAnnot()816 return (index <0) ? NULL : (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(index); in NextAnnot()823 int nCount=m_pIteratorAnnotList.GetSize(); in PrevAnnot()838 return (index <0) ? NULL : (CPDFSDK_Annot*)m_pIteratorAnnotList.GetAt(index); in PrevAnnot()908 this->m_pIteratorAnnotList.RemoveAll(); in InitIteratorAnnotList()[all …]
237 virtual int Count(){return m_pIteratorAnnotList.GetSize();} in Count()249 CFX_PtrArray m_pIteratorAnnotList; variable