LibreOffice Module filter (master) 1
Namespaces | Functions
countryid.cxx File Reference
#include <filter/msfilter/countryid.hxx>
#include <algorithm>
#include <sal/macros.h>
Include dependency graph for countryid.cxx:

Go to the source code of this file.

Namespaces

namespace  msfilter
 

Functions

CountryId msfilter::ConvertLanguageToCountry (LanguageType eLanguage)
 Converts a language type to a Windows country ID. More...
 
LanguageType msfilter::ConvertCountryToLanguage (CountryId eCountry)
 Converts a Windows country ID to a language type. More...
 

Variable Documentation

◆ mbUseSubLang

bool mbUseSubLang

Corresponding language type.

Definition at line 55 of file countryid.cxx.

◆ meCountry

CountryId meCountry

Definition at line 53 of file countryid.cxx.

◆ meLanguage

LanguageType meLanguage

Windows country ID.

Definition at line 54 of file countryid.cxx.