Searched refs:isFirstRow (Results 1 – 3 of 3) sorted by relevance
201 if ( rProperties.isFirstRow() && ( nRow == 0 ) ) in pushToXCell()251 if ( ( !rProperties.isFirstRow() || ( nRow != 0 ) ) && in pushToXCell()255 if ( rProperties.isFirstRow() ) in pushToXCell()
61 mrTableProperties.isFirstRow() = aAttribs.getBool( XML_firstRow, sal_False ); in createFastChildContext()
52 sal_Bool& isFirstRow(){ return mbFirstRow; }; in isFirstRow() function in oox::drawingml::table::TableProperties