Searched refs:nColsPerCol (Results 1 – 2 of 2) sorted by relevance
67 : 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() local559 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()
53 ScMysalIntVec nColsPerCol; member in ScMyTableData70 … 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 33 milliseconds