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: animations.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 ************************************************************************/
31 #ifndef _XMLOFF_ANIMATIONS_HXX
32 #define _XMLOFF_ANIMATIONS_HXX
34 #include <xmloff/xmltoken.hxx>
36 struct SvXMLEnumMapEntry
;
40 const sal_uInt16 Animations_EnumMap_Fill
= 0;
41 const sal_uInt16 Animations_EnumMap_FillDefault
= 1;
42 const sal_uInt16 Animations_EnumMap_Restart
= 2;
43 const sal_uInt16 Animations_EnumMap_RestartDefault
= 3;
44 const sal_uInt16 Animations_EnumMap_Endsync
= 4;
45 const sal_uInt16 Animations_EnumMap_CalcMode
= 5;
46 const sal_uInt16 Animations_EnumMap_AdditiveMode
= 6;
47 const sal_uInt16 Animations_EnumMap_TransformType
= 7;
48 const sal_uInt16 Animations_EnumMap_TransitionType
= 8;
49 const sal_uInt16 Animations_EnumMap_TransitionSubType
= 9;
50 const sal_uInt16 Animations_EnumMap_EventTrigger
= 10;
51 const sal_uInt16 Animations_EnumMap_EffectPresetClass
= 11;
52 const sal_uInt16 Animations_EnumMap_EffectNodeType
= 12;
53 const sal_uInt16 Animations_EnumMap_SubItem
= 13;
54 const sal_uInt16 Animations_EnumMap_IterateType
= 14;
55 const sal_uInt16 Animations_EnumMap_Command
= 15;
57 extern SvXMLEnumMapEntry
* getAnimationsEnumMap( sal_uInt16 nMap
);
59 struct ImplAttributeNameConversion
61 token::XMLTokenEnum meXMLToken
;
62 const sal_Char
* mpAPIName
;
65 extern struct ImplAttributeNameConversion
* getAnimationAttributeNamesConversionList();
69 #endif // _XMLOFF_ANIMATIONS_HXX