Home
last modified time | relevance | path

Searched refs:xSystemShellExecute (Results 1 – 9 of 9) sorted by relevance

/trunk/main/framework/source/dispatch/
H A Dmailtodispatcher.cxx275 css::uno::Reference< css::system::XSystemShellExecute > xSystemShellExecute( in implts_dispatch() local
277 if (xSystemShellExecute.is()) in implts_dispatch()
284xSystemShellExecute->execute( aURL.Complete, ::rtl::OUString(), css::system::SystemShellExecuteFla… in implts_dispatch()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx951 Reference< XSystemShellExecute > xSystemShellExecute( in OpenDocExec_Impl() local
954 if ( xSystemShellExecute.is() ) in OpenDocExec_Impl()
970xSystemShellExecute->execute( aURLString, ::rtl::OUString(), SystemShellExecuteFlags::DEFAULTS ); in OpenDocExec_Impl()
1086xSystemShellExecute->execute( aURLString, ::rtl::OUString(), SystemShellExecuteFlags::DEFAULTS ); in OpenDocExec_Impl()
/trunk/main/odk/examples/cpp/complextoolbarcontrols/
H A DMyProtocolHandler.cxx238 Reference< XSystemShellExecute > xSystemShellExecute( in dispatch() local
242xSystemShellExecute->execute( sURL, ::rtl::OUString(), SystemShellExecuteFlags::DEFAULTS ); in dispatch()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx712 ::com::sun::star::uno::Reference< XSystemShellExecute > xSystemShellExecute( in ExecMisc_Impl()
717 if ( xSystemShellExecute.is() ) in ExecMisc_Impl()
721 xSystemShellExecute->execute( in ExecMisc_Impl()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx881 … uno::Reference< ::com::sun::star::system::XSystemShellExecute > xSystemShellExecute( in doVerb() local
884xSystemShellExecute->execute(m_aTempDumpURL, ::rtl::OUString(), ::com::sun::star::system::SystemSh… in doVerb()
/trunk/main/framework/source/services/
H A Dbackingwindow.cxx933 Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute( in IMPL_LINK() local
937xSystemShellExecute->execute( sURL, rtl::OUString(), com::sun::star::system::SystemShellExecuteFla… in IMPL_LINK()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx628 uno::Reference< XSystemShellExecute > xSystemShellExecute( in openWebBrowser() local
631 xSystemShellExecute->execute( sURL, OUString(), SystemShellExecuteFlags::DEFAULTS ); in openWebBrowser()
H A Ddp_gui_updatedialog.cxx1477 uno::Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute( in IMPL_LINK() local
1479 xSystemShellExecute->execute( in IMPL_LINK()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2628 Reference< ::com::sun::star::system::XSystemShellExecute > xSystemShellExecute(
2631 if ( sURL.getLength() > 0 && xSystemShellExecute.is() )
2636 xSystemShellExecute->execute(

Completed in 104 milliseconds