Searched refs:nSpannedCols (Results 1 – 4 of 4) sorted by relevance
82 nSpannedCols = 1; in ScMyTableData()474 sal_Int32 nSpannedCols(aTableVec[nTableCount - 1]->GetSpannedCols()); in NewColumn() local475 if ( (nSpannedCols > nColCount) && in NewColumn()481 sal_Int32 FirstColsSpanned(nSpannedCols / nColCount); in NewColumn()483 + (nSpannedCols % nColCount)); in NewColumn()497 …TableVec[nTableCount - 1]->GetRealCols(aTableVec[nTableCount - 1]->GetColumn()) > nSpannedCols - 1) in NewColumn()553 sal_Int32 nSpannedCols(pTableData->GetSpannedCols()); in NewTable() local554 sal_Int32 nTemp(nSpannedCols - nColCount); in NewTable()563 if (nSpannedCols > nColCount) in NewTable()564 nToMerge = pTableData->GetChangedCols(nCol, nCol + nColsPerCol + nSpannedCols - nColCount); in NewTable()
57 sal_Int32 nSpannedCols; member in ScMyTableData78 sal_Int32 GetSpannedCols() const { return nSpannedCols; } in GetSpannedCols()79 void SetSpannedCols(const sal_Int32 nTempSpannedCols) { nSpannedCols = nTempSpannedCols; } in SetSpannedCols()
153 const sal_Int32 nSpannedCols) : in ScXMLTableContext() argument228 GetScImport().GetTables().NewTable(nSpannedCols); in ScXMLTableContext()
62 const sal_Int32 nSpannedCols = 0);
Completed in 23 milliseconds