1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 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. 14 * 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). 20 * 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. 25 * 26 ************************************************************************/ 27#ifndef _SVX_OPTHTML_HRC 28#define _SVX_OPTHTML_HRC 29 30// defines ------------------------------------------------------------------ 31 32#define GB_FONTSIZE 1 33#define FT_SIZE1 2 34#define NF_SIZE1 3 35#define FT_SIZE2 4 36#define NF_SIZE2 5 37#define FT_SIZE3 6 38#define NF_SIZE3 7 39#define FT_SIZE4 8 40#define NF_SIZE4 9 41#define FT_SIZE5 10 42#define NF_SIZE5 11 43#define FT_SIZE6 12 44#define NF_SIZE6 13 45#define FT_SIZE7 14 46#define NF_SIZE7 15 47#define GB_IMPORT 20 48#define CB_UNKNOWN_TAGS 21 49#define CB_IGNORE_FONTNAMES 22 50#define CB_NUMBERS_ENGLISH_US 23 51 52#define GB_EXPORT 30 53#define CB_STARBASIC 31 54#define CB_STARBASIC_WARNING 32 55 56#define CB_LOCAL_GRF 37 57#define CB_PRINT_EXTENSION 38 58#define LB_EXPORT 39 59#define FT_CHARSET 40 60#define LB_CHARSET 41 61 62#endif 63 64