Lines Matching refs:SortableGridDataModel

78         return static_cast< const SortableGridDataModel* >( _pInstance )->checkInvariants();  in SortableGridDataModel_checkInvariants()
82 const char* SortableGridDataModel::checkInvariants() const in checkInvariants()
119 DBG_CHKTHIS( SortableGridDataModel, SortableGridDataModel_checkInvariants )
135 DBG_NAME( SortableGridDataModel ) in DBG_NAME() argument
137SortableGridDataModel::SortableGridDataModel( Reference< XMultiServiceFactory > const & i_factory ) in DBG_NAME()
149 DBG_CTOR( SortableGridDataModel, SortableGridDataModel_checkInvariants ); in DBG_NAME()
153 SortableGridDataModel::SortableGridDataModel( SortableGridDataModel const & i_copySource ) in SortableGridDataModel() function in toolkit::SortableGridDataModel
166 DBG_CTOR( SortableGridDataModel, SortableGridDataModel_checkInvariants ); in SortableGridDataModel()
174 SortableGridDataModel::~SortableGridDataModel() in ~SortableGridDataModel()
182 DBG_DTOR( SortableGridDataModel, SortableGridDataModel_checkInvariants ); in ~SortableGridDataModel()
186 Any SAL_CALL SortableGridDataModel::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
195 void SAL_CALL SortableGridDataModel::acquire( ) throw () in acquire()
201 void SAL_CALL SortableGridDataModel::release( ) throw () in release()
207 Sequence< Type > SAL_CALL SortableGridDataModel::getTypes( ) throw (RuntimeException) in getTypes()
214 …Sequence< ::sal_Int8 > SAL_CALL SortableGridDataModel::getImplementationId( ) throw (RuntimeExcep… in getImplementationId()
232 …void SAL_CALL SortableGridDataModel::initialize( const Sequence< Any >& i_arguments ) throw (Excep… in initialize()
268 …GridDataEvent SortableGridDataModel::impl_createPublicEvent( GridDataEvent const & i_originalEvent… in impl_createPublicEvent()
271 aEvent.Source = *const_cast< SortableGridDataModel* >( this ); in impl_createPublicEvent()
278 …void SortableGridDataModel::impl_broadcast( void ( SAL_CALL XGridDataListener::*i_listenerMethod )… in impl_broadcast()
290 …void SAL_CALL SortableGridDataModel::rowsInserted( const GridDataEvent& i_event ) throw (RuntimeEx… in rowsInserted()
324 void SortableGridDataModel::impl_rebuildIndexesAndNotify( MethodGuard& i_instanceLock ) in impl_rebuildIndexesAndNotify()
350 …void SAL_CALL SortableGridDataModel::rowsRemoved( const GridDataEvent& i_event ) throw (RuntimeExc… in rowsRemoved()
411 …void SAL_CALL SortableGridDataModel::dataChanged( const GridDataEvent& i_event ) throw (RuntimeExc… in dataChanged()
421 …void SAL_CALL SortableGridDataModel::rowHeadingChanged( const GridDataEvent& i_event ) throw (Runt… in rowHeadingChanged()
431 …void SAL_CALL SortableGridDataModel::disposing( const EventObject& i_event ) throw (RuntimeExcepti… in disposing()
479 …bool SortableGridDataModel::impl_reIndex_nothrow( ::sal_Int32 const i_columnIndex, sal_Bool const … in impl_reIndex_nothrow()
525 …void SAL_CALL SortableGridDataModel::sortByColumn( ::sal_Int32 i_columnIndex, ::sal_Bool i_sortAsc… in sortByColumn()
547 void SortableGridDataModel::impl_removeColumnSort_noBroadcast() in impl_removeColumnSort_noBroadcast()
557 void SortableGridDataModel::impl_removeColumnSort( MethodGuard& i_instanceLock ) in impl_removeColumnSort()
568 void SAL_CALL SortableGridDataModel::removeColumnSort( ) throw (RuntimeException) in removeColumnSort()
576 …Pair< ::sal_Int32, ::sal_Bool > SAL_CALL SortableGridDataModel::getCurrentSortOrder( ) throw (Run… in getCurrentSortOrder()
585 …void SAL_CALL SortableGridDataModel::addRow( const Any& i_heading, const Sequence< Any >& i_data )… in addRow()
596 …void SAL_CALL SortableGridDataModel::addRows( const Sequence< Any >& i_headings, const Sequence< S… in addRows()
607 …void SAL_CALL SortableGridDataModel::insertRow( ::sal_Int32 i_index, const Any& i_heading, const S… in insertRow()
621 …void SAL_CALL SortableGridDataModel::insertRows( ::sal_Int32 i_index, const Sequence< Any>& i_head… in insertRows()
635 …void SAL_CALL SortableGridDataModel::removeRow( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBoundsEx… in removeRow()
648 void SAL_CALL SortableGridDataModel::removeAllRows( ) throw (RuntimeException) in removeAllRows()
659 …void SAL_CALL SortableGridDataModel::updateCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowI… in updateCellData()
672 …void SAL_CALL SortableGridDataModel::updateRowData( const Sequence< ::sal_Int32 >& i_columnIndexes… in updateRowData()
685 …void SAL_CALL SortableGridDataModel::updateRowHeading( ::sal_Int32 i_rowIndex, const Any& i_headin… in updateRowHeading()
698 …void SAL_CALL SortableGridDataModel::updateCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_r… in updateCellToolTip()
711 …void SAL_CALL SortableGridDataModel::updateRowToolTip( ::sal_Int32 i_rowIndex, const Any& i_value … in updateRowToolTip()
724 …void SAL_CALL SortableGridDataModel::addGridDataListener( const Reference< XGridDataListener >& i_… in addGridDataListener()
730 …void SAL_CALL SortableGridDataModel::removeGridDataListener( const Reference< XGridDataListener >&… in removeGridDataListener()
736 ::sal_Int32 SAL_CALL SortableGridDataModel::getRowCount() throw (RuntimeException) in getRowCount()
747 ::sal_Int32 SAL_CALL SortableGridDataModel::getColumnCount() throw (RuntimeException) in getColumnCount()
758 …Any SAL_CALL SortableGridDataModel::getCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex… in getCellData()
771 …Any SAL_CALL SortableGridDataModel::getCellToolTip( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIn… in getCellToolTip()
784 …Any SAL_CALL SortableGridDataModel::getRowHeading( ::sal_Int32 i_rowIndex ) throw (IndexOutOfBound… in getRowHeading()
797 …Sequence< Any > SAL_CALL SortableGridDataModel::getRowData( ::sal_Int32 i_rowIndex ) throw (IndexO… in getRowData()
810 void SAL_CALL SortableGridDataModel::disposing() in disposing()
829 Reference< XCloneable > SAL_CALL SortableGridDataModel::createClone( ) throw (RuntimeException) in createClone()
834 return new SortableGridDataModel( *this ); in createClone()
838 … ::rtl::OUString SAL_CALL SortableGridDataModel::getImplementationName( ) throw (RuntimeException) in getImplementationName()
844 …::sal_Bool SAL_CALL SortableGridDataModel::supportsService( const ::rtl::OUString& i_serviceName )… in supportsService()
854 …Sequence< ::rtl::OUString > SAL_CALL SortableGridDataModel::getSupportedServiceNames( ) throw (Ru… in getSupportedServiceNames()
862 …::sal_Int32 SortableGridDataModel::impl_getPrivateRowIndex_throw( ::sal_Int32 const i_publicRowInd… in impl_getPrivateRowIndex_throw()
865 …throw IndexOutOfBoundsException( ::rtl::OUString(), *const_cast< SortableGridDataModel* >( this ) … in impl_getPrivateRowIndex_throw()
880 …::sal_Int32 SortableGridDataModel::impl_getPublicRowIndex_nothrow( ::sal_Int32 const i_privateRowI… in impl_getPublicRowIndex_nothrow()
901 return *( new ::toolkit::SortableGridDataModel( i_factory ) ); in SortableGridDataModel_CreateInstance()