Home
last modified time | relevance | path

Searched refs:_xDispatch (Results 1 – 15 of 15) sorted by relevance

/trunk/main/framework/source/uielement/
H A Dobjectmenucontroller.cxx152 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 Dfontmenucontroller.cxx176 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 Dheadermenucontroller.cxx245 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 Dfontsizemenucontroller.cxx318 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 Dlangselectionmenucontroller.cxx164 void LanguageSelectionMenuController::impl_select(const Reference< XDispatch >& _xDispatch,const ::… in impl_select() argument
166 Reference< XDispatch > xDispatch = _xDispatch; in impl_select()
/trunk/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx149 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()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DDesktop.java161 public static void dispatchURL(XDispatch _xDispatch, com.sun.star.util.URL oURL) in dispatchURL() argument
164 _xDispatch.dispatch(oURL, oArg); in dispatchURL()
/trunk/main/framework/inc/uielement/
H A Dobjectmenucontroller.hxx76 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
H A Dheadermenucontroller.hxx79 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
H A Dfontmenucontroller.hxx81 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
H A Dfontsizemenucontroller.hxx79 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
H A Dmacrosmenucontroller.hxx77 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
H A Dcontrolmenucontroller.hxx87 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
H A Dlangselectionmenucontroller.hxx84 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…
/trunk/main/svtools/inc/svtools/
H A Dpopupmenucontrollerbase.hxx120 …:com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch >& _xDispatch,const ::com::sun…

Completed in 38 milliseconds