Home
last modified time | relevance | path

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

/AOO41X/main/framework/source/classes/
H A Dmenumanager.cxx433 pItemHandler->xMenuItemDispatch.clear(); in ~MenuManager()
510 REFERENCE< XDISPATCH > xMenuItemDispatch = xDispatchProvider->queryDispatch( in statusChanged() local
513 if ( xMenuItemDispatch.is() ) in statusChanged()
515 pStatusChangedMenu->xMenuItemDispatch = xMenuItemDispatch; in statusChanged()
517xMenuItemDispatch->addStatusListener( SAL_STATIC_CAST( XSTATUSLISTENER*, this ), aTargetURL ); in statusChanged()
540 if ( pItemHandler->xMenuItemDispatch.is() ) in ClearMenuDispatch()
546 pItemHandler->xMenuItemDispatch->removeStatusListener( in ClearMenuDispatch()
550 pItemHandler->xMenuItemDispatch.clear(); in ClearMenuDispatch()
581 if ( pMenuItemHandler->xMenuItemDispatch == Source.Source ) in disposing()
596 …pMenuItemDisposing->xMenuItemDispatch->removeStatusListener(SAL_STATIC_CAST( XSTATUSLISTENER*, thi… in disposing()
[all …]
/AOO41X/main/framework/source/uielement/
H A Dmenubarmanager.cxx368 pItemHandler->xMenuItemDispatch.clear(); in Destroy()
504 pItemHandler->xMenuItemDispatch.clear(); in frameAction()
603 pMenuItemHandler->xMenuItemDispatch.clear(); in statusChanged()
662 if ( pItemHandler->xMenuItemDispatch.is() ) in RemoveListener()
668 pItemHandler->xMenuItemDispatch->removeStatusListener( in RemoveListener()
672 pItemHandler->xMenuItemDispatch.clear(); in RemoveListener()
741 if ( pMenuItemHandler->xMenuItemDispatch.is() && in disposing()
742 pMenuItemHandler->xMenuItemDispatch == Source.Source ) in disposing()
763 pMenuItemDisposing->xMenuItemDispatch->removeStatusListener( in disposing()
765 pMenuItemDisposing->xMenuItemDispatch = Reference< XDispatch >(); in disposing()
[all …]
/AOO41X/main/framework/inc/classes/
H A Dmenumanager.hxx127 nItemId( aItemId ), pSubMenuManager( pManager ), xMenuItemDispatch( rDispatch ) {} in MenuItemHandler()
136 REFERENCE< XDISPATCH > xMenuItemDispatch; member
/AOO41X/main/framework/inc/uielement/
H A Dmenubarmanager.hxx207 xMenuItemDispatch( rDispatch ) {} in MenuItemHandler()
217 …:star::uno::Reference< ::com::sun::star::frame::XDispatch > xMenuItemDispatch;