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()
310 class BASIC_DLLPUBLIC SbxStdCollection : public SbxCollection class315 virtual ~SbxStdCollection();323 SbxStdCollection325 SbxStdCollection( const SbxStdCollection& );326 SbxStdCollection& operator=( const SbxStdCollection& );
Completed in 24 milliseconds