Searched refs:ShellExec (Results 1 – 3 of 3) sorted by relevance
109 ShellExec::ShellExec( const Reference< XComponentContext >& xContext ) : in ShellExec() function in ShellExec135 void SAL_CALL ShellExec::execute( const OUString& aCommand, const OUString& aParameter, sal_Int32 n… in execute()299 OUString SAL_CALL ShellExec::getImplementationName( ) in getImplementationName()309 sal_Bool SAL_CALL ShellExec::supportsService( const OUString& ServiceName ) in supportsService()325 Sequence< OUString > SAL_CALL ShellExec::getSupportedServiceNames( ) in getSupportedServiceNames()
41 class ShellExec : public ::cppu::WeakImplHelper2< com::sun::star::system::XSystemShellExecute, com:… class48 …ShellExec(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xCon…
61 … return Reference< XInterface >( static_cast< XSystemShellExecute* >( new ShellExec(xContext) ) ); in createInstance()
Completed in 13 milliseconds