LibreOffice Module cppuhelper (master) 1
|
Functions | |
css::uno::Environment | getEnvironment (OUString const &name, std::u16string_view implementation) |
void | loadSharedLibComponentFactory (OUString const &uri, OUString const &environment, OUString const &prefix, OUString const &implementation, OUString const &constructor, css::uno::Reference< css::lang::XMultiServiceFactory > const &serviceManager, WrapperConstructorFn *constructorFunction, css::uno::Reference< css::uno::XInterface > *factory) |
OUString | expandMacros (OUString const &text) |
Helper function to expand macros based on the unorc/uno.ini. More... | |
Reference< lang::XSingleComponentFactory > | create_bootstrap_macro_expander_factory () |
css::uno::Reference< css::lang::XSingleComponentFactory > cppuhelper::detail::create_bootstrap_macro_expander_factory | ( | ) |
Definition at line 139 of file macro_expander.cxx.
OUString cppuhelper::detail::expandMacros | ( | OUString const & | text | ) |
Helper function to expand macros based on the unorc/uno.ini.
Definition at line 60 of file macro_expander.cxx.
References cppu::get_unorc(), t, and text().
Referenced by cppu::bootstrap_expandUri().
css::uno::Environment cppuhelper::detail::getEnvironment | ( | OUString const & | name, |
std::u16string_view | implementation | ||
) |
Definition at line 49 of file shlib.cxx.
References o3tl::equalsAscii(), o3tl::getToken(), i, log, n, and name.
Referenced by loadSharedLibComponentFactory(), and cppuhelper::ServiceManager::preloadImplementations().
void cppuhelper::detail::loadSharedLibComponentFactory | ( | OUString const & | uri, |
OUString const & | environment, | ||
OUString const & | prefix, | ||
OUString const & | implementation, | ||
OUString const & | constructor, | ||
css::uno::Reference< css::lang::XMultiServiceFactory > const & | serviceManager, | ||
WrapperConstructorFn * | constructorFunction, | ||
css::uno::Reference< css::uno::XInterface > * | factory | ||
) |
Definition at line 240 of file shlib.cxx.
References COMPONENT_GETFACTORY, env, getEnvironment(), i, map, prefix, SAL_INFO, and SAL_WARN.
Referenced by cppuhelper::ServiceManager::loadImplementation().