Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/table/ !
H A Dtableproperties.cxx160 … oox::drawingml::FillPropertiesPtr pFstRowFillProperties( new oox::drawingml::FillProperties ); in CreateTableStyle() local
161 pFstRowFillProperties->moFillType.set(XML_solidFill); in CreateTableStyle()
162 pFstRowFillProperties->maFillColor.setSchemeClr(XML_accent1); in CreateTableStyle()
163 pTableStyle->getFirstRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
177 pTableStyle->getLastRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
182 pTableStyle->getFirstRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
186 pTableStyle->getLastCol().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
195 … oox::drawingml::FillPropertiesPtr pFstRowFillProperties( new oox::drawingml::FillProperties ); in CreateTableStyle() local
196 pFstRowFillProperties->moFillType.set(XML_solidFill); in CreateTableStyle()
197 pFstRowFillProperties->maFillColor.setSchemeClr(XML_accent2); in CreateTableStyle()
[all …]