Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/xml/
H A Dxmlsubti.cxx67 : nColsPerCol(nDefaultColCount, 1), in ScMyTableData()
105 if (static_cast<sal_uInt32>(aTableCellPos.Column) >= nColsPerCol.size()) in AddColumn()
107 nColsPerCol.resize(nColsPerCol.size() + nDefaultColCount, 1); in AddColumn()
108 nRealCols.resize(nColsPerCol.size() + nDefaultColCount + 1, 0); in AddColumn()
110 …nRealCols[aTableCellPos.Column + 1] = nRealCols[aTableCellPos.Column] + nColsPerCol[aTableCellPos.… in AddColumn()
552 const sal_Int32 nColsPerCol(pTableData->GetColsPerCol(nCol)); in NewTable() local
559 if (nColsPerCol > 1) in NewTable()
560 nTempSpannedCols *= nColsPerCol; in NewTable()
564 nToMerge = pTableData->GetChangedCols(nCol, nCol + nColsPerCol + nSpannedCols - nColCount); in NewTable()
566 nToMerge = pTableData->GetChangedCols(nCol, nCol + nColsPerCol); in NewTable()
H A Dxmlsubti.hxx53 ScMysalIntVec nColsPerCol; member in ScMyTableData
70 … GetColsPerCol(const sal_Int32 nIndex) const { return nColsPerCol[nIndex]; } in GetColsPerCol()
71 …void SetColsPerCol(const sal_Int32 nIndex, sal_Int32 nValue = 1) { nColsPerCol[nIndex] = nV… in SetColsPerCol()

Completed in 29 milliseconds