Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx169 oox::drawingml::LinePropertiesPtr pFstBottomBorder( new oox::drawingml::LineProperties); in CreateTableStyle() local
170 pFstBottomBorder->moLineWidth = 38100; in CreateTableStyle()
171 pFstBottomBorder->moPresetDash = XML_sng; in CreateTableStyle()
172 pFstBottomBorder->maLineFill.moFillType.set(XML_solidFill); in CreateTableStyle()
173 pFstBottomBorder->maLineFill.maFillColor.setSchemeClr(XML_lt1); in CreateTableStyle()
179 …ders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_top,pFstBottomBorder)); in CreateTableStyle()
204 oox::drawingml::LinePropertiesPtr pFstBottomBorder( new oox::drawingml::LineProperties); in CreateTableStyle() local
205 pFstBottomBorder->moLineWidth = 38100; in CreateTableStyle()
206 pFstBottomBorder->moPresetDash = XML_sng; in CreateTableStyle()
207 pFstBottomBorder->maLineFill.moFillType.set(XML_solidFill); in CreateTableStyle()
[all …]

Completed in 12 milliseconds