summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/registry/schema/org/openoffice/Office/extension/PresenterScreen.xcs
blob: deba55ab258b4a278b0c1ad0ce62c9f152730994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************************
 *
 * 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
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************ -->
<oor:component-schema 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" oor:package="org.openoffice.Office.extension" oor:name="PresenterScreen">
  <info>
    <author>AF</author>
    <desc>Configuration of the Presenter Screen extension.</desc>
  </info>
  <import oor:component="org.openoffice.Office.Impress"></import>
  <templates>
    <group oor:name="BitmapDescriptor">
      <info><desc>Describes one bitmap that can be used as button icon or to paint
          a pane border.</desc></info>
      <prop oor:name="Name" oor:type="xs:string">
        <info><desc>Name of the bitmap.  Used to look-up the bitmap in a container.</desc></info>
      </prop>
      <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
        <info><desc>Text that is displayed together with the icon.</desc></info>
      </prop>
      <prop oor:name="NormalFileName" oor:type="xs:string">
        <info><desc>Relative file name to the bitmap for the normal icon.</desc></info>
      </prop>
      <prop oor:name="MouseOverFileName" oor:type="xs:string">
        <info><desc>Relative file name to the bitmap for the mouse over icon.</desc></info>
      </prop>
      <prop oor:name="ButtonDownFileName" oor:type="xs:string">
        <info><desc>Relative file name to the bitmap for the button down icon.</desc></info>
      </prop>
      <prop oor:name="DisabledFileName" oor:type="xs:string">
        <info><desc>Relative file name to the bitmap for the icon in disabled state.</desc></info>
      </prop>
      <prop oor:name="SelectedFileName" oor:type="xs:string">
        <info><desc>Relative file name to the bitmap for the icon in disabled state.</desc></info>
      </prop>
      <prop oor:name="MaskFileName" oor:type="xs:string">
        <info><desc>The file name of the mask bitmap. Use red for pixel outside of
            the border and blue for inside pixels.</desc></info>
        <value></value>
      </prop>
      <prop oor:name="XOffset" oor:type="xs:int">
        <info><desc>Horizontal offset to move the bitmap just outside the
            window border.</desc></info>
        <value>0</value>
      </prop>
      <prop oor:name="YOffset" oor:type="xs:int">
        <info><desc>Vertical offset to move the bitmap just outside the
            window border.</desc></info>
        <value>0</value>
      </prop>
      <prop oor:name="XHotSpot" oor:type="xs:int">
        <info><desc>Horizontal position of a hot spot.</desc></info>
      </prop>
      <prop oor:name="YHotSpot" oor:type="xs:int">
        <info><desc>Vertical position of a hot spot.</desc></info>
      </prop>
      <prop oor:name="ReplacementColor" oor:type="xs:hexBinary">
        <info><desc>Color that is used as replacement for the bitmap when the later
            can for some reason not be used.</desc></info>
      </prop>
      <prop oor:name="HorizontalTexturingMode" oor:type="xs:string">
        <info><desc>Horizontal texturing mode.</desc></info>
        <constraints>
          <enumeration oor:value="Once">
            <info><desc>Show texture only once</desc></info>
          </enumeration>
          <enumeration oor:value="Repeat">
            <info><desc>Repeat the texture</desc></info>
          </enumeration>
          <enumeration oor:value="Stretch">
            <info><desc>Stretch the texture to cover the paint area</desc></info>
          </enumeration>
        </constraints>
      </prop>
      <prop oor:name="VerticalTexturingMode" oor:type="xs:string">
        <info><desc>Vertical texturing mode.</desc></info>
        <constraints>
          <enumeration oor:value="Once">
            <info><desc>Show texture only once</desc></info>
          </enumeration>
          <enumeration oor:value="Repeat">
            <info><desc>Repeat the texture</desc></info>
          </enumeration>
          <enumeration oor:value="Stretch">
            <info><desc>Stretch the texture to cover the paint area</desc></info>
          </enumeration>
        </constraints>
        <value>Once</value>
      </prop>
    </group>
    <group oor:name="ThemeBorderSize">
      <info><desc>Four values describing the sizes of a border around a
          rectangular area.</desc></info>
      <prop oor:name="Left" oor:type="xs:int">
        <info><desc>Left border size.</desc></info>
      </prop>
      <prop oor:name="Top" oor:type="xs:int">
        <info><desc>Top border size.</desc></info>
      </prop>
      <prop oor:name="Right" oor:type="xs:int">
        <info><desc>Right border size.</desc></info>
      </prop>
      <prop oor:name="Bottom" oor:type="xs:int">
        <info><desc>Bottom border size.</desc></info>
      </prop>
    </group>
    <group oor:name="Font">
      <info><desc>Font description.</desc></info>
      <prop oor:name="FamilyName" oor:type="xs:string">
        <info><desc>The name of the font family.</desc></info>
      </prop>
      <prop oor:name="Size" oor:type="xs:int">
        <info><desc>Font size.</desc></info>
      </prop>
      <prop oor:name="Style" oor:type="xs:string">
        <info><desc>Something like "Bold" or "Italic" or "Bold Italic".</desc></info>
      </prop>
      <prop oor:name="Color" oor:type="xs:hexBinary">
        <info><desc>Font color.</desc></info>
      </prop>
      <prop oor:name="Anchor" oor:type="xs:string">
        <info><desc>Orientation of text.  Can be left, right, or centered.</desc></info>
        <constraints>
          <enumeration oor:value="Left">
            <info><desc>Flush left</desc></info>
          </enumeration>
          <enumeration oor:value="Right">
            <info><desc>Flush right</desc></info>
          </enumeration>
          <enumeration oor:value="Center">
            <info><desc>Centered</desc></info>
          </enumeration>
        </constraints>
      </prop>
      <prop oor:name="XOffset" oor:type="xs:int">
        <info><desc>Horizontal offset in relation to the anchor point.</desc></info>
      </prop>
      <prop oor:name="YOffset" oor:type="xs:int">
        <info><desc>Vertical offset in relation to the anchor point.</desc></info>
      </prop>
    </group>
    <group oor:name="ToolBarDescription">
      <node-ref oor:name="Font" oor:node-type="Font">
        <info><desc>Font used for displaying the text.</desc></info>
      </node-ref>
      <node-ref oor:name="Icon" oor:node-type="BitmapDescriptor">
        <info><desc>The icon to display.</desc></info>
      </node-ref>
      <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
        <info><desc>The text to display.</desc></info>
      </prop>
      <prop oor:name="Action" oor:type="xs:string">
        <info><desc>Action to execute when a button is triggered.</desc></info>
      </prop>
    </group>
    <group oor:name="ToolBarEntry">
      <prop oor:name="Name" oor:type="xs:string">
        <info><desc>Name of the entry.  May be used to have mode dependant entries.</desc></info>
      </prop>
      <prop oor:name="Type" oor:type="xs:string">
        <info><desc>Type of the entry.  Examples are "Label" and "Button".</desc></info>
      </prop>
      <node-ref oor:name="Normal" oor:node-type="ToolBarDescription">
        <info><desc>Description of a tool bar entry in normal mode (not selected, not mouse over)</desc></info>
      </node-ref>
      <node-ref oor:name="MouseOver" oor:node-type="ToolBarDescription">
        <info><desc>Description of a tool bar entry when the mouse is over it.</desc></info>
      </node-ref>
      <node-ref oor:name="Selected" oor:node-type="ToolBarDescription">
        <info><desc>Description of a tool bar entry when it is selected.</desc></info>
      </node-ref>
      <node-ref oor:name="Disabled" oor:node-type="ToolBarDescription">
        <info><desc>Description of a tool bar entry when it is disabled.</desc></info>
      </node-ref>
    </group>
    <group oor:name="ToolBar">
      <info><desc>Definition of one tool bar.</desc></info>
      <set oor:name="Entries" oor:node-type="ToolBarEntry">
        <info><desc>Entries of the tool bars.</desc></info>
      </set>
    </group>
    <group oor:name="Button">
      <prop oor:name="Name" oor:type="xs:string">
        <info><desc>Name of the button that is used to look up the button.</desc></info>
      </prop>
      <node-ref oor:name="Font" oor:node-type="Font">
        <info><desc>Font used for displaying the text.</desc></info>
      </node-ref>
      <node-ref oor:name="Icon" oor:node-type="BitmapDescriptor">
        <info><desc>The icon to display.</desc></info>
      </node-ref>
      <prop oor:name="Text" oor:type="xs:string" oor:localized="true">
        <info><desc>The text to display.</desc></info>
      </prop>
      <prop oor:name="Action" oor:type="xs:string">
        <info><desc>Action to execute when a button is triggered.</desc></info>
      </prop>
    </group>
    <group oor:name="HelpEntry">
      <prop oor:name="Left" oor:type="xs:string" oor:localized="true">
        <info><desc>Typically a list of keyboard key names.</desc></info>
      </prop>
      <prop oor:name="Right" oor:type="xs:string" oor:localized="true">
        <info><desc>Typically a description of the action triggered by pressing the keys on the left.</desc></info>
      </prop>
    </group>
    <group oor:name="PaneStyle">
      <info><desc>Visual properties of a pane style:
          the border of a pane and its title font.</desc></info>
      <prop oor:name="StyleName" oor:type="xs:string">
        <info><desc>Name of the style.  Used for referencing the style.
            Has to be unique among pane styles and view styles
            in one theme.</desc></info>
      </prop>
      <prop oor:name="ParentStyle" oor:type="xs:string">
        <info><desc>Name of the parent style.  Values not supplied in this style
            are taken from the parent style.  Empty string or missing
            mean no parent.</desc></info>
        <value></value>
      </prop>
      <node-ref oor:name="TitleFont" oor:node-type="Font">
        <info><desc>Font used for displaying the pane title.</desc></info>
      </node-ref>
      <node-ref oor:name="InnerBorderSize" oor:node-type="ThemeBorderSize">
        <info><desc>Size of the inner part of the border.</desc></info>
      </node-ref>
      <node-ref oor:name="OuterBorderSize" oor:node-type="ThemeBorderSize">
        <info><desc>Size of the outer part of the border.</desc></info>
      </node-ref>
      <set oor:name="BorderBitmapList" oor:node-type="BitmapDescriptor">
        <info><desc>Bitmaps that are used to paint the borders of
            a pane.</desc></info>
      </set>
    </group>
    <group oor:name="ViewStyle">
      <info><desc>Visual properties of a view style:
          font and backround color.</desc></info>
      <prop oor:name="StyleName" oor:type="xs:string">
        <info><desc>Name of the style.  Used for referencing the style.
            Has to be unique among pane styles and view styles
            in one theme.</desc></info>
      </prop>
      <prop oor:name="ParentStyle" oor:type="xs:string">
        <info><desc>Name of the parent style.  Values not supplied in this style
            are taken from the parent style.  Empty string or missing
            mean no parent.</desc></info>
        <value></value>
      </prop>
      <node-ref oor:name="Font" oor:node-type="Font">
        <info><desc>Font used for text display inside a view.</desc></info>
      </node-ref>
      <node-ref oor:name="Background" oor:node-type="BitmapDescriptor">
        <info><desc>Color (or bitmap) that is used to paint the
            background of a view.</desc></info>
      </node-ref>
    </group>
    <group oor:name="Style_Association">
      <info><desc>Association of a drawing framework resource to a
          style of the presenter theme.</desc></info>
      <prop oor:name="ResourceURL" oor:type="xs:string">
        <info><desc>URL of a drawing framework resource.</desc></info>
      </prop>
      <prop oor:name="StyleName" oor:type="xs:string">
        <info><desc>Name of a pane style or a view style.</desc></info>
      </prop>
    </group>
    <group oor:name="PresenterString">
      <info><desc></desc></info>
      <prop oor:name="String" oor:type="xs:string" oor:localized="true">
      </prop>
    </group>
    <group oor:name="ViewDescription">
      <info><desc>Association of a drawing framework resource to a
          style of the presenter theme.</desc></info>
      <prop oor:name="ViewURL" oor:type="xs:string">
        <info><desc>URL of a drawing framework view.</desc></info>
      </prop>
      <prop oor:name="StyleName" oor:type="xs:string">
        <info><desc>Name of a view style.</desc></info>
      </prop>
      <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
        <info><desc>Title displayed for the component.  An empty or missing
            title means that no title is displayed.</desc></info>
        <value></value>
      </prop>
      <prop oor:name="AccessibleTitle" oor:type="xs:string" oor:localized="true">
        <info><desc>Title displayed for the component when accessibility support is active.
            An empty or missing title means that no title is displayed.</desc></info>
        <value></value>
      </prop>
      <prop oor:name="IsOpaque" oor:type="xs:boolean">
        <info><desc>When the value is false then the background is painted before the
            view is painted.</desc></info>
        <value>false</value>
      </prop>
      <set oor:name="Strings" oor:node-type="PresenterString">
        <info><desc>List of localizable strings used by the view.</desc></info>
      </set>
    </group>
    <group oor:name="PresenterTheme">
      <info><desc>Visual properties of the presenter view.  The values in a theme
          are hints and can be ignored.</desc></info>
      <prop oor:name="ThemeName" oor:type="xs:string">
        <info><desc>Name of the theme.  Used for referencing the theme.
            Has to be unique among all themes.  The name of the
            default theme is 'DefaultTheme'</desc></info>
      </prop>
      <prop oor:name="ParentTheme" oor:type="xs:string">
        <info><desc>Name of the parent theme.  Values not supplied in this theme
            are taken from the parent theme.  Empty string or missing
            mean default theme.</desc></info>
        <value></value>
      </prop>
      <prop oor:name="BitmapSourceExtension" oor:type="xs:string">
        <info><desc>Name of the extension which contains the bitmaps
            referenced by this theme.</desc></info>
        <value></value>
      </prop>
      <node-ref oor:name="Background" oor:node-type="BitmapDescriptor">
        <info><desc>Color or bitmap that is used to paint the
            background.</desc></info>
      </node-ref>
      <set oor:name="PaneStyles" oor:node-type="PaneStyle">
        <info><desc>List of pane styles.</desc></info>
      </set>
      <set oor:name="ViewStyles" oor:node-type="ViewStyle">
        <info><desc>List of view styles.</desc></info>
      </set>
      <set oor:name="StyleAssociations" oor:node-type="Style_Association">
        <info><desc>List of style associations.</desc></info>
      </set>
      <set oor:name="Bitmaps" oor:node-type="BitmapDescriptor">
        <info><desc>List of additional bitmaps for example for buttons.</desc></info>
      </set>
      <set oor:name="Fonts" oor:node-type="Font">
        <info><desc>List of additional fonts.</desc></info>
      </set>
    </group>
    <group oor:name="PresenterComponentLayout">
      <info><desc>Layout of a component of the presenter screen.</desc></info>
      <prop oor:name="PaneURL" oor:type="xs:string">
        <info><desc>URL of a pane resource.</desc></info>
      </prop>
      <prop oor:name="ViewURL" oor:type="xs:string">
        <info><desc>URL of a view resource that is to be displayed in
            the pane.</desc></info>
      </prop>
      <prop oor:name="RelativeX" oor:type="xs:double">
        <info><desc>Relative x position in the range of [0,1].</desc></info>
      </prop>
      <prop oor:name="RelativeY" oor:type="xs:double">
        <info><desc>Relative y position in the range of [0,1].</desc></info>
      </prop>
      <prop oor:name="RelativeWidth" oor:type="xs:double">
        <info><desc>Relative width in the range of [0,1].</desc></info>
      </prop>
      <prop oor:name="RelativeHeight" oor:type="xs:double">
        <info><desc>Relative height in the range of [0,1].</desc></info>
      </prop>
    </group>
    <group oor:name="PresenterLayout">
      <info><desc>Layout of all components of the presenter screen.</desc></info>
      <prop oor:name="LayoutName" oor:type="xs:string">
        <info><desc>Name of the layout.  Used for referencing the layout.
            Has to be unique among all presenter layouts.</desc></info>
      </prop>
      <prop oor:name="ParentLayout" oor:type="xs:string">
        <info><desc>Name of the parent layout.  Values not supplied in this layout
            are taken from the parent layout.  Missing or empty string
            mean no parent layout.</desc></info>
        <value></value>
      </prop>
      <set oor:name="Layout" oor:node-type="PresenterComponentLayout">
        <info><desc>List of component layouts.</desc></info>
      </set>
    </group>
  </templates>
  <component>
    <group oor:name="PresenterScreenSettings">
      <info><desc>Settings regarding controls that are only used by the Presenter
          Screen.</desc></info>
      <set oor:name="ToolBars" oor:node-type="ToolBar">
        <info><desc>Set of tool bars.</desc></info>
      </set>
      <set oor:name="Buttons" oor:node-type="Button">
        <info><desc>Set of buttons.</desc></info>
      </set>
      <group oor:name="ScrollBar">
        <info><desc>Settings of scroll bars.</desc></info>
        <set oor:name="Bitmaps" oor:node-type="BitmapDescriptor">
          <info><desc>Bitmaps of icons used for displaying the scroll bar.</desc></info>
        </set>
      </group>
      <group oor:name="SlideSorter">
        <info><desc>Settings of the slide sorter of the presenter screen.</desc></info>
        <node-ref oor:name="BorderSize" oor:node-type="ThemeBorderSize">
          <info><desc>Size of the border around the current slide.</desc></info>
        </node-ref>
        <set oor:name="CurrentSlideBorderBitmaps" oor:node-type="BitmapDescriptor">
          <info><desc>Bitmaps that are used to paint the border around the current
              slide.</desc></info>
        </set>
      </group>
      <group oor:name="HelpView">
        <info><desc>Settings of help view.</desc></info>
        <set oor:name="HelpStrings" oor:node-type="HelpEntry">
          <info><desc>List of entries displayed in the help view.</desc></info>
        </set>
      </group>
    </group>
    <group oor:name="Presenter">
      <info><desc>General properties of the presenter view.</desc></info>
      <prop oor:name="StartAlways" oor:type="xs:boolean">
        <info><desc>When true then presenter screen is displayed on single screen systems
            or when fullscreen presentation spans all screens.</desc></info>
        <value>false</value>
      </prop>
      <set oor:name="Themes" oor:node-type="PresenterTheme">
        <info><desc>List of available themes.</desc></info>
      </set>
      <prop oor:name="CurrentTheme" oor:type="xs:string">
        <info><desc>Name of the current theme.  An empty name or the string "DefaultTheme"
            specify the default theme.</desc></info>
        <value>DefaultTheme</value>
      </prop>
      <set oor:name="Views" oor:node-type="ViewDescription">
        <info><desc>Description of the views.</desc></info>
      </set>
      <set oor:name="Layouts" oor:node-type="PresenterLayout">
        <info><desc>List of visible presenter components.</desc></info>
      </set>
      <prop oor:name="CurrentLayout" oor:type="xs:string">
        <info><desc>Name of the current layout.  An empty name or the
            string "DefaultLayout" specify the default layout.</desc></info>
        <value>DefaultLayout</value>
      </prop>
      <set oor:name="Accessibility" oor:node-type="PresenterString">
        <info><desc>Strings that are used make the presenter console accessible.</desc></info>
      </set>
      <prop oor:name="InitialViewMode" oor:type="xs:int">
        <info><desc>The view mode on start up of the extension.  Valid values are 0 for the Preview-only mode, 1 for the notes view, 2 for the slide overview.</desc></info>
        <value>0</value>
      </prop>
    </group>
  </component>
</oor:component-schema>