Home
last modified time | relevance | path

Searched refs:RuntimeImpl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/pyuno/source/module/
H A Dpyuno_runtime.cxx72 sizeof (RuntimeImpl),
74 (destructor) RuntimeImpl::del,
242 RuntimeImpl *me = PyObject_New (RuntimeImpl, &RuntimeImpl_Type); in create()
320 RuntimeImpl *me = reinterpret_cast< RuntimeImpl * > ( self ); in del()
333 RuntimeImpl *impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in initialize()
341 PyRef keep( RuntimeImpl::create( ctx ) ); in initialize()
351 RuntimeImpl *impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in isInitialized()
359 RuntimeImpl *impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in finalize()
384 impl = reinterpret_cast< RuntimeImpl * > (runtime.get()); in Runtime()
/trunk/main/pyuno/inc/pyuno/
H A Dpyuno.hxx164 typedef struct stRuntimeImpl RuntimeImpl; typedef
178 RuntimeImpl *impl;
257 RuntimeImpl *getImpl() const { return impl; } in getImpl()

Completed in 18 milliseconds