Lines Matching refs:rNew
4160 void SvxBrushItem::SetGraphic( const Graphic& rNew ) in SetGraphic() argument
4165 pImpl->pGraphicObject->SetGraphic( rNew ); in SetGraphic()
4167 pImpl->pGraphicObject = new GraphicObject( rNew ); in SetGraphic()
4204 void SvxBrushItem::SetGraphicLink( const String& rNew ) in SetGraphicLink() argument
4206 if ( !rNew.Len() ) in SetGraphicLink()
4211 *pStrLink = rNew; in SetGraphicLink()
4213 pStrLink = new String( rNew ); in SetGraphicLink()
4221 void SvxBrushItem::SetGraphicFilter( const String& rNew ) in SetGraphicFilter() argument
4223 if ( !rNew.Len() ) in SetGraphicFilter()
4228 *pStrFilter = rNew; in SetGraphicFilter()
4230 pStrFilter = new String( rNew ); in SetGraphicFilter()