Home
last modified time | relevance | path

Searched refs:SbxStdCollection (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/source/sbx/
H A Dsbxcoll.cxx34 TYPEINIT1(SbxStdCollection,SbxCollection)
223 SbxStdCollection::SbxStdCollection in SbxStdCollection() function in SbxStdCollection
229 SbxStdCollection::SbxStdCollection( const SbxStdCollection& r ) in SbxStdCollection() function in SbxStdCollection
234 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()
H A Dsbxbase.cxx195 return new SbxStdCollection( aEmptyStr, aEmptyStr ); in Create()
/trunk/main/basic/inc/basic/
H A Dsbx.hxx310 class BASIC_DLLPUBLIC SbxStdCollection : public SbxCollection class
315 virtual ~SbxStdCollection();
323 SbxStdCollection
325 SbxStdCollection( const SbxStdCollection& );
326 SbxStdCollection& operator=( const SbxStdCollection& );

Completed in 20 milliseconds