Searched refs:nRowsPerRow (Results 1 – 2 of 2) sorted by relevance
69 nRowsPerRow(nDefaultRowCount, 1), in ScMyTableData()94 if (static_cast<sal_uInt32>(aTableCellPos.Row) >= nRowsPerRow.size()) in AddRow()96 nRowsPerRow.resize(nRowsPerRow.size() + nDefaultRowCount, 1); in AddRow()97 nRealRows.resize(nRowsPerRow.size() + nDefaultRowCount + 1, 0); in AddRow()99 … nRealRows[aTableCellPos.Row + 1] = nRealRows[aTableCellPos.Row] + nRowsPerRow[aTableCellPos.Row]; in AddRow()
55 ScMysalIntVec nRowsPerRow; member in ScMyTableData74 … GetRowsPerRow(const sal_Int32 nIndex) const { return nRowsPerRow[nIndex]; } in GetRowsPerRow()75 … SetRowsPerRow(const sal_Int32 nIndex, const sal_Int32 nValue = 1) { nRowsPerRow[nIndex] = nValu… in SetRowsPerRow()