Searched refs:getFirstRow (Results 1 – 4 of 4) sorted by relevance
146 pTableStyle->getFirstRow().getTextBoldStyle() = textBoldStyle; in SetTableStyleProperties()163 pTableStyle->getFirstRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()167 pTableStyle->getFirstRow().getTextColor() = fstRowTextColor; in CreateTableStyle()174 …pTableStyle->getFirstRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in CreateTableStyle()182 pTableStyle->getFirstRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()183 pTableStyle->getFirstRow().getTextColor() = fstRowTextColor; in CreateTableStyle()198 pTableStyle->getFirstRow().getFillProperties() = pFstRowFillProperties; in CreateTableStyle()202 pTableStyle->getFirstRow().getTextColor() = fstRowTextColor; in CreateTableStyle()209 …pTableStyle->getFirstRow().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in CreateTableStyle()
210 rTable.getFirstRow() ); in pushToXCell()211 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getFirstRow()); in pushToXCell()
93 xRet = new TablePartStyleContext( *this, mrTableStyle.getFirstRow() ); in createFastChildContext()
57 TableStylePart& getFirstRow() { return maFirstRow; } in getFirstRow() function in oox::drawingml::table::TableStyle
Completed in 12 milliseconds