Searched refs:rSItem (Results 1 – 2 of 2) sorted by relevance
245 const SvxSearchItem &rSItem = (SvxSearchItem &) rItem; in operator ==() local246 return ( nCommand == rSItem.nCommand ) && in operator ==()247 ( bBackward == rSItem.bBackward ) && in operator ==()248 ( bPattern == rSItem.bPattern ) && in operator ==()249 ( bContent == rSItem.bContent ) && in operator ==()250 ( eFamily == rSItem.eFamily ) && in operator ==()251 ( bRowDirection == rSItem.bRowDirection ) && in operator ==()252 ( bAllTables == rSItem.bAllTables ) && in operator ==()253 ( nCellType == rSItem.nCellType ) && in operator ==()254 ( nAppFlag == rSItem.nAppFlag ) && in operator ==()[all …]
172 … const SvxShadowedItem& rSItem = (SvxShadowedItem&)rSet.Get(GetWhich(SID_ATTR_CHAR_SHADOWED)); in MapFontsInNumRule() local173 aMyFont.SetShadow(rSItem.GetValue()); in MapFontsInNumRule()