#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>
Go to the source code of this file.
|
typedef unsigned short | WORD |
|
◆ LANG_SPANISH
#define LANG_SPANISH 0x0a |
◆ PRIMARYLANGID
#define PRIMARYLANGID |
( |
|
lgid | ) |
(static_cast<WORD>(lgid) & 0x3ff) |
◆ SUBLANG_NEUTRAL
#define SUBLANG_NEUTRAL 0x00 |
◆ SUBLANG_SPANISH
#define SUBLANG_SPANISH 0x01 |
◆ SUBLANGID
#define SUBLANGID |
( |
|
lgid | ) |
(static_cast<WORD>(lgid) >> 10) |
◆ WORD
typedef unsigned short WORD |
◆ SAL_IMPLEMENT_MAIN_WITH_ARGS()
SAL_IMPLEMENT_MAIN_WITH_ARGS |
( |
argc |
, |
|
|
argv |
|
|
) |
| |