Lines Matching refs:i_rEvent

2675 void SAL_CALL UnoListBoxControl::listItemInserted( const awt::ItemListEvent& i_rEvent ) throw (uno:…  in listItemInserted()  argument
2680 xPeerListener->listItemInserted( i_rEvent ); in listItemInserted()
2683 void SAL_CALL UnoListBoxControl::listItemRemoved( const awt::ItemListEvent& i_rEvent ) throw (uno::… in listItemRemoved() argument
2688 xPeerListener->listItemRemoved( i_rEvent ); in listItemRemoved()
2691 void SAL_CALL UnoListBoxControl::listItemModified( const awt::ItemListEvent& i_rEvent ) throw (uno:… in listItemModified() argument
2696 xPeerListener->listItemModified( i_rEvent ); in listItemModified()
2699 void SAL_CALL UnoListBoxControl::allItemsRemoved( const lang::EventObject& i_rEvent ) throw (uno::R… in allItemsRemoved() argument
2704 xPeerListener->allItemsRemoved( i_rEvent ); in allItemsRemoved()
2707 void SAL_CALL UnoListBoxControl::itemListChanged( const lang::EventObject& i_rEvent ) throw (uno::R… in itemListChanged() argument
2712 xPeerListener->itemListChanged( i_rEvent ); in itemListChanged()
2958 void SAL_CALL UnoComboBoxControl::listItemInserted( const awt::ItemListEvent& i_rEvent ) throw (uno… in listItemInserted() argument
2963 xPeerListener->listItemInserted( i_rEvent ); in listItemInserted()
2966 void SAL_CALL UnoComboBoxControl::listItemRemoved( const awt::ItemListEvent& i_rEvent ) throw (uno:… in listItemRemoved() argument
2971 xPeerListener->listItemRemoved( i_rEvent ); in listItemRemoved()
2974 void SAL_CALL UnoComboBoxControl::listItemModified( const awt::ItemListEvent& i_rEvent ) throw (uno… in listItemModified() argument
2979 xPeerListener->listItemModified( i_rEvent ); in listItemModified()
2982 void SAL_CALL UnoComboBoxControl::allItemsRemoved( const lang::EventObject& i_rEvent ) throw (uno::… in allItemsRemoved() argument
2987 xPeerListener->allItemsRemoved( i_rEvent ); in allItemsRemoved()
2990 void SAL_CALL UnoComboBoxControl::itemListChanged( const lang::EventObject& i_rEvent ) throw (uno::… in itemListChanged() argument
2995 xPeerListener->itemListChanged( i_rEvent ); in itemListChanged()