Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/control/
H A Dunoctitm.cxx324 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 Dsfxstatuslistener.cxx206 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 Dstatcach.cxx307 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 Dbindings.cxx2115 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()
/trunk/main/sfx2/inc/sfx2/
H A Dunoctitm.hxx120 class SfxOfficeDispatch : public SfxStatusDispatcher class
126 SfxOfficeDispatch( SfxBindings& rBind,
130 SfxOfficeDispatch( SfxDispatcher* pDispat,
133 ~SfxOfficeDispatch();
171 SfxOfficeDispatch* pDispatch;
183 SfxDispatchController_Impl( SfxOfficeDispatch* pDisp,
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx547 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()
/trunk/main/sfx2/source/statbar/
H A Dstbitem.cxx238 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()
/trunk/main/sfx2/source/view/
H A Dviewimp.hxx43 class SfxOfficeDispatch;
H A Dsfxbasecontroller.cxx809 rtl::OUString aMasterCommand = SfxOfficeDispatch::GetMasterUnoCommand( aURL ); in queryDispatch()
924 …return REFERENCE< XDISPATCH >( new SfxOfficeDispatch( pAct->GetBindings(), pAct->GetDispatcher(), … in queryDispatch()
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx2029 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 74 milliseconds