Searched refs:ScaList (Results 1 – 2 of 2) sorted by relevance
47 class ScaList class62 ScaList();63 virtual ~ScaList();78 inline void ScaList::Grow() in Grow()84 inline void ScaList::Append( void* pNew ) in Append()93 class ScaStringList : protected ScaList106 using ScaList::Append;129 ScaList::Append( pNew ); in Append()134 ScaList::Append( new ::rtl::OUString( rNew ) ); in Append()274 class ScaFuncDataList : private ScaList[all …]
56 const sal_uInt32 ScaList::nStartSize = 16;57 const sal_uInt32 ScaList::nIncrSize = 16;59 ScaList::ScaList() : in ScaList() function in ScaList67 ScaList::~ScaList() in ~ScaList()72 void ScaList::_Grow() in _Grow()83 void ScaList::Insert( void* pNew, sal_uInt32 nIndex ) in Insert()
Completed in 27 milliseconds