Lines Matching refs:runtime
89 void raiseInvocationTargetExceptionWhenNeeded( const Runtime &runtime ) in raiseInvocationTargetExceptionWhenNeeded() argument
96 Any unoExc( runtime.extractUnoException( excType, excValue, excTraceback ) ); in raiseInvocationTargetExceptionWhenNeeded()
117 Runtime runtime; in getOutIndexes() local
124 runtime.getImpl()->cargo->xAdapterFactory->createAdapter( this, mTypes ); in getOutIndexes()
130 runtime.getImpl()->cargo->xIntrospection->inspect( makeAny( unoAdapterObject ) ); in getOutIndexes()
214 Runtime runtime; in invoke() local
215 cargo = runtime.getImpl()->cargo; in invoke()
235 PyRef val = runtime.any2PyObject( aParams[i] ); in invoke()
242 raiseInvocationTargetExceptionWhenNeeded( runtime); in invoke()
254 raiseInvocationTargetExceptionWhenNeeded( runtime); in invoke()
257 ret = runtime.pyObject2Any( pyRet ); in invoke()
377 Runtime runtime; in setValue() local
378 PyRef obj = runtime.any2PyObject( value ); in setValue()
382 raiseInvocationTargetExceptionWhenNeeded( runtime); in setValue()
397 Runtime runtime; in getValue() local
402 raiseInvocationTargetExceptionWhenNeeded( runtime); in getValue()
410 ret = runtime.pyObject2Any( pyRef ); in getValue()