Home
last modified time | relevance | path

Searched refs:maLineFill (Results 1 – 10 of 10) sorted by relevance

/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx125 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 Dtablecell.cxx75 if( rLineProperties.maLineFill.moFillType.differsFrom( XML_noFill ) ) in applyLineAttributes()
77 Color aColor = rLineProperties.maLineFill.getBestSolidColor(); in applyLineAttributes()
/trunk/main/oox/source/drawingml/
H A Dlineproperties.cxx354 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 Dlinepropertiescontext.cxx66 …FillPropertiesContext::createFillContext( *this, nElement, xAttribs, mrLineProperties.maLineFill ); in createFastChildContext()
H A Dshape.cxx414 aLineProperties.maLineFill.moFillType = XML_noFill; in createAndInsert()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx609 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 Dvmlformatting.cxx424 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 Dlineproperties.hxx53 FillProperties maLineFill; /// Line fill (solid, gradient, ...). member
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx876 mxAutoLine->maLineFill.moFillType = XML_noFill; in LineFormatter()
1182 return !rxShapeProp || !rxShapeProp->getLineProperties().maLineFill.moFillType.has(); in isAutomaticLine()
H A Daxisconverter.cxx151 … mrModel.mxShapeProp.getOrCreate().getLineProperties().maLineFill.moFillType = XML_noFill; in convertFromModel()

Completed in 73 milliseconds