Home
last modified time | relevance | path

Searched refs:nSpannedCols (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx82 nSpannedCols = 1; in ScMyTableData()
474 sal_Int32 nSpannedCols(aTableVec[nTableCount - 1]->GetSpannedCols()); in NewColumn() local
475 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() local
554 sal_Int32 nTemp(nSpannedCols - nColCount); in NewTable()
563 if (nSpannedCols > nColCount) in NewTable()
564 nToMerge = pTableData->GetChangedCols(nCol, nCol + nColsPerCol + nSpannedCols - nColCount); in NewTable()
H A Dxmlsubti.hxx57 sal_Int32 nSpannedCols; member in ScMyTableData
78 sal_Int32 GetSpannedCols() const { return nSpannedCols; } in GetSpannedCols()
79 void SetSpannedCols(const sal_Int32 nTempSpannedCols) { nSpannedCols = nTempSpannedCols; } in SetSpannedCols()
H A Dxmltabi.cxx153 const sal_Int32 nSpannedCols) : in ScXMLTableContext() argument
228 GetScImport().GetTables().NewTable(nSpannedCols); in ScXMLTableContext()
H A Dxmltabi.hxx62 const sal_Int32 nSpannedCols = 0);

Completed in 34 milliseconds