Lines Matching refs:rBHelper

176         if ( !rBHelper.bDisposed )  in ~SortableGridDataModel()
234 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in initialize()
281 …::cppu::OInterfaceContainerHelper* pListeners = rBHelper.getContainer( XGridDataListener::static_t… in impl_broadcast()
292 MethodGuard aGuard( *this, rBHelper ); in rowsInserted()
352 MethodGuard aGuard( *this, rBHelper ); in rowsRemoved()
413 MethodGuard aGuard( *this, rBHelper ); in dataChanged()
423 MethodGuard aGuard( *this, rBHelper ); in rowHeadingChanged()
527 MethodGuard aGuard( *this, rBHelper ); in sortByColumn()
570 MethodGuard aGuard( *this, rBHelper ); in removeColumnSort()
578 MethodGuard aGuard( *this, rBHelper ); in getCurrentSortOrder()
587 MethodGuard aGuard( *this, rBHelper ); in addRow()
598 MethodGuard aGuard( *this, rBHelper ); in addRows()
609 MethodGuard aGuard( *this, rBHelper ); in insertRow()
623 MethodGuard aGuard( *this, rBHelper ); in insertRows()
637 MethodGuard aGuard( *this, rBHelper ); in removeRow()
650 MethodGuard aGuard( *this, rBHelper ); in removeAllRows()
661 MethodGuard aGuard( *this, rBHelper ); in updateCellData()
674 MethodGuard aGuard( *this, rBHelper ); in updateRowData()
687 MethodGuard aGuard( *this, rBHelper ); in updateRowHeading()
700 MethodGuard aGuard( *this, rBHelper ); in updateCellToolTip()
713 MethodGuard aGuard( *this, rBHelper ); in updateRowToolTip()
726 rBHelper.addListener( XGridDataListener::static_type(), i_listener ); in addGridDataListener()
732 rBHelper.removeListener( XGridDataListener::static_type(), i_listener ); in removeGridDataListener()
738 MethodGuard aGuard( *this, rBHelper ); in getRowCount()
749 MethodGuard aGuard( *this, rBHelper ); in getColumnCount()
760 MethodGuard aGuard( *this, rBHelper ); in getCellData()
773 MethodGuard aGuard( *this, rBHelper ); in getCellToolTip()
786 MethodGuard aGuard( *this, rBHelper ); in getRowHeading()
799 MethodGuard aGuard( *this, rBHelper ); in getRowData()
831 MethodGuard aGuard( *this, rBHelper ); in createClone()