/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #define ITEMID_PTR 0 #define ITEMID_SHADOW 0 #define ITEMID_PAGE 0 #define ITEMID_SETITEM 0 #define ITEMID_HORJUSTIFY 0 #define ITEMID_VERJUSTIFY 0 #define ITEMID_ORIENTATION 0 #define ITEMID_MARGIN 0 #define ITEMID_AUTHOR 0 #define ITEMID_DATE 0 #define ITEMID_TEXT 0 #define ITEMID_SPELLCHECK 0 #define ITEMID_HYPHENREGION 0 #define ITEMID_FONT 0 #define ITEMID_FONTHEIGHT 0 #define ITEMID_BRUSH 0 #define ITEMID_BOX 0 #define ITEMID_LINE 0 #define ITEMID_LINESPACING 0 #define ITEMID_ADJUST 0 #define ITEMID_WIDOWS 0 #define ITEMID_ORPHANS 0 #define ITEMID_HYPHENZONE 0 #define ITEMID_TABSTOP 0 #define ITEMID_FMTSPLIT 0 #define ITEMID_PAGEMODEL 0 #define ITEMID_FONTLIST 0 #define ITEMID_POSTURE 0 #define ITEMID_WEIGHT 0 #define ITEMID_FONTWIDTH 0 #define ITEMID_UNDERLINE 0 #define ITEMID_CROSSEDOUT 0 #define ITEMID_SHADOWED 0 #define ITEMID_AUTOKERN 0 #define ITEMID_WORDLINEMODE 0 #define ITEMID_CONTOUR 0 #define ITEMID_PROPSIZE 0 #define ITEMID_COLOR 0 #define ITEMID_CHARSETCOLOR 0 #define ITEMID_KERNING 0 #define ITEMID_CASEMAP 0 #define ITEMID_ESCAPEMENT 0 #define ITEMID_LANGUAGE 0 #define ITEMID_NOLINEBREAK 0 #define ITEMID_NOHYPHENHERE 0 #define ITEMID_SEARCH 0 #define ITEMID_COLOR_TABLE 0 #define ITEMID_GRADIENT_LIST 0 #define ITEMID_HATCH_LIST 0 #define ITEMID_BITMAP_LIST 0 #define ITEMID_DASH_LIST 0 #define ITEMID_LINEEND_LIST 0 #define ITEMID_NUMBERINFO 0 #define ITEMID_CHARTSTYLE 0 #define ITEMID_CHARTDATADESCR 0 #define ITEMID_CHARTLEGENDPOS 0 #define ITEMID_CHARTTEXTORDER 0 #define ITEMID_CHARTTEXTORIENT 0 #define ITEMID_DOUBLE 0 #define ITEMID_PAPERBIN 0 #define ITEMID_SIZE 0 #define ITEMID_LRSPACE 0 #define ITEMID_ULSPACE 0 #define ITEMID_PRINT 0 #define ITEMID_OPAQUE 0 #define ITEMID_PROTECT 0 #define ITEMID_MACRO 0 #define ITEMID_BOXINFO 0 #define ITEMID_FMTBREAK 0 #define ITEMID_FMTKEEP 0 #define CharSetItem SfxVoidItem #define FontFamilyItem SfxVoidItem #define FontPitchItem SfxVoidItem #define FontAlignItem SfxVoidItem #define FontWeightItem SfxVoidItem #define FontUnderlineItem SfxVoidItem #define FontStrikeoutItem SfxVoidItem #define FontItalicItem SfxVoidItem #define SvxDbTypeItem SfxVoidItem #define SvxLineSpaceItem SfxVoidItem #define SvxInterLineSpaceItem SfxVoidItem #define SvxBreakItem SfxVoidItem #define BrushStyleItem SfxVoidItem #define SvxNumTypeItem SfxVoidItem #define SvxShadowLocationItem SfxVoidItem #define SvxLanguage SfxVoidItem #define SvxChooseControlEnumItem SfxVoidItem #define SvxDrawToolEnumItem SfxVoidItem #define SvxChooseControlItem SfxVoidItem #define SvxDrawToolItem SfxVoidItem #define SvxCellHorJustifyEnumItem SfxVoidItem #define SvxCellVerJustifyEnumItem SfxVoidItem #define SvxCellOrientationEnumItem SfxVoidItem #include #include #include #include #include #define SFX_TYPEMAP #include "smslots.hxx" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */