Home
last modified time | relevance | path

Searched refs:pStrList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sot/source/base/
H A Dfilelist.cxx49 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 =()
180 pStrList->Insert( new String( rStr ) , pStrList->Count() ); in AppendFile()
186 if( i < pStrList->Count() ) in GetFile()
187 aStr = *pStrList->GetObject( i ); in GetFile()
[all …]
/trunk/main/forms/source/component/
H A Dfindpos.cxx44 const ::rtl::OUString* pStrList = rList.getConstArray(); in findPos() local
46 pStrList, pStrList + rList.getLength(), aStr ); in findPos()
47 if ( ( pResult != pStrList + rList.getLength() ) && ( *pResult == aStr ) ) in findPos()
48 return ( pResult - pStrList ); in findPos()
/trunk/main/svx/source/fmcomp/
H A Dgridcols.cxx73 const ::rtl::OUString* pStrList = rList.getConstArray(); in lcl_findPos() local
74 …::rtl::OUString* pResult = (::rtl::OUString*) bsearch(&aStr, (void*)pStrList, rList.getLength(), s… in lcl_findPos()
78 return (pResult - pStrList); in lcl_findPos()
/trunk/main/sot/inc/sot/
H A Dfilelist.hxx34 FileStringList* pStrList; member in FileList

Completed in 19 milliseconds