Searched refs:xSystemShellExecute (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/framework/source/dispatch/ |
H A D | mailtodispatcher.cxx | 275 css::uno::Reference< css::system::XSystemShellExecute > xSystemShellExecute( in implts_dispatch() local 277 if (xSystemShellExecute.is()) in implts_dispatch() 284 …xSystemShellExecute->execute( aURL.Complete, ::rtl::OUString(), css::system::SystemShellExecuteFla… in implts_dispatch()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appopen.cxx | 951 Reference< XSystemShellExecute > xSystemShellExecute( in OpenDocExec_Impl() local 954 if ( xSystemShellExecute.is() ) in OpenDocExec_Impl() 970 … xSystemShellExecute->execute( aURLString, ::rtl::OUString(), SystemShellExecuteFlags::DEFAULTS ); in OpenDocExec_Impl() 1086 … xSystemShellExecute->execute( aURLString, ::rtl::OUString(), SystemShellExecuteFlags::DEFAULTS ); in OpenDocExec_Impl()
|
/aoo41x/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | MyProtocolHandler.cxx | 238 Reference< XSystemShellExecute > xSystemShellExecute( in dispatch() local 242 … xSystemShellExecute->execute( sURL, ::rtl::OUString(), SystemShellExecuteFlags::DEFAULTS ); in dispatch()
|
/aoo41x/main/sfx2/source/view/ |
H A D | viewsh.cxx | 712 ::com::sun::star::uno::Reference< XSystemShellExecute > xSystemShellExecute( in ExecMisc_Impl() 717 if ( xSystemShellExecute.is() ) in ExecMisc_Impl() 721 xSystemShellExecute->execute( in ExecMisc_Impl()
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | oleembed.cxx | 881 … uno::Reference< ::com::sun::star::system::XSystemShellExecute > xSystemShellExecute( in doVerb() local 884 …xSystemShellExecute->execute(m_aTempDumpURL, ::rtl::OUString(), ::com::sun::star::system::SystemSh… in doVerb()
|
/aoo41x/main/framework/source/services/ |
H A D | backingwindow.cxx | 933 Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute( in IMPL_LINK() local 937 …xSystemShellExecute->execute( sURL, rtl::OUString(), com::sun::star::system::SystemShellExecuteFla… in IMPL_LINK()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.cxx | 628 uno::Reference< XSystemShellExecute > xSystemShellExecute( in openWebBrowser() local 631 xSystemShellExecute->execute( sURL, OUString(), SystemShellExecuteFlags::DEFAULTS ); in openWebBrowser()
|
H A D | dp_gui_updatedialog.cxx | 1477 uno::Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute( in IMPL_LINK() local 1479 xSystemShellExecute->execute( in IMPL_LINK()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 2628 Reference< ::com::sun::star::system::XSystemShellExecute > xSystemShellExecute( 2631 if ( sURL.getLength() > 0 && xSystemShellExecute.is() ) 2636 xSystemShellExecute->execute(
|
Completed in 254 milliseconds