Home
last modified time | relevance | path

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

/trunk/main/automation/source/server/
H A Dstatemnt.cxx442 class SlotStatusListener : public cppu::WeakImplHelper1< XStatusListener > class
445 SlotStatusListener();
467 SlotStatusListener::SlotStatusListener() in SlotStatusListener() function in SlotStatusListener
473 void SAL_CALL SlotStatusListener::statusChanged( const ::com::sun::star::frame::FeatureStateEvent& … in statusChanged()
483 void SAL_CALL SlotStatusListener::disposing( const ::com::sun::star::lang::EventObject& ) throw (::… in disposing()
613 … Reference < XStatusListener > xListener = ( XStatusListener* )new SlotStatusListener; in Execute()
615 if ( static_cast< SlotStatusListener* >(xListener.get())->bEnabled ) in Execute()