1 <?xml version='
1.0' encoding='UTF-
8'
?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 * Copyright 2008 by Sun Microsystems, Inc.
8 * OpenOffice.org - a multi-platform office productivity suite
10 * $RCSfile: Effects.xcs,v $
11 * $Revision: 1.7.74.1 $
13 * This file is part of OpenOffice.org.
15 * OpenOffice.org is free software: you can redistribute it and/or modify
16 * it under the terms of the GNU Lesser General Public License version 3
17 * only, as published by the Free Software Foundation.
19 * OpenOffice.org is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU Lesser General Public License version 3 for more details
23 * (a copy is included in the LICENSE file that accompanied this code).
25 * You should have received a copy of the GNU Lesser General Public License
26 * version 3 along with OpenOffice.org. If not, see
27 * <http://www.openoffice.org/license.html>
28 * for a copy of the LGPLv3 License.
30 ************************************************************************ -->
31 <!DOCTYPE oor:component-schema SYSTEM
"../../../../../component-schema.dtd">
32 <oor:component-schema oor:
name=
"Effects" oor:
package=
"org.openoffice.Office.UI" xml:
lang=
"en-US" xmlns:
oor=
"http://openoffice.org/2001/registry" xmlns:
xs=
"http://www.w3.org/2001/XMLSchema" xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance">
35 <desc>Contains strings to localize animation effects.
</desc>
38 <group oor:
name=
"LabelType">
40 <desc>Provides a mapping between effect preset ids and their textual representation on the user interface.
</desc>
42 <prop oor:
name=
"Label" oor:
type=
"xs:string" oor:
localized=
"true">
44 <desc>A localized text that describes the animation effect.
</desc>
48 <group oor:
name=
"PresetCategory">
50 <desc>Maps a custom animation effect node to an effect category.
</desc>
52 <prop oor:
name=
"Label" oor:
type=
"xs:string" oor:
localized=
"true">
54 <desc>A localized text that names the preset category.
</desc>
57 <prop oor:
name=
"Effects" oor:
type=
"oor:string-list" oor:
localized=
"false">
59 <desc>A list of custom effect node names
</desc>
65 <group oor:
name=
"UserInterface">
67 <desc>Contains user interface data for Office commands and identifiers that are used by the user interface.
"</desc>
69 <set oor:name="Effects
" oor:node-type="LabelType
">
71 <desc>Contains preset ids for effects and identifiers that are used by the user interface."</desc>
74 <set oor:
name=
"Transitions" oor:
node-type=
"LabelType">
76 <desc>Contains transition ids for transitions and identifiers that are used by the user interface.
"</desc>
79 <set oor:name="Properties
" oor:node-type="LabelType
">
81 <desc>Contains preset ids for effect properties and identifiers that are used by the user interface."</desc>
85 <group oor:
name=
"Presets">
87 <desc>Contains user interface presets for custom animation effects.
"</desc>
89 <set oor:name="Entrance
" oor:node-type="PresetCategory
">
91 <desc>Contains the categories for entrance effects."</desc>
94 <set oor:
name=
"Emphasis" oor:
node-type=
"PresetCategory">
96 <desc>Contains the categories for emphasis effects.
"</desc>
99 <set oor:name="Exit
" oor:node-type="PresetCategory
">
101 <desc>Contains the categories for exit effects."</desc>
104 <set oor:
name=
"MotionPaths" oor:
node-type=
"PresetCategory">
106 <desc>Contains the categories for motion path effects.
"</desc>
109 <set oor:name="Misc
" oor:node-type="PresetCategory
">
111 <desc>Contains all the categories that don't fit anywhere else."</desc>
116 </oor:component-schema>