Searched refs:nMaxColumn (Results 1 – 2 of 2) sorted by relevance
165 …const TableStyle& rTableStyle, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 … in pushToXCell() argument237 if ( rProperties.isLastCol() && ( nColumn == nMaxColumn ) ) in pushToXCell()307 if ( ( nRow == 0 ) && ( nColumn == nMaxColumn ) ) in pushToXCell()319 if ( ( nRow == nMaxColumn ) && ( nColumn == nMaxColumn ) ) in pushToXCell()334 ( !rProperties.isLastCol() || ( nColumn != nMaxColumn ) ) ) in pushToXCell()
85 …const TableStyle& rTable, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 nMaxR…
Completed in 11 milliseconds