LibreOffice Module pyuno (master) 1
|
Functions | |
static void | raiseRuntimeExceptionWhenNeeded () |
static PyRef | getLoaderModule () |
static PyRef | getObjectFromLoaderModule (const char *func) |
static void | setPythonHome (const OUString &pythonHome) |
static void | prependPythonPath (std::u16string_view pythonPathBootstrap) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | pyuno_Loader_get_implementation (css::uno::XComponentContext *ctx, css::uno::Sequence< css::uno::Any > const &) |
|
static |
RuntimeException |
Definition at line 83 of file pyuno_loader.cxx.
References module, and raiseRuntimeExceptionWhenNeeded().
Referenced by getObjectFromLoaderModule().
|
static |
RuntimeException |
Definition at line 97 of file pyuno_loader.cxx.
References get(), and getLoaderModule().
Referenced by pyuno_Loader_get_implementation().
|
static |
Definition at line 137 of file pyuno_loader.cxx.
References nIndex, pData, and SAL_PATHSEPARATOR.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * pyuno_loader::pyuno_Loader_get_implementation | ( | css::uno::XComponentContext * | ctx, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 242 of file pyuno_loader.cxx.
References pyuno::Runtime::any2PyObject(), args, ctx, pyuno::PyRef::get(), pyuno::PyRef::getAcquired(), getObjectFromLoaderModule(), pyuno::NOT_NULL, and pyuno::Runtime::pyObject2Any().
|
static |
RuntimeException |
Definition at line 67 of file pyuno_loader.cxx.
References a, and pyuno::Runtime::extractUnoException().
Referenced by getLoaderModule().
|
static |
Definition at line 108 of file pyuno_loader.cxx.
References OUStringToOString(), SAL_WNODEPRECATED_DECLARATIONS_POP, and SAL_WNODEPRECATED_DECLARATIONS_PUSH.