Lines Matching refs:pLeftBorder
122 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()
132 …rders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_insideV,pLeftBorder)); in SetTableStyleProperties()