/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.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 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define avmedia_MediaItem ::avmedia::MediaItem #ifdef DISABLE_DYNLOADING /* 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 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 aSvxClipboardFormatItem_Impl sc_source_ui_appl_typemap_aSvxClipboardFormatItem_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 aSvxUnderlineItem_Impl sc_source_ui_appl_typemap_aSvxUnderlineItem_Impl #define aSvxOverlineItem_Impl sc_source_ui_appl_typemap_aSvxOverlineItem_Impl #define aSvxWeightItem_Impl sc_source_ui_appl_typemap_aSvxWeightItem_Impl #endif #define SFX_TYPEMAP #include #ifdef DISABLE_DYNLOADING #undef aSfxBoolItem_Impl #undef aSfxInt32Item_Impl #undef aSfxStringItem_Impl #undef aSfxUInt16Item_Impl #undef aSfxUInt32Item_Impl #undef aSfxVoidItem_Impl #undef aSvxCharReliefItem_Impl #undef aSvxClipboardFormatItem_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: */