Lines Matching refs:XubString

134 SfxStyleSheetBase::SfxStyleSheetBase( const XubString& rName, SfxStyleSheetBasePool& r, SfxStyleFam…  in SfxStyleSheetBase()
210 const XubString& SfxStyleSheetBase::GetName() const in GetName()
215 sal_Bool SfxStyleSheetBase::SetName( const XubString& rName ) in SetName()
262 const XubString& SfxStyleSheetBase::GetParent() const in GetParent()
267 sal_Bool SfxStyleSheetBase::SetParent( const XubString& rName ) in SetParent()
296 const XubString& SfxStyleSheetBase::GetFollow() const in GetFollow()
301 sal_Bool SfxStyleSheetBase::SetFollow( const XubString& rName ) in SetFollow()
373 XubString SfxStyleSheetBase::GetDescription() in GetDescription()
380 XubString SfxStyleSheetBase::GetDescription( SfxMapUnit eMetric ) in GetDescription()
383 XubString aDesc; in GetDescription()
390 XubString aItemPresentation; in GetDescription()
541 SfxStyleSheetBase* SfxStyleSheetIterator::Find(const XubString& rStr) in Find()
633 …fxStyleSheetBasePool::SetParent(SfxStyleFamily eFam, const XubString& rStyle, const XubString& rPa… in SetParent()
680 const XubString& rName, in Create()
693 SfxStyleSheetBase& SfxStyleSheetBasePool::Make( const XubString& rName, SfxStyleFamily eFam, sal_uI… in Make()
771 SfxStyleSheetBase* SfxStyleSheetBasePool::Find(const XubString& rName, in Find()
865 void SfxStyleSheetBasePool::ChangeParent(const XubString& rOld, in ChangeParent()
866 const XubString& rNew, in ChangeParent()
937 XubString aName, aParent, aFollow; in Load()
985 XubString aText = p->aParent; in Load()
1031 XubString aName, aParent, aFollow; in Load1_Impl()
1082 XubString aText = p->aParent; in Load1_Impl()
1251 SfxStyleSheet::SfxStyleSheet(const XubString &rName, in SfxStyleSheet()
1274 sal_Bool SfxStyleSheet::SetParent( const XubString& rName ) in SetParent()
1278 const XubString aOldParent(aParent); in SetParent()
1315 SfxStyleSheetBase* SfxStyleSheetPool::Create( const XubString& rName, in Create()