Home
last modified time | relevance | path

Searched refs:nRowsPerRow (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/filter/xml/
H A Dxmlsubti.cxx69 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()
H A Dxmlsubti.hxx55 ScMysalIntVec nRowsPerRow; member in ScMyTableData
74 sal_Int32 GetRowsPerRow(const sal_Int32 nIndex) const { return nRowsPerRow[nIndex]; } in GetRowsPerRow()
75 …void SetRowsPerRow(const sal_Int32 nIndex, const sal_Int32 nValue = 1) { nRowsPerRow[nIndex… in SetRowsPerRow()

Completed in 19 milliseconds