Lines Matching refs:rBHelper

88 …::cppu::OInterfaceContainerHelper* pListeners = rBHelper.getContainer( XGridDataListener::static_t…  in broadcast()
99 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getRowCount()
106 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getColumnCount()
152 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getCellData()
159 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getCellToolTip()
166 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getRowHeading()
177 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in getRowData()
220 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in insertRow()
246 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in insertRows()
282 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in removeRow()
300 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in removeAllRows()
315 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in updateCellData()
329 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in updateRowData()
369 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in updateRowHeading()
386 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in updateCellToolTip()
393 ::comphelper::ComponentGuard aGuard( *this, rBHelper ); in updateRowToolTip()
403 rBHelper.addListener( XGridDataListener::static_type(), i_listener ); in addGridDataListener()
409 rBHelper.removeListener( XGridDataListener::static_type(), i_listener ); in removeGridDataListener()
417 rBHelper.aLC.disposeAndClear( aEvent ); in disposing()