Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/table/
H A Dtablemodel.cxx137 TableModel::TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable ) in TableModel() argument
144 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()
H A Dtablemodel.hxx82 TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable );

Completed in 22 milliseconds