LibreOffice Module shell (master) 1
Macros | Typedefs | Functions
lngconvex.cxx File Reference
#include "cmdline.hxx"
#include <comphelper/string.hxx>
#include <osl/thread.h>
#include <osl/process.h>
#include <osl/file.hxx>
#include <sal/main.h>
#include <tools/config.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <iostream>
#include <fstream>
#include <map>
#include <iterator>
#include <string>
#include <string_view>
#include <cstring>
Include dependency graph for lngconvex.cxx:

Go to the source code of this file.

Macros

#define PRIMARYLANGID(lgid)   (static_cast<WORD>(lgid) & 0x3ff)
 
#define SUBLANGID(lgid)   (static_cast<WORD>(lgid) >> 10)
 
#define LANG_SPANISH   0x0a
 
#define SUBLANG_NEUTRAL   0x00
 
#define SUBLANG_SPANISH   0x01
 

Typedefs

typedef unsigned short WORD
 

Functions

 SAL_IMPLEMENT_MAIN_WITH_ARGS (argc, argv)
 

Macro Definition Documentation

◆ LANG_SPANISH

#define LANG_SPANISH   0x0a

Definition at line 28 of file lngconvex.cxx.

◆ PRIMARYLANGID

#define PRIMARYLANGID (   lgid)    (static_cast<WORD>(lgid) & 0x3ff)

Definition at line 26 of file lngconvex.cxx.

◆ SUBLANG_NEUTRAL

#define SUBLANG_NEUTRAL   0x00

Definition at line 29 of file lngconvex.cxx.

◆ SUBLANG_SPANISH

#define SUBLANG_SPANISH   0x01

Definition at line 30 of file lngconvex.cxx.

◆ SUBLANGID

#define SUBLANGID (   lgid)    (static_cast<WORD>(lgid) >> 10)

Definition at line 27 of file lngconvex.cxx.

Typedef Documentation

◆ WORD

typedef unsigned short WORD

Definition at line 25 of file lngconvex.cxx.

Function Documentation

◆ SAL_IMPLEMENT_MAIN_WITH_ARGS()

SAL_IMPLEMENT_MAIN_WITH_ARGS ( argc  ,
argv   
)

Definition at line 486 of file lngconvex.cxx.

References ex, and CommandLine::get_arg().