Searched refs:aCmpSet (Results 1 – 1 of 1) sorted by relevance
183 SfxItemSet aCmpSet; member in SwAttrCheckArr194 sal_uInt16 Count() const { return aCmpSet.Count(); } in Count()195 int Found() const { return nFound == aCmpSet.Count(); } in Found()212 : aCmpSet( *rSet.GetPool(), RES_CHRATR_BEGIN, RES_TXTATR_END-1 ) in SwAttrCheckArr()214 aCmpSet.Put( rSet, sal_False ); in SwAttrCheckArr()220 SfxItemIter aIter( aCmpSet ); in SwAttrCheckArr()221 nArrStart = aCmpSet.GetWhichByPos( aIter.GetFirstPos() ); in SwAttrCheckArr()222 nArrLen = aCmpSet.GetWhichByPos( aIter.GetLastPos() ) - nArrStart+1; in SwAttrCheckArr()266 SfxItemIter aIter( aCmpSet ); in SetNewSet()276 nWhich = aCmpSet.GetWhichByPos( aIter.GetCurPos() ); in SetNewSet()[all …]