Lines Matching refs:SfxStyleSheetBase

72 TYPEINIT0(SfxStyleSheetBase)
74 TYPEINIT3(SfxStyleSheet, SfxStyleSheetBase, SfxListener, SfxBroadcaster)
95 SfxStyleSheetBase& rStyleSheet // geh"ort weiterhin dem Aufrufer in SfxStyleSheetHintExtended()
106 SfxStyleSheetBase& rStyleSheet // geh"ort weiterhin dem Aufrufer in SfxStyleSheetHint()
134 SfxStyleSheetBase::SfxStyleSheetBase( const XubString& rName, SfxStyleSheetBasePool& r, SfxStyleFam… in SfxStyleSheetBase() function in SfxStyleSheetBase
150 SfxStyleSheetBase::SfxStyleSheetBase( const SfxStyleSheetBase& r ) in SfxStyleSheetBase() function in SfxStyleSheetBase
184 SfxStyleSheetBase::SfxStyleSheetBase() in SfxStyleSheetBase() function in SfxStyleSheetBase
190 SfxStyleSheetBase::~SfxStyleSheetBase() in ~SfxStyleSheetBase()
203 sal_uInt16 SfxStyleSheetBase::GetVersion() const in GetVersion()
210 const XubString& SfxStyleSheetBase::GetName() const in GetName()
215 sal_Bool SfxStyleSheetBase::SetName( const XubString& rName ) in SetName()
222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName()
243 rtl::OUString SfxStyleSheetBase::GetDisplayName() const in GetDisplayName()
255 void SfxStyleSheetBase::SetDisplayName( const rtl::OUString& rDisplayName ) in SetDisplayName()
262 const XubString& SfxStyleSheetBase::GetParent() const in GetParent()
267 sal_Bool SfxStyleSheetBase::SetParent( const XubString& rName ) in SetParent()
274 SfxStyleSheetBase* pIter = rPool.Find(rName, nFamily); in SetParent()
296 const XubString& SfxStyleSheetBase::GetFollow() const in GetFollow()
301 sal_Bool SfxStyleSheetBase::SetFollow( const XubString& rName ) in SetFollow()
318 SfxItemSet& SfxStyleSheetBase::GetItemSet() in GetItemSet()
330 sal_uLong SfxStyleSheetBase::GetHelpId( String& rFile ) in GetHelpId()
336 void SfxStyleSheetBase::SetHelpId( const String& rFile, sal_uLong nId ) in SetHelpId()
344 sal_Bool SfxStyleSheetBase::HasFollowSupport() const in HasFollowSupport()
351 sal_Bool SfxStyleSheetBase::HasParentSupport() const in HasParentSupport()
358 sal_Bool SfxStyleSheetBase::HasClearParentSupport() const in HasClearParentSupport()
365 sal_Bool SfxStyleSheetBase::IsUsed() const in IsUsed()
373 XubString SfxStyleSheetBase::GetDescription() in GetDescription()
380 XubString SfxStyleSheetBase::GetDescription( SfxMapUnit eMetric ) in GetDescription()
419 sal_Bool SfxStyleSheetIterator::DoesStyleMatch(SfxStyleSheetBase *pStyle) in DoesStyleMatch()
456 SfxStyleSheetBase* pStyle = pBasePool->aStyles[i].get(); in Count()
463 SfxStyleSheetBase* SfxStyleSheetIterator::operator[](sal_uInt16 nIdx) in operator []()
471 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in operator []()
486 SfxStyleSheetBase* SfxStyleSheetIterator::First() in First()
495 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in First()
513 SfxStyleSheetBase* SfxStyleSheetIterator::Next() in Next()
523 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in Next()
541 SfxStyleSheetBase* SfxStyleSheetIterator::Find(const XubString& rStr) in Find()
545 SfxStyleSheetBase* pStyle = pBasePool->aStyles[n].get(); in Find()
572 SfxStyleSheetBase& rSource, SfxStyleSheetBase& rTarget ) in Replace()
636 SfxStyleSheetBase *pStyle = in SetParent()
678 SfxStyleSheetBase* SfxStyleSheetBasePool::Create in Create()
685 return new SfxStyleSheetBase( rName, *this, eFam, mask ); in Create()
688 SfxStyleSheetBase* SfxStyleSheetBasePool::Create( const SfxStyleSheetBase& r ) in Create()
690 return new SfxStyleSheetBase( r ); in Create()
693 SfxStyleSheetBase& SfxStyleSheetBasePool::Make( const XubString& rName, SfxStyleFamily eFam, sal_uI… in Make()
698 rtl::Reference< SfxStyleSheetBase > xStyle( aIter.Find( rName ) ); in Make()
725 SfxStyleSheetBase& SfxStyleSheetBasePool::Add( SfxStyleSheetBase& rSheet ) in Add()
728 SfxStyleSheetBase* pOld = aIter.Find( rSheet.GetName() ); in Add()
730 rtl::Reference< SfxStyleSheetBase > xNew( Create( rSheet ) ); in Add()
766 SfxStyleSheetBase *SfxStyleSheetBasePool::operator[](sal_uInt16 nIdx) in operator []()
771 SfxStyleSheetBase* SfxStyleSheetBasePool::Find(const XubString& rName, in Find()
784 SfxStyleSheetBase* SfxStyleSheetBasePool::First() in First()
789 SfxStyleSheetBase* SfxStyleSheetBasePool::Next() in Next()
796 void SfxStyleSheetBasePool::Remove( SfxStyleSheetBase* p ) in Remove()
800 …tor aIter( std::find( aStyles.begin(), aStyles.end(), rtl::Reference< SfxStyleSheetBase >( p ) ) ); in Remove()
826 void SfxStyleSheetBasePool::Insert( SfxStyleSheetBase* p ) in Insert()
831 SfxStyleSheetBase* pOld = aIter.Find( p->GetName() ); in Insert()
838 aStyles.push_back( rtl::Reference< SfxStyleSheetBase >( p ) ); in Insert()
871 for( SfxStyleSheetBase* p = First(); p; p = Next() ) in ChangeParent()
886 void SfxStyleSheetBase::Load( SvStream&, sal_uInt16 ) in Load()
890 void SfxStyleSheetBase::Store( SvStream& ) in Store()
948 SfxStyleSheetBase& rSheet = Make( aName, (SfxStyleFamily)nFamily , nStyleMask); in Load()
984 SfxStyleSheetBase* p = aStyles[ i ].get(); in Load()
1049 SfxStyleSheetBase& rSheet = Make( aName, (SfxStyleFamily)nFamily , nStyleMask); in Load1_Impl()
1081 SfxStyleSheetBase* p = aStyles[ i ].get(); in Load1_Impl()
1102 for( SfxStyleSheetBase* p = First(); p; p = Next() ) in Store()
1135 for( SfxStyleSheetBase* p = First(); p; p = Next() ) in Store()
1179 for( SfxStyleSheetBase* p = First(); p; p = Next() ) in Store()
1255 SfxStyleSheetBase(rName, const_cast< SfxStyleSheetBasePool& >( r_Pool ), eFam, mask) in SfxStyleSheet()
1259 SfxStyleSheetBase(rStyle), in SfxStyleSheet()
1279 if(SfxStyleSheetBase::SetParent(rName)) { in SetParent()
1315 SfxStyleSheetBase* SfxStyleSheetPool::Create( const XubString& rName, in Create()
1321 SfxStyleSheetBase* SfxStyleSheetPool::Create( const SfxStyleSheet& r ) in Create()