Searched refs:maLineFill (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/oox/source/drawingml/table/ |
| H A D | tableproperties.cxx | 125 pLeftBorder->maLineFill.moFillType.set(XML_solidFill); in SetTableStyleProperties() 126 pLeftBorder->maLineFill.maFillColor.setSchemeClr(lineBdrClr); in SetTableStyleProperties() 172 pFstBottomBorder->maLineFill.moFillType.set(XML_solidFill); in CreateTableStyle() 173 pFstBottomBorder->maLineFill.maFillColor.setSchemeClr(XML_lt1); in CreateTableStyle() 207 pFstBottomBorder->maLineFill.moFillType.set(XML_solidFill); in CreateTableStyle() 208 pFstBottomBorder->maLineFill.maFillColor.setSchemeClr(XML_lt1); in CreateTableStyle()
|
| H A D | tablecell.cxx | 75 if( rLineProperties.maLineFill.moFillType.differsFrom( XML_noFill ) ) in applyLineAttributes() 77 Color aColor = rLineProperties.maLineFill.getBestSolidColor(); in applyLineAttributes()
|
| /trunk/main/oox/source/drawingml/ |
| H A D | lineproperties.cxx | 354 maLineFill.assignUsed( rSourceProps.maLineFill ); in assignUsed() 368 if( maLineFill.moFillType.has() ) in pushToPropMap() 371 …LineStyle eLineStyle = (maLineFill.moFillType.get() == XML_noFill) ? LineStyle_NONE : LineStyle_SO… in pushToPropMap() 409 Color aLineColor = maLineFill.getBestSolidColor(); in pushToPropMap()
|
| H A D | linepropertiescontext.cxx | 66 …FillPropertiesContext::createFillContext( *this, nElement, xAttribs, mrLineProperties.maLineFill ); in createFastChildContext()
|
| H A D | shape.cxx | 414 aLineProperties.maLineFill.moFillType = XML_noFill; in createAndInsert()
|
| /trunk/main/oox/source/xls/ |
| H A D | drawingmanager.cxx | 609 aLineProps.maLineFill.moFillType = XML_noFill; in convertLineProperties() 613 aLineProps.maLineFill.moFillType = XML_solidFill; in convertLineProperties() 614 aLineProps.maLineFill.maFillColor.setPaletteClr( rLineModel.mnColorIdx ); in convertLineProperties() 652 aLineProps.maLineFill.maFillColor.addTransformation( XML_alpha, 50 * PER_PERCENT ); in convertLineProperties() 656 aLineProps.maLineFill.maFillColor.addTransformation( XML_alpha, 75 * PER_PERCENT ); in convertLineProperties() 660 aLineProps.maLineFill.maFillColor.addTransformation( XML_alpha, 25 * PER_PERCENT ); in convertLineProperties()
|
| /trunk/main/oox/source/vml/ |
| H A D | vmlformatting.cxx | 424 aLineProps.maLineFill.moFillType = XML_solidFill; in pushToPropMap() 427 …aLineProps.maLineFill.maFillColor = ConversionHelper::decodeColor( rGraphicHelper, moColor, moOpac… in pushToPropMap() 436 aLineProps.maLineFill.moFillType = XML_noFill; in pushToPropMap()
|
| /trunk/main/oox/inc/oox/drawingml/ |
| H A D | lineproperties.hxx | 53 FillProperties maLineFill; /// Line fill (solid, gradient, ...). member
|
| /trunk/main/oox/source/drawingml/chart/ |
| H A D | objectformatter.cxx | 876 mxAutoLine->maLineFill.moFillType = XML_noFill; in LineFormatter() 1182 return !rxShapeProp || !rxShapeProp->getLineProperties().maLineFill.moFillType.has(); in isAutomaticLine()
|
| H A D | axisconverter.cxx | 151 … mrModel.mxShapeProp.getOrCreate().getLineProperties().maLineFill.moFillType = XML_noFill; in convertFromModel()
|
Completed in 73 milliseconds