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