LibreOffice Module cppuhelper (master) 1
Functions
cppuhelper::detail Namespace Reference

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 ()
 

Function Documentation

◆ 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.

◆ expandMacros()

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().

◆ getEnvironment()

css::uno::Environment cppuhelper::detail::getEnvironment ( OUString const &  name,
std::u16string_view  implementation 
)

◆ loadSharedLibComponentFactory()

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 
)