LibreOffice Module configmgr (master) 1
|
#include <sal/config.h>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
#include "configurationprovider.hxx"
#include "defaultprovider.hxx"
#include "lock.hxx"
Go to the source code of this file.
Namespaces | |
namespace | configmgr |
namespace | configmgr::default_provider |
Functions | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | com_sun_star_comp_configuration_DefaultProvider_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
OUString | configmgr::default_provider::getImplementationName () |
css::uno::Sequence< OUString > | configmgr::default_provider::getSupportedServiceNames () |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_configuration_DefaultProvider_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 33 of file defaultprovider.cxx.
References configmgr::configuration_provider::createDefault(), and configmgr::lock().