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#include "svx/dialogs.hrc" 23 24#define VS_SPACING_WIDTH 80 25#define CUSTOM_HEIGHT CBOX_HEIGHT + MBOX_HEIGHT + POPUPPANEL_MARGIN_LARGE * 3 + POPUPPANEL_MARGIN_SMALL * 2 + TEXT_HEIGHT * 2 26#define CUSTOM_WIDTH VS_SPACING_WIDTH - 8 27#define CUSTOM_X POPUPPANEL_MARGIN_LARGE + OFFSET_X + 1 28#define CUSTOM_Y OFFSET_Y + POPUPPANEL_MARGIN_SMALL * 3 + 15 * 6 + TEXT_HEIGHT 29#define VS_UNDERLINE_WIDTH 57 30#define VS_UNDERLINE_HEIGHT 12 * 10 31//#define FT_TEST 1 32#define CB_SBFONT_FONT 2 33#define MB_SBFONT_FONTSIZE 3 34#define TB_FONT 4 35#define TB_INCREASE_DECREASE 5 36#define TB_FONTCOLOR 6 37#define TB_SCRIPT_SW 7 38#define TB_HIGHLIGHT 8 39#define TB_SPACING 9 40#define TB_SCRIPT 10 41 42 43#define IMG_INCREASE 11 44#define IMG_INCREASE_H 12 45#define IMG_DECREASE 13 46#define IMG_DECREASE_H 14 47#define IMG_BOLD 15 48#define IMG_BOLD_H 16 49#define IMG_ITALIC 17 50#define IMG_ITALIC_H 18 51#define IMG_UNDERLINE 19 52#define IMG_UNDERLINE_H 20 53#define IMG_STRIKEOUT 21 54#define IMG_STRIKEOUT_H 22 55#define IMG_SHADOWED 23 56#define IMG_SHADOWED_H 24 57#define IMG_FONTCOLOR 25 58#define IMG_FONTCOLOR_H 26 59#define IMG_SUPSCRIPT 27 60#define IMG_SUPSCRIPT_H 28 61#define IMG_SUBSCRIPT 29 62#define IMG_SUBSCRIPT_H 30 63//#define IMG_SPACING 31 64//#define IMG_SPACING_H 32 65#define IMG_HIGHLIGHT 33 66#define IMG_HIGHLIGHT_H 34 67 68#define TBI_FONTCOLOR 50 69#define TBI_BOLD 51 70#define TBI_ITALIC 52 71#define TBI_UNDERLINE 53 72#define TBI_STRIKEOUT 54 73#define TBI_SHADOWED 55 74#define TBI_INCREASE 56 75#define TBI_DECREASE 57 76#define TBI_HIGHLIGHT 58 77#define TBI_SUPER 59 78#define TBI_SUB 60 79#define TBI_SUPER_SW 61 80#define TBI_SUB_SW 62 81#define TBI_SPACING 63 82 83#define IMG_SPACING_D 71 84 85//popup window underline 86#define VS_UNDERLINE 1 87#define PB_OPTIONS 2 88#define BMP_UNDERLINE_MORE 3 89#define BMP_UNDERLINE_MORE_H 4 90 91#define IMG_SINGLE 10 92#define IMG_DOUBLE 11 93#define IMG_BOLD2 12 94#define IMG_DOT 13 95#define IMG_DOT_BOLD 14 96#define IMG_DASH 15 97#define IMG_DASH_LONG 16 98#define IMG_DASH_DOT 17 99#define IMG_DASH_DOT_DOT 18 100#define IMG_WAVE 19 101 102#define STR_SINGLE 20 103#define STR_DOUBLE 21 104#define STR_BOLD 22 105#define STR_DOT 23 106#define STR_DOT_BOLD 24 107#define STR_DASH 25 108#define STR_DASH_LONG 26 109#define STR_DASH_DOT 27 110#define STR_DASH_DOT_DOT 28 111#define STR_WAVE 29 112 113#define IMG_SINGLE_H 30 114#define IMG_DOUBLE_H 31 115#define IMG_BOLD2_H 32 116#define IMG_DOT_H 33 117#define IMG_DOT_BOLD_H 34 118#define IMG_DASH_H 35 119#define IMG_DASH_LONG_H 36 120#define IMG_DASH_DOT_H 37 121#define IMG_DASH_DOT_DOT_H 38 122#define IMG_WAVE_H 39 123 124#define IMG_SINGLE_SEL 40 125#define IMG_DOUBLE_SEL 41 126#define IMG_BOLD2_SEL 42 127#define IMG_DOT_SEL 43 128#define IMG_DOT_BOLD_SEL 44 129#define IMG_DASH_SEL 45 130#define IMG_DASH_LONG_SEL 46 131#define IMG_DASH_DOT_SEL 47 132#define IMG_DASH_DOT_DOT_SEL 48 133#define IMG_WAVE_SEL 49 134 135//popup window font color 136#define VS_FONT_COLOR 1 137#define STR_AUTOMATICE 2 138 139//POPUP WINDOW OF SPACING 140#define VS_SPACING 1 141 142#define CT_BORDER 7 143#define LB_KERNING 8 144#define ED_KERNING 9 145 146#define FT_SPACING 18 147#define FT_BY 19 148#define FT_LASTCUSTOM 20 149 150#define IMG_NORMAL 31 151#define IMG_VERY_TIGHT 32 152#define IMG_TIGHT 33 153#define IMG_LOOSE 34 154#define IMG_VERY_LOOSE 35 155#define IMG_CUSTOM 36 156#define IMG_CUSTOM_GRAY 37 157 158#define IMG_NORMAL_S 51 159#define IMG_VERY_TIGHT_S 52 160#define IMG_TIGHT_S 53 161#define IMG_LOOSE_S 54 162#define IMG_VERY_LOOSE_S 55 163 164#define STR_VERY_TIGHT 61 165#define STR_TIGHT 62 166#define STR_NORMAL 63 167#define STR_LOOSE 64 168#define STR_VERY_LOOSE 65 169#define STR_CUSTOM 66 170 171#define STR_VERY_TIGHT_TIP 67 172#define STR_TIGHT_TIP 68 173#define STR_NORMAL_TIP 69 174#define STR_LOOSE_TIP 70 175#define STR_VERY_LOOSE_TIP 71 176 177#define STR_CUSTOM_C_TIP 72 178#define STR_CUSTOM_E_TIP 73 179#define STR_PT 74 180#define STR_QH_BOLD 75 181#define STR_QH_ITALIC 76 182#define STR_QH_UNDERLINE 77 183 184//help ids 185#define HID_COMBO_FONT_NAME "SVX_HID_COMBO_FONT_NAME" 186#define HID_METRIC_FONT_SIZE "SVX_HID_METRIC_FONT_SIZE" 187#define HID_TB_INCREASE_DECREASE "SVX_HID_TB_INCREASE_DECREASE" 188#define HID_TBI_INCREASE "SVX_HID_TBI_INCREASE" 189#define HID_TBI_DECREASE "SVX_HID_TBI_DECREASE" 190#define HID_TB_FONT "SVX_HID_TB_FONT" 191#define HID_TBI_FONT_BOLD "SVX_HID_TBI_FONT_BOLD" 192#define HID_TBI_FONT_ITALIC "SVX_HID_TBI_FONT_ITALIC" 193#define HID_TBI_FONT_UNDERLINE "SVX_HID_TBI_FONT_UNDERLINE" 194#define HID_TBI_FONT_STRIKEOUT "SVX_HID_TBI_FONT_STRIKEOUT" 195#define HID_TBI_FONT_SHADOWED "SVX_HID_TBI_FONT_SHADOWED" 196#define HID_TB_COLOR "SVX_HID_TB_COLOR" 197#define HID_TBI_COLOR "SVX_HID_TBI_COLOR" 198#define HID_TB_SCRIPT "SVX_HID_TB_SCRIPT" 199#define HID_TBI_SCRIPT_SUPER "SVX_HID_TBI_SCRIPT_SUPER" 200#define HID_TBI_SCRIPT_SUB "SVX_HID_TBI_SCRIPT_SUB" 201#define HID_TB_SCRIPT_SW "SVX_HID_TB_SCRIPT_SW" 202#define HID_TBI_SCRIPT_SW_SUPER "SVX_HID_TBI_SCRIPT_SW_SUPER" 203#define HID_TBI_SCRIPT_SW_SUB "SVX_HID_TBI_SCRIPT_SW_SUB" 204#define HID_TB_SPACING "SVX_HID_TB_SPACING" 205#define HID_TBI_SPACING "SVX_HID_TBI_SPACING" 206#define HID_TB_HIGHLIGHT "SVX_HID_TB_HIGHLIGHT" 207#define HID_TBI_HIGHLIGHT "SVX_HID_TBI_HIGHLIGHT" 208 209#define HID_UNDERLINE_VS "SVX_HID_UNDERLINE_VS" 210#define HID_UNDERLINE_BTN "SVX_HID_UNDERLINE_BTN" 211 212#define HID_COLOR_VS "SVX_HID_COLOR_VS" 213 214#define HID_SPACING_TB_VERY_LOOSE "SVX_HID_SPACING_TB_VERY_LOOSE" 215#define HID_SPACING_TBI_VERY_LOOSE "SVX_HID_SPACING_TBI_VERY_LOOSE" 216#define HID_SPACING_TB_LOOSE "SVX_HID_SPACING_TB_LOOSE" 217#define HID_SPACING_TBI_LOOSE "SVX_HID_SPACING_TBI_LOOSE" 218#define HID_SPACING_TB_NORMAL "SVX_HID_SPACING_TB_NORMAL" 219#define HID_SPACING_TBI_NORMAL "SVX_HID_SPACING_TBI_NORMAL" 220#define HID_SPACING_TB_TIGHT "SVX_HID_SPACING_TB_TIGHT" 221#define HID_SPACING_TBI_TIGHT "SVX_HID_SPACING_TBI_TIGHT" 222#define HID_SPACING_TB_VERY_TIGHT "SVX_HID_SPACING_TB_VERY_TIGHT" 223#define HID_SPACING_TBI_VERY_TIGHT "SVX_HID_SPACING_TBI_VERY_TIGHT" 224#define HID_SPACING_TB_CUSTOM "SVX_HID_SPACING_TB_CUSTOM" 225#define HID_SPACING_TBI_CUSTOM "SVX_HID_SPACING_TBI_CUSTOM" 226#define HID_SPACING_CB_KERN "SVX_HID_SPACING_CB_KERN" 227#define HID_SPACING_MB_KERN "SVX_HID_SPACING_MB_KERN" 228