Home
last modified time | relevance | path

Searched refs:rSItem (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svl/source/items/
H A Dsrchitem.cxx245 const SvxSearchItem &rSItem = (SvxSearchItem &) rItem; in operator ==() local
246 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 …]
/AOO41X/main/sd/source/ui/func/
H A Dbulmaper.cxx172 … const SvxShadowedItem& rSItem = (SvxShadowedItem&)rSet.Get(GetWhich(SID_ATTR_CHAR_SHADOWED)); in MapFontsInNumRule() local
173 aMyFont.SetShadow(rSItem.GetValue()); in MapFontsInNumRule()