Searched refs:SfxStatusListener (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sfx2/source/control/ |
| H A D | sfxstatuslistener.cxx | 57 SFX_IMPL_XINTERFACE_3( SfxStatusListener, OWeakObject, ::com::sun::star::lang::XComponent, ::com::s… in SFX_IMPL_XINTERFACE_3() argument 58 SFX_IMPL_XTYPEPROVIDER_3( SfxStatusListener, ::com::sun::star::lang::XComponent, ::com::sun::star::… in SFX_IMPL_XINTERFACE_3() 60 SfxStatusListener::SfxStatusListener( const Reference< XDispatchProvider >& rDispatchProvider, sal_… in SFX_IMPL_XINTERFACE_3() 73 SfxStatusListener::~SfxStatusListener() in ~SfxStatusListener() 78 void SfxStatusListener::StateChanged( sal_uInt16, SfxItemState, const SfxPoolItem* ) in StateChanged() 83 void SfxStatusListener::Bind() in Bind() 99 void SfxStatusListener::Bind( sal_uInt16 nSlotId, const rtl::OUString& rNewCommand ) in Bind() 126 void SfxStatusListener::UnBind() in UnBind() 136 void SfxStatusListener::ReBind() in ReBind() 156 void SAL_CALL SfxStatusListener::dispose() throw( ::com::sun::star::uno::RuntimeException ) in dispose() [all …]
|
| /AOO42X/main/sfx2/inc/sfx2/ |
| H A D | sfxstatuslistener.hxx | 46 class SFX2_DLLPUBLIC SfxStatusListener : class 55 …SfxStatusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProvi… 56 virtual ~SfxStatusListener(); 79 SfxStatusListener( const SfxStatusListener& ); 80 SfxStatusListener(); 81 SfxStatusListener& operator=( const SfxStatusListener& );
|
| /AOO42X/main/svx/source/tbxctrls/ |
| H A D | tbcontrl.cxx | 317 class SfxStyleControllerItem_Impl : public SfxStatusListener 1660 : SfxStatusListener( rDispatchProvider, nSlotId, rCommand ), in SfxStyleControllerItem_Impl()
|