Lines Matching refs:DefaultGridDataModel

62     DefaultGridDataModel::DefaultGridDataModel()  in DefaultGridDataModel()  function in toolkit::DefaultGridDataModel
70 DefaultGridDataModel::DefaultGridDataModel( DefaultGridDataModel const & i_copySource ) in DefaultGridDataModel() function in toolkit::DefaultGridDataModel
80 DefaultGridDataModel::~DefaultGridDataModel() in ~DefaultGridDataModel()
85 void DefaultGridDataModel::broadcast( GridDataEvent const & i_event, in broadcast()
97 …::sal_Int32 SAL_CALL DefaultGridDataModel::getRowCount() throw (::com::sun::star::uno::RuntimeExce… in getRowCount()
104 …::sal_Int32 SAL_CALL DefaultGridDataModel::getColumnCount() throw (::com::sun::star::uno::RuntimeE… in getColumnCount()
111DefaultGridDataModel::CellData const & DefaultGridDataModel::impl_getCellData_throw( sal_Int32 con… in impl_getCellData_throw()
116 …throw IndexOutOfBoundsException( ::rtl::OUString(), *const_cast< DefaultGridDataModel* >( this ) ); in impl_getCellData_throw()
127DefaultGridDataModel::RowData& DefaultGridDataModel::impl_getRowDataAccess_throw( sal_Int32 const … in impl_getRowDataAccess_throw()
140DefaultGridDataModel::CellData& DefaultGridDataModel::impl_getCellDataAccess_throw( sal_Int32 cons… in impl_getCellDataAccess_throw()
150 …Any SAL_CALL DefaultGridDataModel::getCellData( ::sal_Int32 i_column, ::sal_Int32 i_row ) throw (R… in getCellData()
157 …Any SAL_CALL DefaultGridDataModel::getCellToolTip( ::sal_Int32 i_column, ::sal_Int32 i_row ) throw… in getCellToolTip()
164 …Any SAL_CALL DefaultGridDataModel::getRowHeading( ::sal_Int32 i_row ) throw (RuntimeException, Ind… in getRowHeading()
175 …Sequence< Any > SAL_CALL DefaultGridDataModel::getRowData( ::sal_Int32 i_rowIndex ) throw (IndexOu… in getRowData()
187 …void DefaultGridDataModel::impl_insertRow( sal_Int32 const i_position, Any const & i_heading, Sequ… in impl_insertRow()
206 …void SAL_CALL DefaultGridDataModel::addRow( const Any& i_heading, const Sequence< Any >& i_data ) … in addRow()
212 …void SAL_CALL DefaultGridDataModel::addRows( const Sequence< Any >& i_headings, const Sequence< Se… in addRows()
218 …void SAL_CALL DefaultGridDataModel::insertRow( ::sal_Int32 i_index, const Any& i_heading, const Se… in insertRow()
241 …void SAL_CALL DefaultGridDataModel::insertRows( ::sal_Int32 i_index, const Sequence< Any>& i_headi… in insertRows()
280 …void SAL_CALL DefaultGridDataModel::removeRow( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBoundsExc… in removeRow()
298 void SAL_CALL DefaultGridDataModel::removeAllRows( ) throw (RuntimeException) in removeAllRows()
313 …void SAL_CALL DefaultGridDataModel::updateCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIn… in updateCellData()
327 …void SAL_CALL DefaultGridDataModel::updateRowData( const Sequence< ::sal_Int32 >& i_columnIndexes,… in updateRowData()
367 …void SAL_CALL DefaultGridDataModel::updateRowHeading( ::sal_Int32 i_rowIndex, const Any& i_heading… in updateRowHeading()
384 …void SAL_CALL DefaultGridDataModel::updateCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_ro… in updateCellToolTip()
391 …void SAL_CALL DefaultGridDataModel::updateRowToolTip( ::sal_Int32 i_rowIndex, const Any& i_value )… in updateRowToolTip()
401 …void SAL_CALL DefaultGridDataModel::addGridDataListener( const Reference< grid::XGridDataListener … in addGridDataListener()
407 …void SAL_CALL DefaultGridDataModel::removeGridDataListener( const Reference< grid::XGridDataListen… in removeGridDataListener()
413 void SAL_CALL DefaultGridDataModel::disposing() in disposing()
430 … ::rtl::OUString SAL_CALL DefaultGridDataModel::getImplementationName( ) throw (RuntimeException) in getImplementationName()
437 …sal_Bool SAL_CALL DefaultGridDataModel::supportsService( const ::rtl::OUString& ServiceName ) thro… in supportsService()
443 …Sequence< ::rtl::OUString > SAL_CALL DefaultGridDataModel::getSupportedServiceNames( ) throw (Run… in getSupportedServiceNames()
451 Reference< XCloneable > SAL_CALL DefaultGridDataModel::createClone( ) throw (RuntimeException) in createClone()
453 return new DefaultGridDataModel( *this ); in createClone()
462 return Reference < XInterface >( ( ::cppu::OWeakObject* ) new ::toolkit::DefaultGridDataModel() ); in DefaultGridDataModel_CreateInstance()