Lines Matching refs:SfxStyleSheetBasePool

134 SfxStyleSheetBase::SfxStyleSheetBase( const XubString& rName, SfxStyleSheetBasePool& r, SfxStyleFam…  in SfxStyleSheetBase()
171 static SfxStyleSheetBasePool& implGetStaticPool() in implGetStaticPool()
173 static SfxStyleSheetBasePool* pSheetPool = 0; in implGetStaticPool()
179 pSheetPool = new SfxStyleSheetBasePool(*pBasePool); in implGetStaticPool()
429 SfxStyleSheetIterator::SfxStyleSheetIterator(SfxStyleSheetBasePool *pBase, in SfxStyleSheetIterator()
571 void SfxStyleSheetBasePool::Replace( in Replace()
582 SfxStyleSheetIterator& SfxStyleSheetBasePool::GetIterator_Impl() in GetIterator_Impl()
593 SfxStyleSheetBasePool::SfxStyleSheetBasePool( SfxItemPool& r ) in SfxStyleSheetBasePool() function in SfxStyleSheetBasePool
606 SfxStyleSheetBasePool::SfxStyleSheetBasePool( const SfxStyleSheetBasePool& r ) in SfxStyleSheetBasePool() function in SfxStyleSheetBasePool
622 SfxStyleSheetBasePool::~SfxStyleSheetBasePool() in ~SfxStyleSheetBasePool()
633 sal_Bool SfxStyleSheetBasePool::SetParent(SfxStyleFamily eFam, const XubString& rStyle, const XubSt… in SetParent()
646 void SfxStyleSheetBasePool::SetSearchMask(SfxStyleFamily eFam, sal_uInt16 n) in SetSearchMask()
651 sal_uInt16 SfxStyleSheetBasePool::GetSearchMask() const in GetSearchMask()
659 String SfxStyleSheetBasePool::GetStreamName() in GetStreamName()
668 SfxStyleSheetIteratorPtr SfxStyleSheetBasePool::CreateIterator in CreateIterator()
678 SfxStyleSheetBase* SfxStyleSheetBasePool::Create in Create()
688 SfxStyleSheetBase* SfxStyleSheetBasePool::Create( const SfxStyleSheetBase& r ) in Create()
693 SfxStyleSheetBase& SfxStyleSheetBasePool::Make( const XubString& rName, SfxStyleFamily eFam, sal_uI… in Make()
725 SfxStyleSheetBase& SfxStyleSheetBasePool::Add( SfxStyleSheetBase& rSheet ) in Add()
736 SfxStyleSheetBasePool& SfxStyleSheetBasePool::operator=( const SfxStyleSheetBasePool& r ) in operator =()
746 SfxStyleSheetBasePool& SfxStyleSheetBasePool::operator+=( const SfxStyleSheetBasePool& r ) in operator +=()
761 sal_uInt16 SfxStyleSheetBasePool::Count() in Count()
766 SfxStyleSheetBase *SfxStyleSheetBasePool::operator[](sal_uInt16 nIdx) in operator []()
771 SfxStyleSheetBase* SfxStyleSheetBasePool::Find(const XubString& rName, in Find()
779 const SfxStyles& SfxStyleSheetBasePool::GetStyles() in GetStyles()
784 SfxStyleSheetBase* SfxStyleSheetBasePool::First() in First()
789 SfxStyleSheetBase* SfxStyleSheetBasePool::Next() in Next()
796 void SfxStyleSheetBasePool::Remove( SfxStyleSheetBase* p ) in Remove()
826 void SfxStyleSheetBasePool::Insert( SfxStyleSheetBase* p ) in Insert()
842 void SfxStyleSheetBasePool::Clear() in Clear()
865 void SfxStyleSheetBasePool::ChangeParent(const XubString& rOld, in ChangeParent()
895 sal_Bool SfxStyleSheetBasePool::Load( SvStream& rStream ) in Load()
1000 sal_Bool SfxStyleSheetBasePool::Load1_Impl( SvStream& rStream ) in Load1_Impl()
1095 sal_Bool SfxStyleSheetBasePool::Store( SvStream& rStream, sal_Bool bUsed ) in Store()
1239 SfxItemPool& SfxStyleSheetBasePool::GetPool() in GetPool()
1244 const SfxItemPool& SfxStyleSheetBasePool::GetPool() const in GetPool()
1252 const SfxStyleSheetBasePool& r_Pool, in SfxStyleSheet()
1255 SfxStyleSheetBase(rName, const_cast< SfxStyleSheetBasePool& >( r_Pool ), eFam, mask) in SfxStyleSheet()
1309 : SfxStyleSheetBasePool( const_cast< SfxItemPool& >( rSet ) ) in SfxStyleSheetPool()
1336 SfxUnoStyleSheet::SfxUnoStyleSheet( const UniString& _rName, const SfxStyleSheetBasePool& _rPool, S… in SfxUnoStyleSheet()