Lines Matching refs:eFam

134 …SheetBase( const XubString& rName, SfxStyleSheetBasePool& r, SfxStyleFamily eFam, sal_uInt16 mask )  in SfxStyleSheetBase()  argument
136 , nFamily( eFam ) in SfxStyleSheetBase()
430 SfxStyleFamily eFam, sal_uInt16 n) in SfxStyleSheetIterator() argument
433 nSearchFamily=eFam; in SfxStyleSheetIterator()
633 sal_Bool SfxStyleSheetBasePool::SetParent(SfxStyleFamily eFam, const XubString& rStyle, const XubSt… in SetParent() argument
635 SfxStyleSheetIterator aIter(this,eFam,SFXSTYLEBIT_ALL); in SetParent()
646 void SfxStyleSheetBasePool::SetSearchMask(SfxStyleFamily eFam, sal_uInt16 n) in SetSearchMask() argument
648 nSearchFamily = eFam; nMask = n; in SetSearchMask()
670 SfxStyleFamily eFam, in CreateIterator() argument
674 return SfxStyleSheetIteratorPtr(new SfxStyleSheetIterator(this,eFam,mask)); in CreateIterator()
681 SfxStyleFamily eFam, in Create() argument
685 return new SfxStyleSheetBase( rName, *this, eFam, mask ); in Create()
693 SfxStyleSheetBase& SfxStyleSheetBasePool::Make( const XubString& rName, SfxStyleFamily eFam, sal_uI… in Make() argument
695 …DBG_ASSERT( eFam != SFX_STYLE_FAMILY_ALL, "svl::SfxStyleSheetBasePool::Make(), FamilyAll is not a … in Make()
697 SfxStyleSheetIterator aIter(this, eFam, mask); in Make()
704 xStyle = Create( rName, eFam, mask ); in Make()
772 SfxStyleFamily eFam, in Find() argument
775 SfxStyleSheetIterator aIter(this,eFam,mask); in Find()
1253 SfxStyleFamily eFam, in SfxStyleSheet() argument
1255 SfxStyleSheetBase(rName, const_cast< SfxStyleSheetBasePool& >( r_Pool ), eFam, mask) in SfxStyleSheet()
1316 SfxStyleFamily eFam, sal_uInt16 mask ) in Create() argument
1318 return new SfxStyleSheet( rName, *this, eFam, mask ); in Create()