| /trunk/main/pyuno/source/module/ |
| H A D | pyuno_impl.hxx | 147 PyRef AnyToPyObject (const com::sun::star::uno::Any & a, const Runtime &r ) 153 void raiseInvocationTargetExceptionWhenNeeded( const Runtime &runtime ) 166 PyObject* PyUNO_Type_new (const char *typeName , com::sun::star::uno::TypeClass t , const Runtime &… 167 PyObject* PyUNO_Enum_new( const char *enumBase, const char *enumValue, const Runtime &r ); 168 PyObject* PyUNO_char_new (sal_Unicode c , const Runtime &r); 169 PyObject *PyUNO_ByteSequence_new( const com::sun::star::uno::Sequence< sal_Int8 > &, const Runtime … 173 PyRef getTypeClass( const Runtime &); 174 PyRef getEnumClass( const Runtime &); 175 PyRef getBoolClass( const Runtime &); 176 PyRef getCharClass( const Runtime &); [all …]
|
| H A D | pyuno_runtime.cxx | 328 void Runtime::initialize( const Reference< XComponentContext > & ctx ) in initialize() 347 bool Runtime::isInitialized() throw ( RuntimeException ) in isInitialized() 355 void Runtime::finalize() throw (RuntimeException) in finalize() 372 Runtime::Runtime() throw( RuntimeException ) in Runtime() function in pyuno::Runtime 388 Runtime::Runtime( const Runtime & r ) in Runtime() function in pyuno::Runtime 394 Runtime::~Runtime() in ~Runtime() 399 Runtime & Runtime::operator = ( const Runtime & r ) in operator =() 408 PyRef Runtime::any2PyObject (const Any &a ) const in any2PyObject() 629 static Sequence< Type > invokeGetTypes( const Runtime & r , PyObject * o ) in invokeGetTypes() 656 Any Runtime::pyObject2Any ( const PyRef & source, enum ConversionMode mode ) const in pyObject2Any() [all …]
|
| H A D | pyuno_module.cxx | 77 const Runtime &runtime) throw ( RuntimeException ) in fillStructWithInitializer() 148 if( Runtime::isInitialized() ) in getComponentContext() 150 Runtime runtime; in getComponentContext() 185 if( ! Runtime::isInitialized() ) in getComponentContext() 187 Runtime::initialize( ctx ); in getComponentContext() 189 Runtime runtime; in getComponentContext() 249 Runtime runtime; in createUnoStructHelper() 345 Runtime runtime; in getTypeByName() 374 Runtime runtime; in getConstantByName() 468 Runtime runtime; in getClass() [all …]
|
| H A D | pyuno_type.cxx | 112 static PyRef getClass( const Runtime & r , const char * name) in getClass() 117 PyRef getTypeClass( const Runtime & r ) in getTypeClass() 122 PyRef getEnumClass( const Runtime & r ) in getEnumClass() 127 PyRef getCharClass( const Runtime & r ) in getCharClass() 132 PyRef getByteSequenceClass( const Runtime & r ) in getByteSequenceClass() 137 PyRef getAnyClass( const Runtime & r ) in getAnyClass() 271 Runtime runtime; in importToGlobal() 390 static PyObject* callCtor( const Runtime &r , const char * clazz, const PyRef & args ) in callCtor() 408 PyObject *PyUNO_Enum_new( const char *enumBase, const char *enumValue, const Runtime &r ) in PyUNO_Enum_new() 418 PyObject* PyUNO_Type_new (const char *typeName , TypeClass t , const Runtime &r ) in PyUNO_Type_new() [all …]
|
| H A D | pyuno_adapter.cxx | 89 void raiseInvocationTargetExceptionWhenNeeded( const Runtime &runtime ) in raiseInvocationTargetExceptionWhenNeeded() 117 Runtime runtime; in getOutIndexes() 214 Runtime runtime; in invoke() 377 Runtime runtime; in setValue() 397 Runtime runtime; in getValue()
|
| H A D | pyuno_except.cxx | 47 Runtime runtime; in raisePyExceptionWithAny() 88 static PyRef createClass( const OUString & name, const Runtime &runtime ) in createClass() 221 sal_Bool isInterfaceClass( const Runtime &runtime, PyObject * obj ) in isInterfaceClass() 227 PyRef getClass( const OUString & name , const Runtime &runtime) in getClass()
|
| H A D | pyuno.cxx | 342 Runtime runtime; in PyUNO_invoke() 462 Runtime runtime; in PyUNO_getattr() 580 Runtime runtime; in PyUNO_setattr() 650 Runtime runtime; in PyUNO_richcompare() 718 Runtime runtime; in PyUNO_cmp()
|
| /trunk/main/pyuno/inc/pyuno/ |
| H A D | pyuno.hxx | 176 class PY_DLLEXPORT Runtime class 180 ~Runtime( ); 193 Runtime() throw( com::sun::star::uno::RuntimeException ); 195 Runtime( const Runtime & ); 196 Runtime & operator = ( const Runtime & );
|
| /trunk/main/cli_ure/source/native/ |
| H A D | native_share.h | 72 ::System::Runtime::InteropServices::GCHandle handle( in to_cli() 73 ::System::Runtime::InteropServices::GCHandle::op_Explicit( intptr ) ); in to_cli() 94 ::System::Runtime::InteropServices::GCHandle handle( in to_uno() 95 ::System::Runtime::InteropServices::GCHandle::Alloc( x ) ); in to_uno() 100 ::System::Runtime::InteropServices::GCHandle::op_Explicit( handle ) in to_uno()
|
| /trunk/main/pyuno/source/loader/ |
| H A D | pyuno_loader.cxx | 42 using pyuno::Runtime; 61 Runtime runtime; in raiseRuntimeExceptionWhenNeeded() 196 if( ! Runtime::isInitialized() ) in CreateInstance() 198 Runtime::initialize( ctx ); in CreateInstance() 200 Runtime runtime; in CreateInstance()
|
| /trunk/main/cli_ure/source/uno_bridge/ |
| H A D | cli_environment.h | 32 using namespace System::Runtime::Serialization; 41 static System::Runtime::Serialization::ObjectIDGenerator* m_IDGen; 53 m_IDGen = new System::Runtime::Serialization::ObjectIDGenerator(); in Cli_environment()
|
| H A D | cli_proxy.h | 38 namespace srrp = System::Runtime::Remoting::Proxies; 39 namespace srrm = System::Runtime::Remoting::Messaging; 40 namespace srr = System::Runtime::Remoting;
|
| H A D | cli_bridge.cxx | 41 namespace srr= System::Runtime::Remoting; 42 namespace srrp= System::Runtime::Remoting::Proxies; 51 namespace sri= System::Runtime::InteropServices;
|
| H A D | cli_environment.cxx | 35 using namespace System::Runtime::Remoting; 36 using namespace System::Runtime::Remoting::Proxies;
|
| H A D | cli_proxy.cxx | 42 namespace srrm = System::Runtime::Remoting::Messaging; 43 namespace srr = System::Runtime::Remoting; 44 namespace srrp = System::Runtime::Remoting::Proxies; 45 namespace sri = System::Runtime::InteropServices;
|
| /trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
| H A D | ExecuteProcess.java | 41 Process p = Runtime.getRuntime().exec(command); in executeProcessReturnValue() 58 Process p = Runtime.getRuntime().exec(command); in executeProcessReturnVector() 86 Process p = Runtime.getRuntime().exec(command, envP); in executeProcessReturnVectorEnv()
|
| /trunk/main/ |
| H A D | NOTICE | 20 - Apache Portable Runtime 21 - Apache Portable Runtime Utility Library 42 Apache Portable Runtime 59 Apache Portable Runtime Utility Library
|
| /trunk/main/extensions/test/ole/VisualBasic/ |
| H A D | AssemblyInfo.vb | 22 Imports System.Runtime.CompilerServices 23 Imports System.Runtime.InteropServices
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
| H A D | ProcessHandler.java | 567 final Runtime runtime = Runtime.getRuntime(); in execute() 951 Process p = Runtime.getRuntime().exec(_sProcess); in system()
|
| /trunk/main/scripting/workben/installer/ |
| H A D | ExecCmd.java | 35 Runtime rt = Runtime.getRuntime(); in exec()
|
| /trunk/main/saxon/ |
| H A D | saxon-9.0.0.7-bj.patch | 114 + At a minimum, install the IKVM.GNU.Classpath.dll and IKVM.Runtime.… 188 + <include name="bin/IKVM.Runtime.jar"/> 611 + <include name="IKVM.Runtime.dll"/> 652 + <reference file="${dll-n.dir}/IKVM.Runtime.dll"/> 663 + <reference file="${dll-n.dir}/IKVM.Runtime.dll"/> 707 + <include name="IKVM.Runtime.dll"/> 717 + %NET%\gacutil /if IKVM.Runtime.dll 729 + <include name="IKVM.Runtime.dll"/> 741 + %NET%\gacutil /if IKVM.Runtime.dll
|
| /trunk/main/scripting/examples/java/MemoryUsage/ |
| H A D | MemoryUsage.java | 51 Runtime runtime = Runtime.getRuntime(); in updateMemoryUsage()
|
| /trunk/main/odk/source/com/sun/star/lib/loader/ |
| H A D | InstallationFinder.java | 313 Runtime rt = Runtime.getRuntime(); in getPathFromWhich()
|
| /trunk/main/l10ntools/java/receditor/java/transex3/controller/ |
| H A D | EditorController.java | 34 import java.lang.Runtime; 75 …java.lang.Process aProc = Runtime.getRuntime().exec("localize_sl -QQ -skip_links -e -l en-US -f "+… in fetchSourceStrings()
|
| /trunk/test/testcommon/source/org/openoffice/test/common/ |
| H A D | SystemUtil.java | 226 Process process = Runtime.getRuntime().exec(cmd, env, dir); in backgroundExec() 250 process = Runtime.getRuntime().exec(cmd, env, dir); in exec()
|