Lines Matching refs:rTable

167 	TableStyle& rTable( const_cast< TableStyle& >( rTableStyle ) );  in pushToXCell()  local
184 …boost::shared_ptr< ::oox::drawingml::FillProperties >& rBackgroundFillPropertiesPtr( rTable.getBac… in pushToXCell()
195 rTable.getWholeTbl() ); in pushToXCell()
199 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getWholeTbl()); in pushToXCell()
210 rTable.getFirstRow() ); in pushToXCell()
211 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getFirstRow()); in pushToXCell()
222 rTable.getLastRow() ); in pushToXCell()
223 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getLastRow()); in pushToXCell()
234 rTable.getFirstCol() ); in pushToXCell()
235 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getFirstCol()); in pushToXCell()
246 rTable.getLastCol() ); in pushToXCell()
247 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getLastCol()); in pushToXCell()
266 rTable.getBand2H() ); in pushToXCell()
267 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getBand2H()); in pushToXCell()
278 rTable.getBand1H() ); in pushToXCell()
279 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getBand1H()); in pushToXCell()
292 rTable.getNwCell() ); in pushToXCell()
293 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getNwCell()); in pushToXCell()
304 rTable.getSwCell() ); in pushToXCell()
305 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getSwCell()); in pushToXCell()
316 rTable.getNeCell() ); in pushToXCell()
317 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getNeCell()); in pushToXCell()
328 rTable.getSeCell() ); in pushToXCell()
329 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getSeCell()); in pushToXCell()
348 rTable.getBand2V() ); in pushToXCell()
349 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getBand2V()); in pushToXCell()
360 rTable.getBand1V() ); in pushToXCell()
361 lcl_getCharPropFromTblStylePart(aTextCharProps, rTable.getBand1V()); in pushToXCell()