Lines Matching refs:SbxCollection

33 TYPEINIT1(SbxCollection,SbxObject)
34 TYPEINIT1(SbxStdCollection,SbxCollection)
44 SbxCollection::SbxCollection( const XubString& rClass ) in SbxCollection() function in SbxCollection
63 SbxCollection::SbxCollection( const SbxCollection& rColl ) in SbxCollection() function in SbxCollection
67 SbxCollection& SbxCollection::operator=( const SbxCollection& r ) in operator =()
74 SbxCollection::~SbxCollection() in ~SbxCollection()
77 void SbxCollection::Clear() in Clear()
83 void SbxCollection::Initialize() in Initialize()
100 SbxVariable* SbxCollection::FindUserData( sal_uInt32 nData ) in FindUserData()
111 SbxVariable* SbxCollection::Find( const XubString& rName, SbxClassType t ) in Find()
122 void SbxCollection::SFX_NOTIFY( SfxBroadcaster& rCst, const TypeId& rId1, in SFX_NOTIFY()
160 void SbxCollection::CollAdd( SbxArray* pPar_ ) in CollAdd()
176 void SbxCollection::CollItem( SbxArray* pPar_ ) in CollItem()
200 void SbxCollection::CollRemove( SbxArray* pPar_ ) in CollRemove()
214 sal_Bool SbxCollection::LoadData( SvStream& rStrm, sal_uInt16 nVer ) in LoadData()
225 : SbxCollection( rClass ), aElemClass( rElem ), in SbxStdCollection()
230 : SvRefBase( r ), SbxCollection( r ), in SbxStdCollection()
241 SbxCollection::operator=( r ); in operator =()
257 SbxCollection::Insert( p ); in Insert()
265 SbxCollection::CollAdd( pPar_ ); in CollAdd()
273 SbxCollection::CollRemove( pPar_ ); in CollRemove()
278 sal_Bool bRes = SbxCollection::LoadData( rStrm, nVer ); in LoadData()
289 sal_Bool bRes = SbxCollection::StoreData( rStrm ); in StoreData()