Lines Matching refs:aEvt

123 				bCheck = static_cast< T* >( pxInt->get() )->method(aEvt);		  \
905 RowsChangeEvent aEvt(*this,RowChangeAction::INSERT,1,aChangedBookmarks); in insertRow() local
906 notifyAllListenersRowBeforeChange(aGuard,aEvt); in insertRow()
922 notifyAllListenersRowChanged(aGuard,aEvt); in insertRow()
968 RowsChangeEvent aEvt(*this,RowChangeAction::UPDATE,1,aChangedBookmarks); in updateRow() local
969 notifyAllListenersRowBeforeChange(aGuard,aEvt); in updateRow()
974 aEvt.Bookmarks = Sequence<Any>(&(*aBookmarks.begin()),aBookmarks.size()); in updateRow()
975 aEvt.Rows += aBookmarks.size(); in updateRow()
994 notifyAllListenersRowChanged(aGuard,aEvt); in updateRow()
1041 RowsChangeEvent aEvt(*this,RowChangeAction::DELETE,1,aChangedBookmarks); in deleteRow() local
1042 notifyAllListenersRowBeforeChange(aGuard,aEvt); in deleteRow()
1052 notifyAllListenersRowChanged(aGuard,aEvt); in deleteRow()
1129 EventObject aEvt(*m_pMySelf); in notifyAllListeners() local
1131 m_aRowsetListeners.notifyEach( &XRowSetListener::rowSetChanged, aEvt ); in notifyAllListeners()
1137 EventObject aEvt(*m_pMySelf); in notifyAllListenersCursorMoved() local
1139 m_aRowsetListeners.notifyEach( &XRowSetListener::cursorMoved, aEvt ); in notifyAllListenersCursorMoved()
1143 …et::notifyAllListenersRowChanged(::osl::ResettableMutexGuard& _rGuard, const RowsChangeEvent& aEvt) in notifyAllListenersRowChanged() argument
1146 m_aRowsetListeners.notifyEach( &XRowSetListener::rowChanged, (EventObject)aEvt ); in notifyAllListenersRowChanged()
1147 m_aRowsChangeListener.notifyEach( &XRowsChangeListener::rowsChanged, aEvt ); in notifyAllListenersRowChanged()
1153 EventObject aEvt(*m_pMySelf); in notifyAllListenersCursorBeforeMove() local
1158 …:notifyAllListenersRowBeforeChange(::osl::ResettableMutexGuard& _rGuard,const RowChangeEvent &aEvt) in notifyAllListenersRowBeforeChange() argument
1544 EventObject aEvt(*this); in approveExecution() local
1552 if ( xListener.is() && !xListener->approveRowSetChange( aEvt ) ) in approveExecution()
2106 RowsChangeEvent aEvt(*this,RowChangeAction::DELETE,rows.getLength(),aChangedBookmarks); in deleteRows() local
2108 notifyAllListenersRowBeforeChange(aGuard,aEvt); in deleteRows()
2131 aEvt.Rows = aResults.getLength(); in deleteRows()
2138 notifyAllListenersRowChanged(aGuard,aEvt); in deleteRows()