Lines Matching refs:rNew

117 	SwBoxAutoFmt( const SwBoxAutoFmt& rNew );
121 SwBoxAutoFmt& operator=( const SwBoxAutoFmt& rNew );
151 void SetFont( const SvxFontItem& rNew ) { aFont = rNew; } in SetFont() argument
152 void SetHeight( const SvxFontHeightItem& rNew ) { aHeight = rNew; } in SetHeight() argument
153 void SetWeight( const SvxWeightItem& rNew ) { aWeight = rNew; } in SetWeight() argument
154 void SetPosture( const SvxPostureItem& rNew ) { aPosture = rNew; } in SetPosture() argument
155 void SetCJKFont( const SvxFontItem& rNew ) { aCJKFont = rNew; } in SetCJKFont() argument
156 void SetCJKHeight( const SvxFontHeightItem& rNew ) { aCJKHeight = rNew; } in SetCJKHeight() argument
157 void SetCJKWeight( const SvxWeightItem& rNew ) { aCJKWeight = rNew; } in SetCJKWeight() argument
158 void SetCJKPosture( const SvxPostureItem& rNew ) { aCJKPosture = rNew; } in SetCJKPosture() argument
159 void SetCTLFont( const SvxFontItem& rNew ) { aCTLFont = rNew; } in SetCTLFont() argument
160 void SetCTLHeight( const SvxFontHeightItem& rNew ) { aCTLHeight = rNew; } in SetCTLHeight() argument
161 void SetCTLWeight( const SvxWeightItem& rNew ) { aCTLWeight = rNew; } in SetCTLWeight() argument
162 void SetCTLPosture( const SvxPostureItem& rNew ) { aCTLPosture = rNew; } in SetCTLPosture() argument
163 void SetUnderline( const SvxUnderlineItem& rNew ) { aUnderline = rNew; } in SetUnderline() argument
164 void SetOverline( const SvxOverlineItem& rNew ) { aOverline = rNew; } in SetOverline() argument
165 void SetCrossedOut( const SvxCrossedOutItem& rNew ) { aCrossedOut = rNew; } in SetCrossedOut() argument
166 void SetContour( const SvxContourItem& rNew ) { aContour = rNew; } in SetContour() argument
167 void SetShadowed( const SvxShadowedItem& rNew ) { aShadowed = rNew; } in SetShadowed() argument
168 void SetColor( const SvxColorItem& rNew ) { aColor = rNew; } in SetColor() argument
169 void SetAdjust( const SvxAdjustItem& rNew ) in SetAdjust() argument
171 aAdjust.SetAdjust( rNew.GetAdjust() ); in SetAdjust()
172 aAdjust.SetOneWord( rNew.GetOneWord() ); in SetAdjust()
173 aAdjust.SetLastBlock( rNew.GetLastBlock() ); in SetAdjust()
175 void SetBox( const SvxBoxItem& rNew ) { aBox = rNew; } in SetBox() argument
176 void SetBackground( const SvxBrushItem& rNew ) { aBackground = rNew; } in SetBackground() argument
212 SwTableAutoFmt( const SwTableAutoFmt& rNew );
215 SwTableAutoFmt& operator=( const SwTableAutoFmt& rNew );
217 void SetBoxFmt( const SwBoxAutoFmt& rNew, sal_uInt8 nPos );
220 void SetName( const String& rNew ) { aName = rNew; nStrResId = USHRT_MAX; } in SetName() argument