Lines Matching refs:pFstRowFillProperties
160 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()
198 pTableStyle->getFirstRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
211 pTableStyle->getLastRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
215 pTableStyle->getFirstCol().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()
218 pTableStyle->getLastCol().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()