|
LibreOffice Module unotools (master) 1
|
#include <boost/version.hpp>#include <config_libcxx.h>#include <sal/config.h>#include <cassert>#include <string.h>#include <stdio.h>#include <libintl.h>#include <comphelper/lok.hxx>#include <unotools/resmgr.hxx>#include <osl/thread.h>#include <osl/file.hxx>#include <rtl/crc.h>#include <rtl/bootstrap.hxx>#include <i18nlangtag/languagetag.hxx>#include <boost/locale.hpp>#include <boost/locale/gnu_gettext.hpp>#include <unordered_map>Go to the source code of this file.
Namespaces | |
| namespace | Translate |
Functions | |
| std::locale | Translate::Create (std::string_view aPrefixName, const LanguageTag &rLocale) |
| OUString | Translate::get (TranslateId sContextAndId, const std::locale &loc) |
| OUString | Translate::nget (TranslateNId aContextSingularPlural, int n, const std::locale &loc) |
| OUString | Translate::ExpandVariables (const OUString &rString) |
| void | Translate::SetReadStringHook (ResHookProc pProc) |
| ResHookProc | Translate::GetReadStringHook () |
Variables | |
| static ResHookProc | Translate::pImplResHookProc = nullptr |