/aoo42x/main/framework/source/uielement/ |
H A D | objectmenucontroller.cxx | 152 void ObjectMenuController::impl_select(const Reference< XDispatch >& _xDispatch,const ::com::sun::s… in impl_select() argument 157 OSL_ENSURE(_xDispatch.is(),"ObjectMenuController::impl_select: No dispatch"); in impl_select() 158 if ( _xDispatch.is() ) in impl_select() 159 _xDispatch->dispatch( aTargetURL, aArgs ); in impl_select()
|
H A D | fontmenucontroller.cxx | 176 void FontMenuController::impl_select(const Reference< XDispatch >& _xDispatch,const ::com::sun::sta… in impl_select() argument 185 OSL_ENSURE(_xDispatch.is(),"FontMenuController::impl_select: No dispatch"); in impl_select() 186 if ( _xDispatch.is() ) in impl_select() 187 _xDispatch->dispatch( aTargetURL, aArgs ); in impl_select()
|
H A D | headermenucontroller.cxx | 245 void HeaderMenuController::impl_select(const Reference< XDispatch >& _xDispatch,const ::com::sun::s… in impl_select() argument 250 OSL_ENSURE(_xDispatch.is(),"HeaderMenuController::impl_select: No dispatch"); in impl_select() 251 if ( _xDispatch.is() ) in impl_select() 252 _xDispatch->dispatch( aTargetURL, aArgs ); in impl_select()
|
H A D | fontsizemenucontroller.cxx | 318 void FontSizeMenuController::impl_select(const Reference< XDispatch >& _xDispatch,const ::com::sun:… in impl_select() argument 323 OSL_ENSURE(_xDispatch.is(),"FontSizeMenuController::impl_select: No dispatch"); in impl_select() 324 if ( _xDispatch.is() ) in impl_select() 325 _xDispatch->dispatch( aTargetURL, aArgs ); in impl_select()
|
H A D | langselectionmenucontroller.cxx | 164 void LanguageSelectionMenuController::impl_select(const Reference< XDispatch >& _xDispatch,const ::… in impl_select() argument 166 Reference< XDispatch > xDispatch = _xDispatch; in impl_select()
|
/aoo42x/main/svtools/source/uno/ |
H A D | popupmenucontrollerbase.cxx | 149 void PopupMenuControllerBase::impl_select(const Reference< XDispatch >& _xDispatch,const URL& aURL) in impl_select() argument 152 OSL_ENSURE(_xDispatch.is(),"PopupMenuControllerBase::impl_select: No dispatch"); in impl_select() 153 if ( _xDispatch.is() ) in impl_select() 154 _xDispatch->dispatch( aURL, aArgs ); in impl_select()
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | Desktop.java | 161 public static void dispatchURL(XDispatch _xDispatch, com.sun.star.util.URL oURL) in dispatchURL() argument 164 _xDispatch.dispatch(oURL, oArg); in dispatchURL()
|
/aoo42x/main/framework/inc/uielement/ |
H A D | objectmenucontroller.hxx | 76 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
|
H A D | headermenucontroller.hxx | 79 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
|
H A D | fontmenucontroller.hxx | 81 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
|
H A D | fontsizemenucontroller.hxx | 79 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
|
H A D | controlmenucontroller.hxx | 87 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
|
H A D | macrosmenucontroller.hxx | 77 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
|
H A D | langselectionmenucontroller.hxx | 84 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | popupmenucontrollerbase.hxx | 120 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
|