Searched refs:rLeftOvers (Results 1 – 2 of 2) sorted by relevance
337 rLeftOvers[nRow] += nNewCols; in split_column()347 sal_Int32 nCellsAvailable = 1 + nColSpan + rLeftOvers[nRow]; in split_column()370 rLeftOvers[nRow++] = 0; in split_column()378 if( nColSpan < (rLeftOvers[nRow] + nNewCols) ) in split_column()379 mxTable->merge( nCol, nRow, (rLeftOvers[nRow] + nNewCols) + 1, nRowSpan + 1 ); in split_column()383 rLeftOvers[nRow++] = 0; // consumed in split_column()453 rLeftOvers[nCol] += nNewRows; in split_row()463 sal_Int32 nCellsAvailable = 1 + nRowSpan + rLeftOvers[nCol]; in split_row()486 rLeftOvers[nCol++] = 0; in split_row()494 if( nRowSpan < (rLeftOvers[nCol] + nNewRows) ) in split_row()[all …]
71 void split_column( sal_Int32 nCol, sal_Int32 nColumns, std::vector< sal_Int32 >& rLeftOvers );73 void split_row( sal_Int32 nRow, sal_Int32 nRows, std::vector< sal_Int32 >& rLeftOvers );
Completed in 12 milliseconds