Lines Matching defs:rNew
151 void SetFont( const SvxFontItem& rNew ) { aFont = rNew; } in SetFont()
152 void SetHeight( const SvxFontHeightItem& rNew ) { aHeight = rNew; } in SetHeight()
153 void SetWeight( const SvxWeightItem& rNew ) { aWeight = rNew; } in SetWeight()
154 void SetPosture( const SvxPostureItem& rNew ) { aPosture = rNew; } in SetPosture()
155 void SetCJKFont( const SvxFontItem& rNew ) { aCJKFont = rNew; } in SetCJKFont()
156 void SetCJKHeight( const SvxFontHeightItem& rNew ) { aCJKHeight = rNew; } in SetCJKHeight()
157 void SetCJKWeight( const SvxWeightItem& rNew ) { aCJKWeight = rNew; } in SetCJKWeight()
158 void SetCJKPosture( const SvxPostureItem& rNew ) { aCJKPosture = rNew; } in SetCJKPosture()
159 void SetCTLFont( const SvxFontItem& rNew ) { aCTLFont = rNew; } in SetCTLFont()
160 void SetCTLHeight( const SvxFontHeightItem& rNew ) { aCTLHeight = rNew; } in SetCTLHeight()
161 void SetCTLWeight( const SvxWeightItem& rNew ) { aCTLWeight = rNew; } in SetCTLWeight()
162 void SetCTLPosture( const SvxPostureItem& rNew ) { aCTLPosture = rNew; } in SetCTLPosture()
163 void SetUnderline( const SvxUnderlineItem& rNew ) { aUnderline = rNew; } in SetUnderline()
164 void SetOverline( const SvxOverlineItem& rNew ) { aOverline = rNew; } in SetOverline()
165 void SetCrossedOut( const SvxCrossedOutItem& rNew ) { aCrossedOut = rNew; } in SetCrossedOut()
166 void SetContour( const SvxContourItem& rNew ) { aContour = rNew; } in SetContour()
167 void SetShadowed( const SvxShadowedItem& rNew ) { aShadowed = rNew; } in SetShadowed()
168 void SetColor( const SvxColorItem& rNew ) { aColor = rNew; } in SetColor()
169 void SetAdjust( const SvxAdjustItem& rNew ) in SetAdjust()
175 void SetBox( const SvxBoxItem& rNew ) { aBox = rNew; } in SetBox()
176 void SetBackground( const SvxBrushItem& rNew ) { aBackground = rNew; } in SetBackground()
220 void SetName( const String& rNew ) { aName = rNew; nStrResId = USHRT_MAX; } in SetName()