1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24#define TAB_CONTROL 1 25#define LB_COLOR 1 26#define FT_COLOR 1 27#define LB_LINE_STYLE 2 28#define FT_LINE_STYLE 3 29#define FT_LINE_WIDTH 2 30#define MTR_FLD_LINE_WIDTH 1 31#define TSB_INVISIBLE 1 32#define FL_LINE 1 33#define FL_LINE_ENDS 2 34#define FT_LINE_START 4 35#define FT_LINE_END 8 36#define FT_LINE_ENDS_STYLE 5 37#define FT_LINE_ENDS_WIDTH 6 38#define LB_START_STYLE 3 39#define LB_END_STYLE 4 40//IAccessibility2 Impplementaton 2009----- 41#define STR_STYLE (LB_END_STYLE+1) 42#define STR_LB_START_STYLE 30 43#define STR_LB_END_STYLE 31 44#define STR_MTR_FLD_START_WIDTH 32 45#define STR_MTR_FLD_END_WIDTH 33 46#define STR_CENTER_START 34 47#define STR_CENTER_END 35 48#define STR_START_TYPE 36 49#define STR_END_TYPE 37 50#define STR_START_NUM 38 51#define STR_END_NUM 39 52#define STR_START_LENGTH 40 53#define STR_END_LENGTH 41 54//-----IAccessibility2 Impplementaton 2009 55#define MTR_FLD_START_WIDTH 3 56#define MTR_FLD_END_WIDTH 2 57#define CBX_SYNCHRONIZE 1 58#define FL_MEASURING 3 59#define CTL_POSITION 2 60#define FT_POSITION 9 61#define TSB_SHOW_MEASURING 2 62#define CTL_PREVIEW 1 63#define FL_DEFINITION 1 64#define FT_NUMBER 3 65#define FT_DISTANCE 2 66#define FT_LENGTH 4 67#define TSB_SYNCHRONIZE 3 68#define LB_TYPE_1 3 69#define FT_TYPE 1 70#define LB_TYPE_2 1 71#define NUM_FLD_1 1 72#define NUM_FLD_2 2 73#define MTR_FLD_DISTANCE 1 74#define MTR_FLD_LENGTH_1 3 75#define MTR_FLD_LENGTH_2 4 76#define FT_LINESTYLE 10 77#define LB_LINESTYLES 2 78#define BTN_ADD 1 79#define BTN_MODIFY 2 80#define BTN_DELETE 3 81#define BTN_LOAD 5 82#define BTN_SAVE 6 83#define EDT_NAME 1 84#define LB_LINEENDS 1 85#define FL_TIP 1 86#define FI_TIP 10 87#define TSB_CENTER_START 4 88#define TSB_CENTER_END 5 89#define FT_TRANSPARENT 10 90#define MTR_LINE_TRANSPARENT 5 91#define FL_SEPARATOR 4 92#define FT_LINE_END_STYLE 11 93#define FT_TITLE 12 94 95// #116827# 96#define FL_EDGE_STYLE 5 97#define FT_EDGE_STYLE 13 98#define LB_EDGE_STYLE 5 99 100// since LO3.6 101#define FT_CAP_STYLE 14 102#define LB_CAP_STYLE 6 103// not sure about IAccessibility2, add it nevertheless 104#define STR_LB_CAP_STYLE 42 105 106//Symbole (fuer StarChart) 107#define FT_SYMBOL_WIDTH 20 108#define FT_SYMBOL_HEIGHT 21 109#define MF_SYMBOL_WIDTH 22 110#define MF_SYMBOL_HEIGHT 23 111#define CB_SYMBOL_RATIO 24 112#define FL_SYMBOL_FORMAT 25 113#define MB_SYMBOL_BITMAP 26 114 115 116#define MN_GRAPHIC_DLG 1 117#define MN_GALLERY 2 118#define MN_SYMBOLS 3 119#define MN_SYMBOLS_NONE 4 120#define MN_SYMBOLS_AUTO 5 121#define MN_GALLERY_ENTRY 100 122 123/* 124//IAccessibility2 Implementation 2009----- 125#define STR_START_TYPE 1 126#define STR_END_TYPE 2 127#define STR_START_NUM 3 128#define STR_END_NUM 4 129#define STR_START_LENGTH 5 130#define STR_END_LENGTH 6 131//-----IAccessibility2 Implementation 2009 132*/ 133