Home
last modified time | relevance | path

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

123456

/trunk/main/pyuno/source/module/
H A Dpyuno_impl.hxx140 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 Dpyuno_runtime.cxx320 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 Dpyuno_module.cxx77 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 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()
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 Dpyuno_adapter.cxx89 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 Dpyuno_except.cxx47 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 Dpyuno.cxx342 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 Dpyuno.hxx176 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 Dnative_share.h72 ::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 Dpyuno_loader.cxx42 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 Dcli_environment.h32 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 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;
/trunk/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()
/trunk/main/
H A DNOTICE20 - 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 DAssemblyInfo.vb22 Imports System.Runtime.CompilerServices
23 Imports System.Runtime.InteropServices
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DProcessHandler.java567 final Runtime runtime = Runtime.getRuntime(); in execute()
951 Process p = Runtime.getRuntime().exec(_sProcess); in system()
/trunk/main/scripting/workben/installer/
H A DExecCmd.java35 Runtime rt = Runtime.getRuntime(); in exec()
/trunk/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
/trunk/main/scripting/examples/java/MemoryUsage/
H A DMemoryUsage.java51 Runtime runtime = Runtime.getRuntime(); in updateMemoryUsage()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java313 Runtime rt = Runtime.getRuntime(); in getPathFromWhich()
/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java34 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 DSystemUtil.java226 Process process = Runtime.getRuntime().exec(cmd, env, dir); in backgroundExec()
250 process = Runtime.getRuntime().exec(cmd, env, dir); in exec()

123456