|
bool | pyuno::isLog (RuntimeCargo const *cargo, sal_Int32 loglevel) |
|
void | pyuno::log (RuntimeCargo *cargo, sal_Int32 level, std::u16string_view logString) |
|
void | pyuno::log (RuntimeCargo *cargo, sal_Int32 level, const char *str) |
|
void | pyuno::logCall (RuntimeCargo *cargo, const char *intro, void *ptr, std::u16string_view aFunctionName, const css::uno::Sequence< css::uno::Any > &args) |
|
void | pyuno::logReply (RuntimeCargo *cargo, const char *intro, void *ptr, std::u16string_view aFunctionName, const css::uno::Any &returnValue, const css::uno::Sequence< css::uno::Any > &args) |
|
void | pyuno::logException (RuntimeCargo *cargo, const char *intro, void *ptr, std::u16string_view aFunctionName, const void *data, const css::uno::Type &type) |
|
OUString | pyuno::val2str (const void *pVal, typelib_TypeDescriptionReference *pTypeRef, sal_Int32 mode) |
|
int | pyuno::PyUNO_initType () |
|
int | pyuno::PyUNOStruct_initType () |
|
PyRef | pyuno::PyUNO_new (const css::uno::Any &targetInterface, const css::uno::Reference< css::lang::XSingleServiceFactory > &ssf) |
|
PyRef | pyuno::PyUNOStruct_new (const css::uno::Any &targetInterface, const css::uno::Reference< css::lang::XSingleServiceFactory > &ssf) |
|
PyObject * | pyuno::PyUNO_iterator_new (const css::uno::Reference< css::container::XEnumeration > &xEnumeration) |
|
PyObject * | pyuno::PyUNO_list_iterator_new (const css::uno::Reference< css::container::XIndexAccess > &xIndexAccess) |
|
PyRef | pyuno::ustring2PyUnicode (const OUString &source) |
|
PyRef | pyuno::ustring2PyString (std::u16string_view source) |
|
OUString | pyuno::pyString2ustring (PyObject *str) |
|
void | pyuno::raiseInvocationTargetExceptionWhenNeeded (const Runtime &runtime) |
|
PyRef | pyuno::PyUNO_callable_new (const css::uno::Reference< css::script::XInvocation2 > &xInv, const OUString &methodName, ConversionMode mode=REJECT_UNO_ANY) |
|
PyObject * | pyuno::PyUNO_Type_new (const char *typeName, css::uno::TypeClass t, const Runtime &r) |
|
PyObject * | pyuno::PyUNO_Enum_new (const char *enumBase, const char *enumValue, const Runtime &r) |
|
PyObject * | pyuno::PyUNO_char_new (sal_Unicode c, const Runtime &r) |
|
PyObject * | pyuno::PyUNO_ByteSequence_new (const css::uno::Sequence< sal_Int8 > &, const Runtime &r) |
|
PyRef | pyuno::getTypeClass (const Runtime &) |
|
PyRef | pyuno::getEnumClass (const Runtime &) |
|
PyRef | pyuno::getCharClass (const Runtime &) |
|
PyRef | pyuno::getByteSequenceClass (const Runtime &) |
|
PyRef | pyuno::getPyUnoClass () |
|
PyRef | pyuno::getPyUnoStructClass () |
|
PyRef | pyuno::getClass (const OUString &name, const Runtime &runtime) |
|
PyRef | pyuno::getAnyClass (const Runtime &) |
|
PyObject * | pyuno::PyUNO_invoke (PyObject *object, const char *name, PyObject *args) |
|
css::uno::Any | pyuno::PyEnum2Enum (PyObject *obj) |
|
sal_Unicode | pyuno::PyChar2Unicode (PyObject *o) |
|
css::uno::Type | pyuno::PyType2Type (PyObject *o) |
|
void | pyuno::raisePyExceptionWithAny (const css::uno::Any &anyExc) |
|
const char * | pyuno::typeClassToString (css::uno::TypeClass t) |
|
PyRef | pyuno::getObjectFromUnoModule (const Runtime &runtime, const char *object) |
|
bool | pyuno::isInterfaceClass (const Runtime &runtime, PyObject *obj) |
|
bool | pyuno::isInstanceOfStructOrException (PyObject *obj) |
|
void | pyuno::decreaseRefCount (PyInterpreterState *interpreter, PyObject *object) |
| releases a refcount on the interpreter object and on another given python object. More...
|
|