Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/main/framework/source/uielement/
H A Dmenubarmanager.cxx367 pItemHandler->xMenuItemDispatch.clear(); in Destroy()
503 pItemHandler->xMenuItemDispatch.clear(); in frameAction()
602 pMenuItemHandler->xMenuItemDispatch.clear(); in statusChanged()
661 if ( pItemHandler->xMenuItemDispatch.is() ) in RemoveListener()
667 pItemHandler->xMenuItemDispatch->removeStatusListener( in RemoveListener()
671 pItemHandler->xMenuItemDispatch.clear(); in RemoveListener()
740 if ( pMenuItemHandler->xMenuItemDispatch.is() && in disposing()
741 pMenuItemHandler->xMenuItemDispatch == Source.Source ) in disposing()
762 pMenuItemDisposing->xMenuItemDispatch->removeStatusListener( in disposing()
764 pMenuItemDisposing->xMenuItemDispatch = Reference< XDispatch >(); in disposing()
[all …]
/trunk/main/framework/inc/classes/
H A Dmenumanager.hxx127 nItemId( aItemId ), pSubMenuManager( pManager ), xMenuItemDispatch( rDispatch ) {} in MenuItemHandler()
136 REFERENCE< XDISPATCH > xMenuItemDispatch; member
/trunk/main/framework/inc/uielement/
H A Dmenubarmanager.hxx207 xMenuItemDispatch( rDispatch ) {} in MenuItemHandler()
217 …:star::uno::Reference< ::com::sun::star::frame::XDispatch > xMenuItemDispatch;