LibreOffice Module sc (master) 1
Classes | Functions
cellkeytranslator.cxx File Reference
#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"
Include dependency graph for cellkeytranslator.cxx:

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)
 

Function Documentation

◆ lclLocaleCompare()

static LocaleMatch lclLocaleCompare ( const lang::Locale rLocale1,
const LanguageTag rLanguageTag2 
)
static

◆ lclMatchKeyword()

static void lclMatchKeyword ( OUString &  rName,
const ScCellKeywordHashMap aMap,
OpCode  eOpCode,
const lang::Locale pLocale 
)
static

Definition at line 82 of file cellkeytranslator.cxx.

References aMap, lclLocaleCompare(), ocNone, and pLocale.

Referenced by ScCellKeywordTranslator::transKeyword().