Lines Matching refs:getCell
164 CellRef xTargetCell( getCell( nCol, nRow ) ); in TableModel()
166 xTargetCell->cloneFrom( xSourceTable->getCell( nCol, nRow ) ); in TableModel()
446 CellRef xCell( getCell( nColumn, nRow ) ); in getCellByPosition()
657 CellRef xCell( getCell( nCol, nRow ) ); in notifyModification()
684 CellRef TableModel::getCell( sal_Int32 nCol, sal_Int32 nRow ) const in getCell() function in sdr::table::TableModel
768 (*aCellIter++) = getCell( nIndex + nOffset, nRow ); in insertColumns()
780 CellRef xCell( getCell( nCol, nRow ) ); in insertColumns()
847 (*aCellIter++) = getCell( nIndex + nOffset, nRow ); in removeColumns()
863 CellRef xCell( getCell( nCol, nRow ) ); in removeColumns()
876 CellRef xTargetCell( getCell( nIndex + nCount, nRow ) ); in removeColumns()
954 CellRef xCell( getCell( nCol, nRow ) ); in insertRows()
1024 CellRef xCell( getCell( nCol, nRow ) ); in removeRows()
1037 CellRef xTargetCell( getCell( nCol, nIndex + nCount ) ); in removeRows()