Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/xml/
H A Dxmlsubti.cxx68 nRealCols(nDefaultColCount + 1, 0), in ScMyTableData()
78 nRealCols[i] = i; in ScMyTableData()
108 nRealCols.resize(nColsPerCol.size() + nDefaultColCount + 1, 0); in AddColumn()
110nRealCols[aTableCellPos.Column + 1] = nRealCols[aTableCellPos.Column] + nColsPerCol[aTableCellPos.… in AddColumn()
115 return (nIndex < 0) ? 0 : nRealCols[nIndex]; in GetRealCols()
H A Dxmlsubti.hxx54 ScMysalIntVec nRealCols; member in ScMyTableData
73 …void SetRealCols(const sal_Int32 nIndex, const sal_Int32 nValue) { nRealCols[nIndex] = nVa… in SetRealCols()

Completed in 19 milliseconds