merge the formfield patch from ooo-build
[ooovba.git] / vcl / os2 / inc / sallang.hxx
blob48a266b52b5166d2ffe84e60a61de69de98dfe15
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: sallang.hxx,v $
10 * $Revision: 1.5 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _SALLANG_HXX
32 #define _SALLANG_HXX
34 //#ifndef _TOOLS_LANG_HXX
35 //#include <tools/lang.hxx>
36 //#endif
37 #include <i18npool/mslangid.hxx>
39 // --------------------
40 // - Language Strings -
41 // --------------------
43 // --- Key-Namen ---
44 #define LSTR_KEY_SHIFT 0
45 #define LSTR_KEY_CTRL 1
46 #define LSTR_KEY_ALT 2
47 #define LSTR_KEY_UP 3
48 #define LSTR_KEY_DOWN 4
49 #define LSTR_KEY_LEFT 5
50 #define LSTR_KEY_RIGHT 6
51 #define LSTR_KEY_HOME 7
52 #define LSTR_KEY_END 8
53 #define LSTR_KEY_PAGEUP 9
54 #define LSTR_KEY_PAGEDOWN 10
55 #define LSTR_KEY_RETURN 11
56 #define LSTR_KEY_ESC 12
57 #define LSTR_KEY_TAB 13
58 #define LSTR_KEY_BACKSPACE 14
59 #define LSTR_KEY_SPACE 15
60 #define LSTR_KEY_INSERT 16
61 #define LSTR_KEY_DELETE 17
63 // --- Anzahl der Texte ---
65 #define LSTR_COUNT 18
67 // --------------------------------------------
68 // - Methoden zum Abfragen der Sprach-Strings -
69 // --------------------------------------------
71 const sal_Unicode** ImplGetLangTab( LanguageType eLang );
73 #endif // _SALLANG_HXX