LibreOffice Module sc (master) 1
|
#include <memory>
#include <global.hxx>
#include <cellkeytranslator.hxx>
#include <comphelper/processfactory.hxx>
#include <i18nlangtag/lang.h>
#include <i18nutil/transliteration.hxx>
#include <rtl/ustring.hxx>
#include <unotools/syslocale.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include "cellkeywords.inl"
Go to the source code of this file.
Classes | |
struct | TransItem |
Functions | |
static LocaleMatch | lclLocaleCompare (const lang::Locale &rLocale1, const LanguageTag &rLanguageTag2) |
static void | lclMatchKeyword (OUString &rName, const ScCellKeywordHashMap &aMap, OpCode eOpCode, const lang::Locale *pLocale) |
|
static |
Definition at line 47 of file cellkeytranslator.cxx.
References LanguageTag::getCountry(), LanguageTag::getLanguage(), and LanguageTag::getScript().
Referenced by lclMatchKeyword().
|
static |
Definition at line 82 of file cellkeytranslator.cxx.
References aMap, lclLocaleCompare(), ocNone, and pLocale.
Referenced by ScCellKeywordTranslator::transKeyword().