/* -*- 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. * ************************************************************************/ #include #include "sc.hrc" #include "scitems.hxx" #include #define ITEMID_DBTYPE 0 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include // #i25616# #include #include #include #include #include "attrib.hxx" #define SvxDrawToolItem SfxAllEnumItem #define SvxDrawAlignItem SfxAllEnumItem #define SvxChooseControlItem SfxEnumItem #define avmedia_MediaItem ::avmedia::MediaItem #if defined(IOS) /* Avoid clash with the ones from svx/source/form/typemap.cxx */ #define aSfxBoolItem_Impl sc_source_ui_appl_typemap_aSfxBoolItem_Impl #define aSfxInt32Item_Impl sc_source_ui_appl_typemap_aSfxInt32Item_Impl #define aSfxObjectItem_Impl sc_source_ui_appl_typemap_aSfxObjectItem_Impl #define aSfxStringItem_Impl sc_source_ui_appl_typemap_aSfxStringItem_Impl #define aSfxUInt16Item_Impl sc_source_ui_appl_typemap_aSfxUInt16Item_Impl #define aSfxUInt32Item_Impl sc_source_ui_appl_typemap_aSfxUInt32Item_Impl #define aSfxVoidItem_Impl sc_source_ui_appl_typemap_aSfxVoidItem_Impl #define aSvxCharReliefItem_Impl sc_source_ui_appl_typemap_aSvxCharReliefItem_Impl #define aSvxClipboardFmtItem_Impl sc_source_ui_appl_typemap_aSvxClipboardFmtItem_Impl #define aSvxColorItem_Impl sc_source_ui_appl_typemap_aSvxColorItem_Impl #define aSvxContourItem_Impl sc_source_ui_appl_typemap_aSvxContourItem_Impl #define aSvxCrossedOutItem_Impl sc_source_ui_appl_typemap_aSvxCrossedOutItem_Impl #define aSvxFontHeightItem_Impl sc_source_ui_appl_typemap_aSvxFontHeightItem_Impl #define aSvxFontItem_Impl sc_source_ui_appl_typemap_aSvxFontItem_Impl #define aSvxLanguageItem_Impl sc_source_ui_appl_typemap_aSvxLanguageItem_Impl #define aSvxPostureItem_Impl sc_source_ui_appl_typemap_aSvxPostureItem_Impl #define aSvxShadowedItem_Impl sc_source_ui_appl_typemap_aSvxShadowedItem_Impl #define aSvxTextLineItem_Impl sc_source_ui_appl_typemap_aSvxTextLineItem_Impl #define aSvxWeightItem_Impl sc_source_ui_appl_typemap_aSvxWeightItem_Impl #endif #define SFX_TYPEMAP #include "scslots.hxx" #if defined(IOS) #undef aSfxBoolItem_Impl #undef aSfxInt32Item_Impl #undef aSfxObjectItem_Impl #undef aSfxStringItem_Impl #undef aSfxUInt16Item_Impl #undef aSfxUInt32Item_Impl #undef aSfxVoidItem_Impl #undef aSvxCharReliefItem_Impl #undef aSvxClipboardFmtItem_Impl #undef aSvxColorItem_Impl #undef aSvxContourItem_Impl #undef aSvxCrossedOutItem_Impl #undef aSvxFontHeightItem_Impl #undef aSvxFontItem_Impl #undef aSvxLanguageItem_Impl #undef aSvxPostureItem_Impl #undef aSvxShadowedItem_Impl #undef aSvxTextLineItem_Impl #undef aSvxWeightItem_Impl #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */