Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx122 oox::drawingml::LinePropertiesPtr pLeftBorder( new oox::drawingml::LineProperties); in SetTableStyleProperties() local
123 pLeftBorder->moLineWidth = 12700; in SetTableStyleProperties()
124 pLeftBorder->moPresetDash = XML_sng; in SetTableStyleProperties()
125 pLeftBorder->maLineFill.moFillType.set(XML_solidFill); in SetTableStyleProperties()
126 pLeftBorder->maLineFill.maFillColor.setSchemeClr(lineBdrClr); in SetTableStyleProperties()
127 …eBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_left,pLeftBorder)); in SetTableStyleProperties()
128 …Borders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_right,pLeftBorder)); in SetTableStyleProperties()
129 …neBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_top,pLeftBorder)); in SetTableStyleProperties()
130 …orders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_bottom,pLeftBorder)); in SetTableStyleProperties()
131 …rders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_insideH,pLeftBorder)); in SetTableStyleProperties()
[all …]

Completed in 12 milliseconds