1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
31 #define LB_LINE_STYLE 2
32 #define FT_LINE_STYLE 3
33 #define FT_LINE_WIDTH 2
34 #define MTR_FLD_LINE_WIDTH 1
35 #define TSB_INVISIBLE 1
37 #define FL_LINE_ENDS 2
38 #define FT_LINE_START 4
40 #define FT_LINE_ENDS_STYLE 5
41 #define FT_LINE_ENDS_WIDTH 6
42 #define LB_START_STYLE 3
43 #define LB_END_STYLE 4
44 //IAccessibility2 Impplementaton 2009-----
45 #define STR_STYLE (LB_END_STYLE+1)
46 #define STR_LB_START_STYLE 30
47 #define STR_LB_END_STYLE 31
48 #define STR_MTR_FLD_START_WIDTH 32
49 #define STR_MTR_FLD_END_WIDTH 33
50 #define STR_CENTER_START 34
51 #define STR_CENTER_END 35
52 #define STR_START_TYPE 36
53 #define STR_END_TYPE 37
54 #define STR_START_NUM 38
55 #define STR_END_NUM 39
56 #define STR_START_LENGTH 40
57 #define STR_END_LENGTH 41
58 //-----IAccessibility2 Impplementaton 2009
59 #define MTR_FLD_START_WIDTH 3
60 #define MTR_FLD_END_WIDTH 2
61 #define CBX_SYNCHRONIZE 1
62 #define FL_MEASURING 3
63 #define CTL_POSITION 2
65 #define TSB_SHOW_MEASURING 2
67 #define FL_DEFINITION 1
71 #define TSB_SYNCHRONIZE 3
77 #define MTR_FLD_DISTANCE 1
78 #define MTR_FLD_LENGTH_1 3
79 #define MTR_FLD_LENGTH_2 4
80 #define FT_LINESTYLE 10
81 #define LB_LINESTYLES 2
91 #define TSB_CENTER_START 4
92 #define TSB_CENTER_END 5
93 #define FT_TRANSPARENT 10
94 #define MTR_LINE_TRANSPARENT 5
95 #define FL_SEPARATOR 4
96 #define FT_LINE_END_STYLE 11
100 #define FL_EDGE_STYLE 5
101 #define FT_EDGE_STYLE 13
102 #define LB_EDGE_STYLE 5
104 //Symbole (fuer StarChart)
105 #define FT_SYMBOL_WIDTH 20
106 #define FT_SYMBOL_HEIGHT 21
107 #define MF_SYMBOL_WIDTH 22
108 #define MF_SYMBOL_HEIGHT 23
109 #define CB_SYMBOL_RATIO 24
110 #define FL_SYMBOL_FORMAT 25
111 #define MB_SYMBOL_BITMAP 26
114 #define MN_GRAPHIC_DLG 1
117 #define MN_SYMBOLS_NONE 4
118 #define MN_SYMBOLS_AUTO 5
119 #define MN_GALLERY_ENTRY 100
122 //IAccessibility2 Implementation 2009-----
123 #define STR_START_TYPE 1
124 #define STR_END_TYPE 2
125 #define STR_START_NUM 3
126 #define STR_END_NUM 4
127 #define STR_START_LENGTH 5
128 #define STR_END_LENGTH 6
129 //-----IAccessibility2 Implementation 2009