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: rscsfx.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 ************************************************************************/
33 // StarView (RSC_NOTYPE) bis (RSC_NOTYPE + 0x190)
34 // Sfx (RSC_NOTYPE + 0x200) bis (RSC_NOTYPE + 0x20F)
35 #define RSC_SFX_STYLE_FAMILIES (0x100 + 0x201)
36 #define RSC_SFX_STYLE_FAMILY_ITEM (0x100 + 0x202)
37 #define RSC_SFX_SLOT_INFO (0x100 + 0x203)
38 // StarMoney (RSC_NOTYPE + 0x210) bis (RSC_NOTYPE + 0x22F)
39 // Public (RSC_NOTYPE + 0x300) bis (RSC_NOTYPE + 0x3FF)
41 //========== S F X =======================================
42 enum SfxStyleFamily
{ SFX_STYLE_FAMILY_CHAR
= 1,
43 SFX_STYLE_FAMILY_PARA
= 2,
44 SFX_STYLE_FAMILY_FRAME
= 4,
45 SFX_STYLE_FAMILY_PAGE
= 8,
46 SFX_STYLE_FAMILY_PSEUDO
= 16,
47 SFX_STYLE_FAMILY_ALL
= 0x7fff
52 #define RSC_SFX_STYLE_ITEM_LIST 0x1
53 #define RSC_SFX_STYLE_ITEM_BITMAP 0x2
54 #define RSC_SFX_STYLE_ITEM_TEXT 0x4
55 #define RSC_SFX_STYLE_ITEM_HELPTEXT 0x8
56 #define RSC_SFX_STYLE_ITEM_STYLEFAMILY 0x10
57 #define RSC_SFX_STYLE_ITEM_IMAGE 0x20
61 #define RSC_SFX_SLOT_INFO_SLOTNAME 0x1
62 #define RSC_SFX_SLOT_INFO_HELPTEXT 0x2