Searched refs:CSysShExec (Results 1 – 3 of 3) sorted by relevance
263 CSysShExec::CSysShExec( ) : in CSysShExec() function in CSysShExec281 void SAL_CALL CSysShExec::execute( const OUString& aCommand, const OUString& aParameter, sal_Int32 … in execute()353 OUString SAL_CALL CSysShExec::getImplementationName( ) in getImplementationName()363 sal_Bool SAL_CALL CSysShExec::supportsService( const OUString& ServiceName ) in supportsService()379 Sequence< OUString > SAL_CALL CSysShExec::getSupportedServiceNames( ) in getSupportedServiceNames()
49 class CSysShExec : class56 CSysShExec( );
63 return Reference< XInterface >( static_cast< XSystemShellExecute* >( new CSysShExec( ) ) ); in createInstance()
Completed in 24 milliseconds