Lines Matching refs:SfxStyleSheetBase
404 SfxStyleSheetBase( rName, _rPool, eFam, _nMask ), in SwDocStyleSheet()
450 SfxStyleSheetBase(rOrg), in SwDocStyleSheet()
814 return SfxStyleSheetBase::GetDescription(eUnit); in GetDescription()
835 if( !SfxStyleSheetBase::SetName( rStr )) in SetName()
1015 if( rStr.Len() && !SfxStyleSheetBase::SetFollow( rStr )) in SetFollow()
2174 SfxStyleSheetBase& SwDocStyleSheetPool::Make( in Make()
2192 SfxStyleSheetBase* SwDocStyleSheetPool::Create( const SfxStyleSheetBase& /*rOrg*/) in Create() argument
2199 SfxStyleSheetBase* SwDocStyleSheetPool::Create( const String &, in Create()
2206 void SwDocStyleSheetPool::Replace( SfxStyleSheetBase& rSource, in Replace()
2207 SfxStyleSheetBase& rTarget ) in Replace()
2215 SfxStyleSheetBase* pParentOfNew = Find( rParentName, eFamily ); in Replace()
2225 SfxStyleSheetBase* pFollowOfNew = Find( rFollowName, eFamily ); in Replace()
2316 void SwDocStyleSheetPool::Remove( SfxStyleSheetBase* pStyle) in Remove()
2431 SfxStyleSheetBase* SwDocStyleSheetPool::Find( const String& rName, in Find()
2536 SfxStyleSheetBase* SwStyleSheetIterator::operator[]( sal_uInt16 nIdx ) in operator []()
2548 SfxStyleSheetBase* SwStyleSheetIterator::First() in First()
2881 SfxStyleSheetBase* SwStyleSheetIterator::Next() in Next()
2899 SfxStyleSheetBase* SwStyleSheetIterator::Find( const UniString& rName ) in Find()
2962 SfxStyleSheetBase* pStyle = ((SfxStyleSheetHint&)rHint).GetStyleSheet(); in Notify()