Lines Matching refs:Runtime
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()
765 Runtime runtime; in pyObject2Any()
923 Any Runtime::extractUnoException( const PyRef & excType, const PyRef &excValue, const PyRef &excTra… in extractUnoException()