summaryrefslogtreecommitdiffstats
path: root/officecfg/registry/schema/org/openoffice/Office/UI/Infobar.xcs
blob: 6b29f0b47e6acf4aea68ac6994208d95458c5254 (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
<?xml version="1.0" encoding="UTF-8"?>
<!--
 * 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/.
 *
-->
<!DOCTYPE oor:component-schema SYSTEM "../../../../../component-schema.dtd">
<oor:component-schema 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:name="Infobar" oor:package="org.openoffice.Office.UI" xml:lang="en-US">
  <info>
    <desc>Infobar configuration.</desc>
  </info>
  <template></template>
  <component>
    <group oor:name="Enabled">
      <info>
        <desc>Which Infobars are enabled.</desc>
      </info>
      <prop oor:name="Readonly" oor:type="xs:boolean" oor:nillable="false">
        <info>
          <desc>Whether the Infobar shown in read-only docs is enabled</desc>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="Signature" oor:type="xs:boolean" oor:nillable="false">
        <info>
          <desc>Whether the Infobar showing the Digital Signature state is enabled</desc>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="Donate" oor:type="xs:boolean" oor:nillable="false">
        <info>
          <desc>Whether the Infobar showing the call for donations is enabled</desc>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="GetInvolved" oor:type="xs:boolean" oor:nillable="false">
        <info>
          <desc>Whether the Infobar showing the call to 'Get Involved' is enabled</desc>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="HyphenationMissing" oor:type="xs:boolean" oor:nillable="false">
        <info>
          <desc>Whether an Infobar is shown when Hyphenation Info is missing for a document</desc>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="WhatsNew" oor:type="xs:boolean" oor:nillable="false">
        <info>
          <desc>Whether an Infobar is shown when the major version number has changed</desc>
        </info>
        <value>true</value>
      </prop>
      <prop oor:name="HiddenTrackChanges" oor:type="xs:boolean" oor:nillable="false">
        <info>
          <desc>Whether an Infobar is shown when hidden Track Changes settings or data are there in a document</desc>
        </info>
        <value>true</value>
      </prop>
    </group>
  </component>
</oor:component-schema>