Searched refs:nCellsAvailable (Results 1 – 1 of 1) sorted by relevance
347 sal_Int32 nCellsAvailable = 1 + nColSpan + rLeftOvers[nRow]; in split_column() local349 nCellsAvailable += nNewCols; in split_column()351 …DBG_ASSERT( nCellsAvailable > nColumns, "sdr::table::CellCursor::split_column(), somethings wrong"… in split_column()353 sal_Int32 nSplitSpan = (nCellsAvailable / (nColumns + 1)) - 1; in split_column()361 nSplitSpan = nCellsAvailable - ((nSplitSpan+1) * nColumns) - 1; in split_column()463 sal_Int32 nCellsAvailable = 1 + nRowSpan + rLeftOvers[nCol]; in split_row() local465 nCellsAvailable += nNewRows; in split_row()467 DBG_ASSERT( nCellsAvailable > nRows, "sdr::table::CellCursor::split_row(), somethings wrong" ); in split_row()469 sal_Int32 nSplitSpan = (nCellsAvailable / (nRows + 1)) - 1; in split_row()477 nSplitSpan = nCellsAvailable - ((nSplitSpan+1) * nRows) - 1; in split_row()
Completed in 18 milliseconds