#include "pyuno_impl.hxx"
#include <osl/thread.h>
#include <osl/thread.hxx>
#include <rtl/ustrbuf.hxx>
#include <osl/time.h>
Go to the source code of this file.
|
PyRef | pyuno::ustring2PyUnicode (const OUString &source) |
|
PyRef | pyuno::ustring2PyString (std::u16string_view source) |
|
OUString | pyuno::pyString2ustring (PyObject *str) |
|
PyRef | pyuno::getObjectFromUnoModule (const Runtime &runtime, const char *object) |
|
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::logException (RuntimeCargo *cargo, const char *intro, void *ptr, std::u16string_view aFunctionName, const void *data, const css::uno::Type &type) |
|
void | pyuno::logReply (RuntimeCargo *cargo, const char *intro, void *ptr, std::u16string_view aFunctionName, const Any &returnValue, const Sequence< Any > &aParams) |
|
void | pyuno::logCall (RuntimeCargo *cargo, const char *intro, void *ptr, std::u16string_view aFunctionName, const Sequence< Any > &aParams) |
|