1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: htmlmode.hxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _SVX_HTMLMODE_HXX
31 #define _SVX_HTMLMODE_HXX
33 // include ---------------------------------------------------------------
35 // define ----------------------------------------------------------------
37 #define HTMLMODE_ON 0x0001
38 #define HTMLMODE_PARA_BORDER 0x0002 /* Absatzumrandungen */
39 #define HTMLMODE_PARA_DISTANCE 0x0004 /* bestimmte Absatzabstaende */
40 #define HTMLMODE_SMALL_CAPS 0x0008 /* Kapitaelchen */
41 #define HTMLMODE_FRM_COLUMNS 0x0010 /* spaltige Rahmen */
42 #define HTMLMODE_SOME_STYLES 0x0020 /* mind. MS IE */
43 #define HTMLMODE_FULL_STYLES 0x0040 /* == SW */
44 #define HTMLMODE_BLINK 0x0080 /* blinkende Zeichen*/
45 #define HTMLMODE_PARA_BLOCK 0x0100 /* Blocksatz */
46 #define HTMLMODE_DROPCAPS 0x0200 /* Initialen*/
47 #define HTMLMODE_FIRSTLINE 0x0400 /* Erstzeileneinzug mit Spacer == NS 3.0 */
48 #define HTMLMODE_GRAPH_POS 0x0800 /* Grafikpositionen Hintergrund */
49 #define HTMLMODE_FULL_ABS_POS 0x1000 /* abs. Rahmenpositionierung */
50 #define HTMLMODE_SOME_ABS_POS 0x2000 /* abs. Rahmenpositionierung vollst.*/
51 #define HTMLMODE_RESERVED1 0x4000
52 #define HTMLMODE_RESERVED0 0x8000