Searched refs:SbxStdCollection (Results 1 – 3 of 3) sorted by relevance
34 TYPEINIT1(SbxStdCollection,SbxCollection)223 SbxStdCollection::SbxStdCollection in SbxStdCollection() function in SbxStdCollection229 SbxStdCollection::SbxStdCollection( const SbxStdCollection& r ) in SbxStdCollection() function in SbxStdCollection234 SbxStdCollection& SbxStdCollection::operator=( const SbxStdCollection& r ) in operator =()246 SbxStdCollection::~SbxStdCollection() in ~SbxStdCollection()251 void SbxStdCollection::Insert( SbxVariable* p ) in Insert()260 void SbxStdCollection::CollAdd( SbxArray* pPar_ ) in CollAdd()268 void SbxStdCollection::CollRemove( SbxArray* pPar_ ) in CollRemove()276 sal_Bool SbxStdCollection::LoadData( SvStream& rStrm, sal_uInt16 nVer ) in LoadData()287 sal_Bool SbxStdCollection::StoreData( SvStream& rStrm ) const in StoreData()
195 return new SbxStdCollection( aEmptyStr, aEmptyStr ); in Create()
309 class SbxStdCollection : public SbxCollection class314 virtual ~SbxStdCollection();322 SbxStdCollection324 SbxStdCollection( const SbxStdCollection& );325 SbxStdCollection& operator=( const SbxStdCollection& );
Completed in 21 milliseconds