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#ifndef _SVX_OPTHTML_HRC 24#define _SVX_OPTHTML_HRC 25 26// defines ------------------------------------------------------------------ 27 28#define GB_FONTSIZE 1 29#define FT_SIZE1 2 30#define NF_SIZE1 3 31#define FT_SIZE2 4 32#define NF_SIZE2 5 33#define FT_SIZE3 6 34#define NF_SIZE3 7 35#define FT_SIZE4 8 36#define NF_SIZE4 9 37#define FT_SIZE5 10 38#define NF_SIZE5 11 39#define FT_SIZE6 12 40#define NF_SIZE6 13 41#define FT_SIZE7 14 42#define NF_SIZE7 15 43#define GB_IMPORT 20 44#define CB_UNKNOWN_TAGS 21 45#define CB_IGNORE_FONTNAMES 22 46#define CB_NUMBERS_ENGLISH_US 23 47 48#define GB_EXPORT 30 49#define CB_STARBASIC 31 50#define CB_STARBASIC_WARNING 32 51 52#define CB_LOCAL_GRF 37 53#define CB_PRINT_EXTENSION 38 54#define LB_EXPORT 39 55#define FT_CHARSET 40 56#define LB_CHARSET 41 57 58#endif 59 60