Lines Matching refs:TableModel

128 TableModel::TableModel( SdrTableObj* pTableObj )  in TableModel()  function in sdr::table::TableModel
137 TableModel::TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable ) in TableModel() function in sdr::table::TableModel
174 TableModel::~TableModel() in ~TableModel()
180 void TableModel::init( sal_Int32 nColumns, sal_Int32 nRows ) in init()
205 sal_Int32 TableModel::getLeft() in getLeft()
212 sal_Int32 TableModel::getTop() in getTop()
219 sal_Int32 TableModel::getRight() in getRight()
226 sal_Int32 TableModel::getBottom() in getBottom()
233 Reference< XTable > TableModel::getTable() in getTable()
240 void TableModel::UndoInsertRows( sal_Int32 nIndex, sal_Int32 nCount ) in UndoInsertRows()
252 void TableModel::UndoRemoveRows( sal_Int32 nIndex, RowVector& aRows ) in UndoRemoveRows()
269 void TableModel::UndoInsertColumns( sal_Int32 nIndex, sal_Int32 nCount ) in UndoInsertColumns()
285 void TableModel::UndoRemoveColumns( sal_Int32 nIndex, ColumnVector& aCols, CellVector& aCells ) in UndoRemoveColumns()
316 Reference< XCellCursor > SAL_CALL TableModel::createCursor() throw (RuntimeException) in createCursor()
324 Reference< XCellCursor > SAL_CALL TableModel::createCursorByRange( const Reference< XCellRange >& R… in createCursorByRange()
338 sal_Int32 SAL_CALL TableModel::getRowCount() throw (RuntimeException) in getRowCount()
346 sal_Int32 SAL_CALL TableModel::getColumnCount() throw (RuntimeException) in getColumnCount()
356 void TableModel::dispose() throw (RuntimeException) in dispose()
364 void SAL_CALL TableModel::addEventListener( const Reference< XEventListener >& xListener ) throw (R… in addEventListener()
371 void SAL_CALL TableModel::removeEventListener( const Reference< XEventListener >& xListener ) throw… in removeEventListener()
380 sal_Bool SAL_CALL TableModel::isModified( ) throw (RuntimeException) in isModified()
388 void SAL_CALL TableModel::setModified( sal_Bool bModified ) throw (PropertyVetoException, RuntimeEx… in setModified()
402 void SAL_CALL TableModel::addModifyListener( const Reference< XModifyListener >& xListener ) throw … in addModifyListener()
409 void SAL_CALL TableModel::removeModifyListener( const Reference< XModifyListener >& xListener ) thr… in removeModifyListener()
418 Reference< XTableColumns > SAL_CALL TableModel::getColumns() throw (RuntimeException) in getColumns()
429 Reference< XTableRows > SAL_CALL TableModel::getRows() throw (RuntimeException) in getRows()
442 Reference< XCell > SAL_CALL TableModel::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) thro… in getCellByPosition()
455 Reference< XCellRange > SAL_CALL TableModel::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTo… in getCellRangeByPosition()
470 Reference< XCellRange > SAL_CALL TableModel::getCellRangeByName( const OUString& /*aRange*/ ) throw… in getCellRangeByName()
479 Reference< XPropertySetInfo > SAL_CALL TableModel::getPropertySetInfo( ) throw (RuntimeException) in getPropertySetInfo()
487 void SAL_CALL TableModel::setPropertyValue( const ::rtl::OUString& /*aPropertyName*/, const Any& /*… in setPropertyValue()
493 Any SAL_CALL TableModel::getPropertyValue( const OUString& /*PropertyName*/ ) throw (UnknownPropert… in getPropertyValue()
500 void SAL_CALL TableModel::addPropertyChangeListener( const OUString& /*aPropertyName*/, const Refer… in addPropertyChangeListener()
506 void SAL_CALL TableModel::removePropertyChangeListener( const OUString& /*aPropertyName*/, const Re… in removePropertyChangeListener()
512 void SAL_CALL TableModel::addVetoableChangeListener( const OUString& /*aPropertyName*/, const Refer… in addVetoableChangeListener()
518 void SAL_CALL TableModel::removeVetoableChangeListener( const OUString& /*aPropertyName*/, const Re… in removeVetoableChangeListener()
526 void SAL_CALL TableModel::setFastPropertyValue( ::sal_Int32 /*nHandle*/, const Any& /*aValue*/ ) th… in setFastPropertyValue()
532 Any SAL_CALL TableModel::getFastPropertyValue( ::sal_Int32 /*nHandle*/ ) throw (UnknownPropertyExce… in getFastPropertyValue()
542 sal_Int32 TableModel::getRowCountImpl() const in getRowCountImpl()
549 sal_Int32 TableModel::getColumnCountImpl() const in getColumnCountImpl()
556 void TableModel::disposing() in disposing()
593 void TableModel::lockBroadcasts() throw (RuntimeException) in lockBroadcasts()
600 void TableModel::unlockBroadcasts() throw (RuntimeException) in unlockBroadcasts()
617 void TableModel::notifyModification() in notifyModification()
684 CellRef TableModel::getCell( sal_Int32 nCol, sal_Int32 nRow ) const in getCell()
719 CellRef TableModel::createCell() in createCell()
729 void TableModel::insertColumns( sal_Int32 nIndex, sal_Int32 nCount ) in insertColumns()
810 void TableModel::removeColumns( sal_Int32 nIndex, sal_Int32 nCount ) in removeColumns()
920 void TableModel::insertRows( sal_Int32 nIndex, sal_Int32 nCount ) in insertRows()
983 void TableModel::removeRows( sal_Int32 nIndex, sal_Int32 nCount ) in removeRows()
1079 TableRowRef TableModel::getRow( sal_Int32 nRow ) const throw (IndexOutOfBoundsException) in getRow()
1089 TableColumnRef TableModel::getColumn( sal_Int32 nColumn ) const throw (IndexOutOfBoundsException) in getColumn()
1100 void TableModel::optimize() in optimize()
1188 void TableModel::merge( sal_Int32 nCol, sal_Int32 nRow, sal_Int32 nColSpan, sal_Int32 nRowSpan ) in merge()
1234 void TableModel::updateRows() in updateRows()
1246 void TableModel::updateColumns() in updateColumns()