LibreOffice Module pyuno (master) 1
|
#include <config_features.h>
#include <config_folders.h>
#include <pyuno.hxx>
#include <o3tl/any.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <osl/process.h>
#include <osl/file.hxx>
#include <osl/thread.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/bootstrap.hxx>
#include <cppuhelper/factory.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
Go to the source code of this file.
Namespaces | |
namespace | pyuno_loader |
Functions | |
static void | pyuno_loader::raiseRuntimeExceptionWhenNeeded () |
static PyRef | pyuno_loader::getLoaderModule () |
static PyRef | pyuno_loader::getObjectFromLoaderModule (const char *func) |
static void | pyuno_loader::setPythonHome (const OUString &pythonHome) |
static void | pyuno_loader::prependPythonPath (std::u16string_view pythonPathBootstrap) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | pyuno_loader::pyuno_Loader_get_implementation (css::uno::XComponentContext *ctx, css::uno::Sequence< css::uno::Any > const &) |