Lines Matching refs:pFstBottomBorder
169 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()
174 …s().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_bottom,pFstBottomBorder)); 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()
208 pFstBottomBorder->maLineFill.maFillColor.setSchemeClr(XML_lt1); in CreateTableStyle()
209 …s().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_bottom,pFstBottomBorder)); in CreateTableStyle()
213 …ders().insert(std::pair<sal_Int32, ::oox::drawingml::LinePropertiesPtr>(XML_top,pFstBottomBorder)); in CreateTableStyle()