Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optjava.hrc
blobca1ced83b5cef0a0bc2201080ca1c6e1bd7f2450
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
18 #ifndef _SVX_OPTJAVA_HRC
19 #define _SVX_OPTJAVA_HRC
21 // defines ---------------------------------------------------------------
23 // class SvxJavaOptionsPage ----------------------------------------------
25 #define FL_JAVA             10
26 #define CB_JAVA_ENABLE      11
27 #define FT_JAVA_FOUND       12
28 #define LB_JAVA             13
29 #define FT_JAVA_PATH        14
31 #define FL_EXPERIMENTAL     15
32 #define CB_EXPERIMENTAL     16
33 #define CB_MACRO            17
35 #define PB_ADD              20
36 #define PB_PARAMETER        21
37 #define PB_CLASSPATH        22
39 #define STR_INSTALLED_IN    30
40 #define STR_ACCESSIBILITY   31
41 #define STR_ADDDLGTEXT      32
43 #define STR_HEADER_VENDOR   40
44 #define STR_HEADER_VERSION  41
45 #define STR_HEADER_FEATURES 42
47 // class SvxJavaParameterDlg ---------------------------------------------
49 #define FT_PARAMETER        10
50 #define ED_PARAMETER        11
51 #define PB_ASSIGN           12
53 #define FT_ASSIGNED         20
54 #define LB_ASSIGNED         21
55 #define FT_EXAMPLE          22
56 #define PB_REMOVE           23
58 #define FL_BUTTONS          30
59 #define PB_PARAMETER_OK     31
60 #define PB_PARAMETER_ESC    32
61 #define PB_PARAMETER_HLP    33
63 // class SvxJavaClassPathDlg ---------------------------------------------
65 #define FT_PATH             10
66 #define LB_PATH             11
68 #define PB_ADDARCHIVE       20
69 #define PB_ADDPATH          21
70 #define PB_REMOVE_PATH      22
72 #define FL_PATH_BUTTONS     30
73 #define PB_PATH_OK          31
74 #define PB_PATH_ESC         32
75 #define PB_PATH_HLP         33
83 #endif // #ifndef _SVX_OPTJAVA_HRC