Lines Matching refs:SfxStyleSheet
74 TYPEINIT3(SfxStyleSheet, SfxStyleSheetBase, SfxListener, SfxBroadcaster)
1251 SfxStyleSheet::SfxStyleSheet(const XubString &rName, in SfxStyleSheet() function in SfxStyleSheet
1258 SfxStyleSheet::SfxStyleSheet(const SfxStyleSheet& rStyle) : in SfxStyleSheet() function in SfxStyleSheet
1264 SfxStyleSheet::SfxStyleSheet() in SfxStyleSheet() function in SfxStyleSheet
1268 SfxStyleSheet::~SfxStyleSheet() in ~SfxStyleSheet()
1274 sal_Bool SfxStyleSheet::SetParent( const XubString& rName ) in SetParent()
1283 SfxStyleSheet *pParent = (SfxStyleSheet *)rPool.Find(aOldParent, nFamily, 0xffff); in SetParent()
1290 SfxStyleSheet *pParent = (SfxStyleSheet *)rPool.Find(aParent, nFamily, 0xffff); in SetParent()
1301 void SfxStyleSheet::Notify(SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
1318 return new SfxStyleSheet( rName, *this, eFam, mask ); in Create()
1321 SfxStyleSheetBase* SfxStyleSheetPool::Create( const SfxStyleSheet& r ) in Create()
1323 return new SfxStyleSheet( r ); in Create()
1337 : ::cppu::ImplInheritanceHelper2< SfxStyleSheet, ::com::sun::star::style::XStyle, ::com::sun::star:… in SfxUnoStyleSheet()
1342 SfxUnoStyleSheet::SfxUnoStyleSheet( const SfxStyleSheet& _rSheet ) in SfxUnoStyleSheet()
1343 : ::cppu::ImplInheritanceHelper2< SfxStyleSheet, ::com::sun::star::style::XStyle, ::com::sun::star:… in SfxUnoStyleSheet()