Lines Matching refs:rSource
246 void BulletList::apply( const BulletList& rSource ) in apply() argument
248 if ( rSource.maBulletColorPtr->isUsed() ) in apply()
249 maBulletColorPtr = rSource.maBulletColorPtr; in apply()
250 if ( rSource.mbBulletColorFollowText.hasValue() ) in apply()
251 mbBulletColorFollowText = rSource.mbBulletColorFollowText; in apply()
252 if ( rSource.mbBulletFontFollowText.hasValue() ) in apply()
253 mbBulletFontFollowText = rSource.mbBulletFontFollowText; in apply()
254 maBulletFont.assignIfUsed( rSource.maBulletFont ); in apply()
255 if ( rSource.msBulletChar.hasValue() ) in apply()
256 msBulletChar = rSource.msBulletChar; in apply()
257 if ( rSource.mnStartAt.hasValue() ) in apply()
258 mnStartAt = rSource.mnStartAt; in apply()
259 if ( rSource.mnNumberingType.hasValue() ) in apply()
260 mnNumberingType = rSource.mnNumberingType; in apply()
261 if ( rSource.msNumberingPrefix.hasValue() ) in apply()
262 msNumberingPrefix = rSource.msNumberingPrefix; in apply()
263 if ( rSource.msNumberingSuffix.hasValue() ) in apply()
264 msNumberingSuffix = rSource.msNumberingSuffix; in apply()
265 if ( rSource.mnSize.hasValue() ) in apply()
266 mnSize = rSource.mnSize; in apply()
267 if ( rSource.mnFontSize.hasValue() ) in apply()
268 mnFontSize = rSource.mnFontSize; in apply()
269 if ( rSource.maStyleName.hasValue() ) in apply()
270 maStyleName = rSource.maStyleName; in apply()
271 if ( rSource.maGraphic.hasValue() ) in apply()
272 maGraphic = rSource.maGraphic; in apply()