Searched refs:xSourceTable (Results 1 – 2 of 2) sorted by relevance
137 TableModel::TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable ) in TableModel() argument144 if( xSourceTable.is() ) in TableModel()146 const sal_Int32 nColCount = xSourceTable->getColumnCountImpl(); in TableModel()147 const sal_Int32 nRowCount = xSourceTable->getRowCountImpl(); in TableModel()153 (*maRows[nRows]) = (*xSourceTable->maRows[nRows]); in TableModel()157 (*maColumns[nColumns]) = (*xSourceTable->maColumns[nColumns]); in TableModel()166 xTargetCell->cloneFrom( xSourceTable->getCell( nCol, nRow ) ); in TableModel()
82 TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable );
Completed in 25 milliseconds