Lines Matching refs:pStrList
49 pStrList = new FileStringList(); in DECLARE_LIST()
60 sal_uLong nCount = pStrList->Count(); in ClearAll()
62 delete pStrList->GetObject( i ); in ClearAll()
65 delete pStrList; in ClearAll()
77 *pStrList = *rFileList.pStrList; in operator =()
80 sal_uLong nCount = pStrList->Count(); in operator =()
82 pStrList->Replace( new String( *rFileList.pStrList->GetObject( i ) ), i ); in operator =()
145 rFileList.pStrList = new FileStringList(); in operator >>()
180 pStrList->Insert( new String( rStr ) , pStrList->Count() ); in AppendFile()
186 if( i < pStrList->Count() ) in GetFile()
187 aStr = *pStrList->GetObject( i ); in GetFile()
193 return pStrList->Count(); in Count()