Lines Matching refs:mask
134 …SheetBase( const XubString& rName, SfxStyleSheetBasePool& r, SfxStyleFamily eFam, sal_uInt16 mask ) in SfxStyleSheetBase() argument
141 , nMask(mask) in SfxStyleSheetBase()
562 sal_uInt16 mask = nMask; in GetSearchMask() local
565 mask |= SFXSTYLEBIT_USED; in GetSearchMask()
566 return mask; in GetSearchMask()
671 sal_uInt16 mask in CreateIterator() argument
674 return SfxStyleSheetIteratorPtr(new SfxStyleSheetIterator(this,eFam,mask)); in CreateIterator()
682 sal_uInt16 mask in Create() argument
685 return new SfxStyleSheetBase( rName, *this, eFam, mask ); in Create()
693 …SheetBasePool::Make( const XubString& rName, SfxStyleFamily eFam, sal_uInt16 mask, sal_uInt16 nPos) in Make() argument
697 SfxStyleSheetIterator aIter(this, eFam, mask); in Make()
704 xStyle = Create( rName, eFam, mask ); in Make()
773 sal_uInt16 mask) in Find() argument
775 SfxStyleSheetIterator aIter(this,eFam,mask); in Find()
1254 sal_uInt16 mask ): 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()