Lines Matching defs:rNew

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