Update ooo320-m1
[ooovba.git] / officecfg / registry / schema / org / openoffice / Office / UI / Effects.xcs
blob90c9a9885f1048b2c022a0910f1ca3e4785cb903
1 <?xml version='1.0' encoding='UTF-8'?>
2 <!--***********************************************************************
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 *
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">
33 <info>
34 <author>CD</author>
35 <desc>Contains strings to localize animation effects.</desc>
36 </info>
37 <templates>
38 <group oor:name="LabelType">
39 <info>
40 <desc>Provides a mapping between effect preset ids and their textual representation on the user interface.</desc>
41 </info>
42 <prop oor:name="Label" oor:type="xs:string" oor:localized="true">
43 <info>
44 <desc>A localized text that describes the animation effect.</desc>
45 </info>
46 </prop>
47 </group>
48 <group oor:name="PresetCategory">
49 <info>
50 <desc>Maps a custom animation effect node to an effect category.</desc>
51 </info>
52 <prop oor:name="Label" oor:type="xs:string" oor:localized="true">
53 <info>
54 <desc>A localized text that names the preset category.</desc>
55 </info>
56 </prop>
57 <prop oor:name="Effects" oor:type="oor:string-list" oor:localized="false">
58 <info>
59 <desc>A list of custom effect node names</desc>
60 </info>
61 </prop>
62 </group>
63 </templates>
64 <component>
65 <group oor:name="UserInterface">
66 <info>
67 <desc>Contains user interface data for Office commands and identifiers that are used by the user interface."</desc>
68 </info>
69 <set oor:name="Effects" oor:node-type="LabelType">
70 <info>
71 <desc>Contains preset ids for effects and identifiers that are used by the user interface."</desc>
72 </info>
73 </set>
74 <set oor:name="Transitions" oor:node-type="LabelType">
75 <info>
76 <desc>Contains transition ids for transitions and identifiers that are used by the user interface."</desc>
77 </info>
78 </set>
79 <set oor:name="Properties" oor:node-type="LabelType">
80 <info>
81 <desc>Contains preset ids for effect properties and identifiers that are used by the user interface."</desc>
82 </info>
83 </set>
84 </group>
85 <group oor:name="Presets">
86 <info>
87 <desc>Contains user interface presets for custom animation effects."</desc>
88 </info>
89 <set oor:name="Entrance" oor:node-type="PresetCategory">
90 <info>
91 <desc>Contains the categories for entrance effects."</desc>
92 </info>
93 </set>
94 <set oor:name="Emphasis" oor:node-type="PresetCategory">
95 <info>
96 <desc>Contains the categories for emphasis effects."</desc>
97 </info>
98 </set>
99 <set oor:name="Exit" oor:node-type="PresetCategory">
100 <info>
101 <desc>Contains the categories for exit effects."</desc>
102 </info>
103 </set>
104 <set oor:name="MotionPaths" oor:node-type="PresetCategory">
105 <info>
106 <desc>Contains the categories for motion path effects."</desc>
107 </info>
108 </set>
109 <set oor:name="Misc" oor:node-type="PresetCategory">
110 <info>
111 <desc>Contains all the categories that don't fit anywhere else."</desc>
112 </info>
113 </set>
114 </group>
115 </component>
116 </oor:component-schema>