Home
last modified time | relevance | path

Searched refs:allItemsRemoved (Results 1 – 5 of 5) sorted by relevance

/trunk/main/offapi/com/sun/star/awt/
H A DXItemListListener.idl61 void allItemsRemoved(
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx2230 m_aItemListListeners.notifyEach( &XItemListListener::allItemsRemoved, aEvent ); in impl_handleRemove()
2699 void SAL_CALL UnoListBoxControl::allItemsRemoved( const lang::EventObject& i_rEvent ) in allItemsRemoved() function in UnoListBoxControl
2704 xPeerListener->allItemsRemoved( i_rEvent ); in allItemsRemoved()
2982 void SAL_CALL UnoComboBoxControl::allItemsRemoved( const lang::EventObject& i_rEvent ) in allItemsRemoved() function in UnoComboBoxControl
2987 xPeerListener->allItemsRemoved( i_rEvent ); in allItemsRemoved()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx733 virtual void SAL_CALL allItemsRemoved( const ::com::sun::star::lang::EventObject& Event );
798 virtual void SAL_CALL allItemsRemoved( const ::com::sun::star::lang::EventObject& Event );
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx890 virtual void SAL_CALL allItemsRemoved( const ::com::sun::star::lang::EventObject& Event );
992 virtual void SAL_CALL allItemsRemoved( const ::com::sun::star::lang::EventObject& Event );
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2142 void SAL_CALL VCLXListBox::allItemsRemoved( const EventObject& i_rEvent ) in allItemsRemoved() function in VCLXListBox
4303 void SAL_CALL VCLXComboBox::allItemsRemoved( const EventObject& i_rEvent ) in allItemsRemoved() function in VCLXComboBox