Searched refs:PyThreadAttach (Results 1 – 5 of 5) sorted by relevance
286 class PY_DLLEXPORT PyThreadAttach class289 PyThreadAttach ( const PyThreadAttach & ); // not implemented290 PyThreadAttach & operator = ( const PyThreadAttach & ); 300 PyThreadAttach( PyInterpreterState *interp) throw ( com::sun::star::uno::RuntimeException );305 ~PyThreadAttach();
210 PyThreadAttach guard( mInterpreter ); in invoke()374 PyThreadAttach guard( mInterpreter ); in setValue()395 PyThreadAttach guard( mInterpreter ); in getValue()425 PyThreadAttach guard( mInterpreter ); in hasProperty()
1025 PyThreadAttach::PyThreadAttach( PyInterpreterState *interp) in PyThreadAttach() function in pyuno::PyThreadAttach1044 PyThreadAttach::~PyThreadAttach() in ~PyThreadAttach()
70 PyThreadAttach g( (PyInterpreterState*)mPyInterpreter ); in run()
43 using pyuno::PyThreadAttach;194 PyThreadAttach attach( PyInterpreterState_Head() ); in CreateInstance()
Completed in 24 milliseconds