LibreOffice Module shell (master) 1
|
#include <sal/config.h>
#include <sal/log.hxx>
#include <cassert>
#include <limits>
#include "localebackend.hxx"
#include <com/sun/star/beans/Optional.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <rtl/character.hxx>
#include <o3tl/char16_t2wchar_t.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <i18nlangtag/mslangid.hxx>
#include <rtl/ustrbuf.hxx>
#include <cstdlib>
#include <cstring>
Go to the source code of this file.
Functions | |
static css::beans::Optional< css::uno::Any > | ImplGetLocale (char const *category) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | shell_LocaleBackend_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
|
static |
Definition at line 163 of file localebackend.cxx.
References LanguageTag::convertToBcp47(), MsLangId::convertUnxByteStringToLanguage(), end, LANGUAGE_DONTKNOW, and SAL_INFO.
Referenced by LocaleBackend::getLocale(), LocaleBackend::getSystemLocale(), and LocaleBackend::getUILocale().
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * shell_LocaleBackend_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 326 of file localebackend.cxx.