Home
last modified time | relevance | path

Searched refs:Runtime (Results 1 – 25 of 153) sorted by relevance

1234567

/aoo42x/main/pyuno/source/module/
H A Dpyuno_impl.hxx153 void raiseInvocationTargetExceptionWhenNeeded( const Runtime &runtime )
168 PyObject* PyUNO_char_new (sal_Unicode c , const Runtime &r);
173 PyRef getTypeClass( const Runtime &);
174 PyRef getEnumClass( const Runtime &);
175 PyRef getBoolClass( const Runtime &);
176 PyRef getCharClass( const Runtime &);
177 PyRef getByteSequenceClass( const Runtime & );
180 PyRef getAnyClass( const Runtime &);
185 sal_Bool PyBool2Bool( PyObject *o, const Runtime & r )
198 sal_Bool isInterfaceClass( const Runtime &, PyObject *obj );
[all …]
H A Dpyuno_runtime.cxx328 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 Dpyuno_module.cxx148 if( Runtime::isInitialized() ) in getComponentContext()
150 Runtime runtime; 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()
490 Runtime r; in isInterface()
512 Runtime runtime; in generateUuid()
660 Runtime runtime; in getCurrentContext()
[all …]
H A Dpyuno_type.cxx112 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()
267 Runtime runtime; in importToGlobal()
386 static PyObject* callCtor( const Runtime &r , const char * clazz, const PyRef & args ) in callCtor()
414 PyObject* PyUNO_Type_new (const char *typeName , TypeClass t , const Runtime &r ) in PyUNO_Type_new()
428 PyObject* PyUNO_char_new ( sal_Unicode val , const Runtime &r ) in PyUNO_char_new()
[all …]
H A Dpyuno_adapter.cxx89 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 Dpyuno_except.cxx47 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 Dpyuno.cxx342 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()
/aoo42x/main/pyuno/inc/pyuno/
H A Dpyuno.hxx176 class PY_DLLEXPORT Runtime class
180 ~Runtime( );
193 Runtime() throw( com::sun::star::uno::RuntimeException );
195 Runtime( const Runtime & );
196 Runtime & operator = ( const Runtime & );
/aoo42x/main/cli_ure/source/native/
H A Dnative_share.h72 ::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()
/aoo42x/main/pyuno/source/loader/
H A Dpyuno_loader.cxx42 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()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_environment.h32 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 Dcli_proxy.h38 namespace srrp = System::Runtime::Remoting::Proxies;
39 namespace srrm = System::Runtime::Remoting::Messaging;
40 namespace srr = System::Runtime::Remoting;
H A Dcli_bridge.cxx41 namespace srr= System::Runtime::Remoting;
42 namespace srrp= System::Runtime::Remoting::Proxies;
51 namespace sri= System::Runtime::InteropServices;
H A Dcli_environment.cxx35 using namespace System::Runtime::Remoting;
36 using namespace System::Runtime::Remoting::Proxies;
H A Dcli_proxy.cxx42 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;
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DExecuteProcess.java41 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()
/aoo42x/main/
H A DNOTICE20 - Apache Portable Runtime
21 - Apache Portable Runtime Utility Library
42 Apache Portable Runtime
59 Apache Portable Runtime Utility Library
/aoo42x/main/extensions/test/ole/VisualBasic/
H A DAssemblyInfo.vb22 Imports System.Runtime.CompilerServices
23 Imports System.Runtime.InteropServices
/aoo42x/main/qadevOOo/runner/helper/
H A DProcessHandler.java567 final Runtime runtime = Runtime.getRuntime(); in execute()
951 Process p = Runtime.getRuntime().exec(_sProcess); in system()
/aoo42x/main/setup_native/source/packinfo/
H A Dpackage_names_ext.txt1 %SOLSUREPACKAGEPREFIX-ure UNO Runtime Environment
17 SUNWxwrtl X Window System & Graphics Runtime Library Links in /usr/lib
H A Dpackinfo_ure.txt31 description = "UNO Runtime Environment for %PRODUCTNAME %PRODUCTVERSION"
45 description = "UNO Runtime Environment for %PRODUCTNAME %PRODUCTVERSION"
/aoo42x/main/scripting/workben/installer/
H A DExecCmd.java35 Runtime rt = Runtime.getRuntime(); in exec()
/aoo42x/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch114 + 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
/aoo42x/main/scripting/examples/java/MemoryUsage/
H A DMemoryUsage.java51 Runtime runtime = Runtime.getRuntime(); in updateMemoryUsage()
/aoo42x/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java313 Runtime rt = Runtime.getRuntime(); in getPathFromWhich()

Completed in 153 milliseconds

1234567