Home
last modified time | relevance | path

Searched refs:PyThreadAttach (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/pyuno/inc/pyuno/
H A Dpyuno.hxx286 class PY_DLLEXPORT PyThreadAttach class
289 PyThreadAttach ( const PyThreadAttach & ); // not implemented
290 PyThreadAttach & operator = ( const PyThreadAttach & );
300 PyThreadAttach( PyInterpreterState *interp) throw ( com::sun::star::uno::RuntimeException );
305 ~PyThreadAttach();
/aoo41x/main/pyuno/source/module/
H A Dpyuno_adapter.cxx210 PyThreadAttach guard( mInterpreter ); in invoke()
374 PyThreadAttach guard( mInterpreter ); in setValue()
395 PyThreadAttach guard( mInterpreter ); in getValue()
425 PyThreadAttach guard( mInterpreter ); in hasProperty()
H A Dpyuno_runtime.cxx1025 PyThreadAttach::PyThreadAttach( PyInterpreterState *interp) in PyThreadAttach() function in pyuno::PyThreadAttach
1044 PyThreadAttach::~PyThreadAttach() in ~PyThreadAttach()
H A Dpyuno_gc.cxx70 PyThreadAttach g( (PyInterpreterState*)mPyInterpreter ); in run()
/aoo41x/main/pyuno/source/loader/
H A Dpyuno_loader.cxx43 using pyuno::PyThreadAttach;
185 PyThreadAttach attach( PyInterpreterState_Head() ); in CreateInstance()

Completed in 28 milliseconds