| /trunk/main/pyuno/source/module/ |
| H A D | pyuno_impl.hxx | 140 PyRef AnyToPyObject (const com::sun::star::uno::Any & a, const Runtime &r ); 144 void raiseInvocationTargetExceptionWhenNeeded( const Runtime &runtime ); 156 PyObject* PyUNO_Type_new (const char *typeName , com::sun::star::uno::TypeClass t , const Runtime &… 157 PyObject* PyUNO_Enum_new( const char *enumBase, const char *enumValue, const Runtime &r ); 158 PyObject* PyUNO_char_new (sal_Unicode c , const Runtime &r); 159 PyObject *PyUNO_ByteSequence_new( const com::sun::star::uno::Sequence< sal_Int8 > &, const Runtime … 163 PyRef getTypeClass( const Runtime &); 164 PyRef getEnumClass( const Runtime &); 165 PyRef getBoolClass( const Runtime &); 166 PyRef getCharClass( const Runtime &); [all …]
|
| H A D | pyuno_runtime.cxx | 320 void Runtime::initialize( const Reference< XComponentContext > & ctx ) in initialize() 338 bool Runtime::isInitialized() in isInitialized() 346 void Runtime::finalize() in finalize() 363 Runtime::Runtime() in Runtime() function in pyuno::Runtime 379 Runtime::Runtime( const Runtime & r ) in Runtime() function in pyuno::Runtime 385 Runtime::~Runtime() in ~Runtime() 390 Runtime & Runtime::operator = ( const Runtime & r ) in operator =() 399 PyRef Runtime::any2PyObject (const Any &a ) const in any2PyObject() 613 static Sequence< Type > invokeGetTypes( const Runtime & r , PyObject * o ) in invokeGetTypes() 640 Any Runtime::pyObject2Any ( const PyRef & source, enum ConversionMode mode ) const in pyObject2Any() [all …]
|
| H A D | pyuno_module.cxx | 77 const Runtime &runtime) 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() 245 Runtime runtime; in createUnoStructHelper() 341 Runtime runtime; in getTypeByName() 370 Runtime runtime; in getConstantByName() 464 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() 263 Runtime runtime; in importToGlobal() 365 static PyObject* callCtor( const Runtime &r , const char * clazz, const PyRef & args ) in callCtor() 383 PyObject *PyUNO_Enum_new( const char *enumBase, const char *enumValue, const Runtime &r ) in PyUNO_Enum_new() 393 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() 115 Runtime runtime; in getOutIndexes() 211 Runtime runtime; in invoke() 373 Runtime runtime; in setValue() 392 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() 216 sal_Bool isInterfaceClass( const Runtime &runtime, PyObject * obj ) in isInterfaceClass() 222 PyRef getClass( const OUString & name , const Runtime &runtime) in getClass()
|
| H A D | pyuno.cxx | 342 Runtime runtime; in PyUNO_invoke() 453 Runtime runtime; in PyUNO_getattr() 538 Runtime runtime; in PyUNO_setattr() 607 Runtime runtime; in PyUNO_richcompare()
|
| /trunk/main/pyuno/inc/pyuno/ |
| H A D | pyuno.hxx | 176 class PY_DLLEXPORT Runtime class 180 ~Runtime( ); 193 Runtime(); 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( 73 ::System::Runtime::InteropServices::GCHandle::FromIntPtr( 95 ::System::Runtime::InteropServices::GCHandle handle( 96 ::System::Runtime::InteropServices::GCHandle::Alloc( x ) ); 101 ::System::Runtime::InteropServices::GCHandle::op_Explicit( handle )
|
| /trunk/main/pyuno/source/loader/ |
| H A D | pyuno_loader.cxx | 42 using pyuno::Runtime; 61 Runtime runtime; in raiseRuntimeExceptionWhenNeeded() 189 if( ! Runtime::isInitialized() ) in CreateInstance() 191 Runtime::initialize( ctx ); in CreateInstance() 193 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 = gcnew 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()
|