Home
last modified time | relevance | path

Searched refs:assignIfUsed (Results 1 – 14 of 14) sorted by relevance

/trunk/main/oox/source/drawingml/
H A Dfillproperties.cxx116 moFillToRect.assignIfUsed( rSourceProps.moFillToRect ); in assignUsed()
117 moTileRect.assignIfUsed( rSourceProps.moTileRect ); in assignUsed()
118 moGradientPath.assignIfUsed( rSourceProps.moGradientPath ); in assignUsed()
119 moShadeAngle.assignIfUsed( rSourceProps.moShadeAngle ); in assignUsed()
120 moShadeFlip.assignIfUsed( rSourceProps.moShadeFlip ); in assignUsed()
121 moShadeScaled.assignIfUsed( rSourceProps.moShadeScaled ); in assignUsed()
122 moRotateWithShape.assignIfUsed( rSourceProps.moRotateWithShape ); in assignUsed()
129 maPattFgColor.assignIfUsed( rSourceProps.maPattFgColor ); in assignUsed()
130 maPattBgColor.assignIfUsed( rSourceProps.maPattBgColor ); in assignUsed()
131 moPattPreset.assignIfUsed( rSourceProps.moPattPreset ); in assignUsed()
[all …]
H A Dtextcharacterproperties.cxx49 maLatinFont.assignIfUsed( rSourceProps.maLatinFont ); in assignUsed()
50 maAsianFont.assignIfUsed( rSourceProps.maAsianFont ); in assignUsed()
51 maComplexFont.assignIfUsed( rSourceProps.maComplexFont ); in assignUsed()
52 maSymbolFont.assignIfUsed( rSourceProps.maSymbolFont ); in assignUsed()
55 maCharColor.assignIfUsed( rSourceProps.maCharColor ); in assignUsed()
57 maHighlightColor.assignIfUsed( rSourceProps.maHighlightColor ); in assignUsed()
58 maUnderlineColor.assignIfUsed( rSourceProps.maUnderlineColor ); in assignUsed()
59 moHeight.assignIfUsed( rSourceProps.moHeight ); in assignUsed()
60 moSpacing.assignIfUsed( rSourceProps.moSpacing ); in assignUsed()
61 moUnderline.assignIfUsed( rSourceProps.moUnderline ); in assignUsed()
[all …]
H A Dlineproperties.cxx343 moArrowType.assignIfUsed( rSourceProps.moArrowType ); in assignUsed()
344 moArrowWidth.assignIfUsed( rSourceProps.moArrowWidth ); in assignUsed()
345 moArrowLength.assignIfUsed( rSourceProps.moArrowLength ); in assignUsed()
357 moLineWidth.assignIfUsed( rSourceProps.moLineWidth ); in assignUsed()
358 moPresetDash.assignIfUsed( rSourceProps.moPresetDash ); in assignUsed()
359 moLineCompound.assignIfUsed( rSourceProps.moLineCompound ); in assignUsed()
360 moLineCap.assignIfUsed( rSourceProps.moLineCap ); in assignUsed()
361 moLineJoint.assignIfUsed( rSourceProps.moLineJoint ); in assignUsed()
H A Dtextfont.cxx73 void TextFont::assignIfUsed( const TextFont& rTextFont ) in assignIfUsed() function in oox::drawingml::TextFont
H A Dtextparagraph.cxx120 (maProperties.getBulletList().maBulletColorPtr)->assignIfUsed(bulletClr); in insertAt()
H A Dtextparagraphproperties.cxx254 maBulletFont.assignIfUsed( rSource.maBulletFont ); in apply()
H A Dshape.cxx506 aCharStyleProperties.maCharColor.assignIfUsed( pFontRef->maPhClr ); in createAndInsert()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx395 moArrowType.assignIfUsed( rSource.moArrowType ); in assignUsed()
396 moArrowWidth.assignIfUsed( rSource.moArrowWidth ); in assignUsed()
397 moArrowLength.assignIfUsed( rSource.moArrowLength ); in assignUsed()
404 moStroked.assignIfUsed( rSource.moStroked ); in assignUsed()
407 moColor.assignIfUsed( rSource.moColor ); in assignUsed()
408 moOpacity.assignIfUsed( rSource.moOpacity ); in assignUsed()
409 moWeight.assignIfUsed( rSource.moWeight ); in assignUsed()
410 moDashStyle.assignIfUsed( rSource.moDashStyle ); in assignUsed()
411 moLineStyle.assignIfUsed( rSource.moLineStyle ); in assignUsed()
412 moEndCap.assignIfUsed( rSource.moEndCap ); in assignUsed()
[all …]
H A Dvmlshape.cxx101 moShapeType.assignIfUsed( rSource.moShapeType ); in assignUsed()
102 moCoordPos.assignIfUsed( rSource.moCoordPos ); in assignUsed()
103 moCoordSize.assignIfUsed( rSource.moCoordSize ); in assignUsed()
108 moGraphicPath.assignIfUsed( rSource.moGraphicPath ); in assignUsed()
109 moGraphicTitle.assignIfUsed( rSource.moGraphicTitle ); in assignUsed()
H A Dvmlshapecontext.cxx308 mrTypeModel.maStrokeModel.moStroked.assignIfUsed( lclDecodeBool( rAttribs, XML_on ) ); in onCreateContext()
315 mrTypeModel.maStrokeModel.moColor.assignIfUsed( rAttribs.getString( XML_color ) ); in onCreateContext()
317 mrTypeModel.maStrokeModel.moWeight.assignIfUsed( rAttribs.getString( XML_weight ) ); in onCreateContext()
324 mrTypeModel.maFillModel.moFilled.assignIfUsed( lclDecodeBool( rAttribs, XML_on ) ); in onCreateContext()
325 mrTypeModel.maFillModel.moColor.assignIfUsed( rAttribs.getString( XML_color ) ); in onCreateContext()
/trunk/main/oox/inc/oox/drawingml/
H A Dtextfont.hxx47 void assignIfUsed( const TextFont& rTextFont );
H A Dcolor.hxx81 … inline void assignIfUsed( const Color& rColor ) { if( rColor.isUsed() ) *this = rColor; } in assignIfUsed() function in oox::drawingml::Color
/trunk/main/oox/inc/oox/helper/
H A Dhelper.hxx213 …inline void assignIfUsed( const OptValue& rValue ) { if( rValue.mbHasValue ) set( rValue.m… in assignIfUsed() function in oox::OptValue
/trunk/main/oox/source/xls/
H A Dautofilterbuffer.cxx734 obNeedsRegExp.assignIfUsed( aSettings.mobNeedsRegExp ); in finalizeImport()