Searched refs:SfxOfficeDispatch (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sfx2/source/control/ |
H A D | unoctitm.cxx | 324 SFX_IMPL_XINTERFACE_1( SfxOfficeDispatch, SfxStatusDispatcher, ::com::sun::star::lang::XUnoTunnel ) in SFX_IMPL_XINTERFACE_1() argument 360 SfxOfficeDispatch::SfxOfficeDispatch( SfxBindings& rBindings, SfxDispatcher* pDispat, const SfxSlot… in SfxOfficeDispatch() function in SfxOfficeDispatch 368 SfxOfficeDispatch::SfxOfficeDispatch( SfxDispatcher* pDispat, const SfxSlot* pSlot, const ::com::su… in SfxOfficeDispatch() function in SfxOfficeDispatch 376 SfxOfficeDispatch::~SfxOfficeDispatch() in ~SfxOfficeDispatch() 388 const ::com::sun::star::uno::Sequence< sal_Int8 >& SfxOfficeDispatch::impl_getStaticIdentifier() in impl_getStaticIdentifier() 442 SfxDispatcher* SfxOfficeDispatch::GetDispatcher_Impl() in GetDispatcher_Impl() 453 void SfxOfficeDispatch::SetMasterUnoCommand( sal_Bool bSet ) in SetMasterUnoCommand() 459 sal_Bool SfxOfficeDispatch::IsMasterUnoCommand() const in IsMasterUnoCommand() 467 sal_Bool SfxOfficeDispatch::IsMasterUnoCommand( const ::com::sun::star::util::URL& aURL ) in IsMasterUnoCommand() 476 rtl::OUString SfxOfficeDispatch::GetMasterUnoCommand( const ::com::sun::star::util::URL& aURL ) in GetMasterUnoCommand() [all …]
|
H A D | sfxstatuslistener.cxx | 206 SfxOfficeDispatch* pDisp = NULL; in statusChanged() 209 … sal_Int64 nImplementation = xTunnel->getSomething(SfxOfficeDispatch::impl_getStaticIdentifier()); in statusChanged() 210 …pDisp = reinterpret_cast< SfxOfficeDispatch* >(sal::static_int_cast< sal_IntPtr >( nImplementation… in statusChanged()
|
H A D | statcach.cxx | 307 SfxOfficeDispatch* pDisp = NULL; in GetSlotServer() 310 … sal_Int64 nImplementation = xTunnel->getSomething(SfxOfficeDispatch::impl_getStaticIdentifier()); in GetSlotServer() 311 …pDisp = reinterpret_cast< SfxOfficeDispatch* >(sal::static_int_cast< sal_IntPtr >( nImplementation… in GetSlotServer()
|
H A D | bindings.cxx | 2115 SfxOfficeDispatch* pDisp = NULL; in QueryState() 2118 … sal_Int64 nImplementation = xTunnel->getSomething(SfxOfficeDispatch::impl_getStaticIdentifier()); in QueryState() 2119 …pDisp = reinterpret_cast< SfxOfficeDispatch* >( sal::static_int_cast< sal_IntPtr >( nImplementatio… in QueryState() 2407 SfxOfficeDispatch* pDispatch = bMasterCommand ? in GetDispatch() 2408 new SfxOfficeDispatch( pDispatcher, pSlot, aURL ) : in GetDispatch() 2409 new SfxOfficeDispatch( *this, pDispatcher, pSlot, aURL ); in GetDispatch()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | unoctitm.hxx | 120 class SfxOfficeDispatch : public SfxStatusDispatcher class 126 SfxOfficeDispatch( SfxBindings& rBind, 130 SfxOfficeDispatch( SfxDispatcher* pDispat, 133 ~SfxOfficeDispatch(); 171 SfxOfficeDispatch* pDispatch; 183 SfxDispatchController_Impl( SfxOfficeDispatch* pDisp,
|
/aoo42x/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 547 SfxOfficeDispatch* pDisp = NULL; in statusChanged() 550 … sal_Int64 nImplementation = xTunnel->getSomething(SfxOfficeDispatch::impl_getStaticIdentifier()); in statusChanged() 551 …pDisp = reinterpret_cast< SfxOfficeDispatch* >( sal::static_int_cast< sal_IntPtr >( nImplementatio… in statusChanged() 1120 SfxOfficeDispatch* pDisp = NULL; in statusChanged() 1123 … sal_Int64 nImplementation = xTunnel->getSomething(SfxOfficeDispatch::impl_getStaticIdentifier()); in statusChanged() 1124 …pDisp = reinterpret_cast< SfxOfficeDispatch* >( sal::static_int_cast< sal_IntPtr >( nImplementatio… in statusChanged()
|
/aoo42x/main/sfx2/source/statbar/ |
H A D | stbitem.cxx | 238 SfxOfficeDispatch* pDisp = NULL; in statusChanged() 241 … sal_Int64 nImplementation = xTunnel->getSomething(SfxOfficeDispatch::impl_getStaticIdentifier()); in statusChanged() 242 …pDisp = reinterpret_cast< SfxOfficeDispatch* >(sal::static_int_cast< sal_IntPtr >( nImplementation… in statusChanged()
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewimp.hxx | 43 class SfxOfficeDispatch;
|
H A D | sfxbasecontroller.cxx | 809 rtl::OUString aMasterCommand = SfxOfficeDispatch::GetMasterUnoCommand( aURL ); in queryDispatch() 924 …return REFERENCE< XDISPATCH >( new SfxOfficeDispatch( pAct->GetBindings(), pAct->GetDispatcher(), … in queryDispatch()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | appuno.cxx | 2029 bMasterCommand = SfxOfficeDispatch::IsMasterUnoCommand( aURL ); in queryDispatch() 2031 pSlot = pAppDisp->GetSlot( SfxOfficeDispatch::GetMasterUnoCommand( aURL ) ); in queryDispatch() 2038 SfxOfficeDispatch* pDispatch = new SfxOfficeDispatch( pAppDisp, pSlot, aURL ) ; in queryDispatch()
|
Completed in 69 milliseconds