summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Common.xcs.in
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Common.xcs.in')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs.in6500
1 files changed, 6500 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs.in b/officecfg/registry/schema/org/openoffice/Office/Common.xcs.in
new file mode 100644
index 000000000000..3de839b9f93e
--- /dev/null
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs.in
@@ -0,0 +1,6500 @@
+<?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/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-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" oor:package="org.openoffice.Office" oor:name="Common" xml:lang="en-US">
+ <info>
+ <desc>Contains common settings which are potentially shared by other
+ components.</desc>
+ </info>
+ <templates>
+ <group oor:name="Passwordstorage">
+ <info>
+ <desc>Contains a container for passwords.</desc>
+ </info>
+ <prop oor:name="Password" oor:type="xs:string" oor:localized="false">
+ <info>
+ <desc>Contains a password encoded with the master password.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="HistoryType">
+ <info>
+ <desc>Contains settings for a history entry in the history list.</desc>
+ </info>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc>Specifies the document URL.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string">
+ <info>
+ <desc>Specifies the filter name that was chosen to load the
+ document.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string">
+ <info>
+ <desc>Indicates the title of the URL that is displayed on the
+ user-interface.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Password" oor:type="xs:string">
+ <info>
+ <desc>Contains an encoded password used to open the document.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="MenuType">
+ <info>
+ <desc>Describes a menu entry for configurable office menus (e.g. file
+ new).</desc>
+ </info>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc>Specifies the URL for dispatch.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Title" oor:type="xs:string" oor:localized="true">
+ <info>
+ <desc>Specifies the label of a menu entry.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ImageIdentifier" oor:type="xs:string">
+ <info>
+ <desc>Specifies the identifier of an assigned icon.</desc>
+ </info>
+ </prop>
+ <prop oor:name="TargetName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the dispatch target (for example, _blank to open URL
+ in new frame).</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="DialogSize">
+ <info>
+ <desc>Contains the width and height of the dialog size.</desc>
+ </info>
+ <prop oor:name="Height" oor:type="xs:int">
+ <info>
+ <desc>Contains the height of the dialog [UNIT=pixel].</desc>
+ </info>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:int">
+ <info>
+ <desc>Contains the width of the dialog [UNIT=pixel].</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Font">
+ <info>
+ <desc>Describes the characteristics of a font.</desc>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>Specifies the exact name of the font ("Arial", "Courier",
+ "Frutiger").</desc>
+ </info>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:short">
+ <info>
+ <desc>Specifies the height of the font in the measure of the
+ destination.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Width" oor:type="xs:short">
+ <info>
+ <desc>Specifies the width of the font in the measure of the
+ destination.</desc>
+ </info>
+ </prop>
+ <prop oor:name="StyleName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the style name of the font ("Bold", "Italic", "Italic
+ Bold").</desc>
+ </info>
+ </prop>
+ <prop oor:name="Family" oor:type="xs:short">
+ <info>
+ <desc>Specifies the general style of the font.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>DONTKNOW</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>DECORATIVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>MODERN</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>ROMAN</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>SCRIPT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>SWISS</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>SYSTEM</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>DONTKNOW</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="CharSet" oor:type="xs:short">
+ <info>
+ <desc>Specifies the character set which is supported by the
+ font.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>DONTKNOW</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>ANSI</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>MAC</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>IBMPC_437</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>IBMPC_850</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>IBMPC_860</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>IBMPC_861</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>IBMPC_863</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>IBMPC_865</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>SYSTEM</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>SYMBOL</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Pitch" oor:type="xs:short">
+ <info>
+ <desc>Specifies the pitch of the font.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>DONTKNOW</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>FIXED</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>VARIABLE</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="CharacterWidth" oor:type="xs:double">
+ <info>
+ <desc>Specifies the character width. Depending on the specified width,
+ a font that supports this width may be selected. [UNIT=%].</desc>
+ </info>
+ </prop>
+ <prop oor:name="Weight" oor:type="xs:double">
+ <info>
+ <desc>Specifies the thickness of the line.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Slant" oor:type="xs:short">
+ <info>
+ <desc>Specifies if there is a character slant (italic).</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>NONE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>OBLIQUE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>ITALIC</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>DONTKNOW</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>REVERSE_OBLIQUE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>REVERSE_ITALIC</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="UnderLine" oor:type="xs:short">
+ <info>
+ <desc>Specifies the type of underline.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>NONE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>SINGLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>DOUBLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>DOTTED</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>DONTKNOW</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>DASH</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>LONGDASH</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>DASHDOT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="8">
+ <info>
+ <desc>DASHDOTDOT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>SMALLWAVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>WAVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="11">
+ <info>
+ <desc>DOUBLEWAVE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="12">
+ <info>
+ <desc>BOLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="13">
+ <info>
+ <desc>BOLDDOTTED</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="14">
+ <info>
+ <desc>BOLDDASH</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="15">
+ <info>
+ <desc>BOLDLONGDASH</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="16">
+ <info>
+ <desc>BOLDDASHDOT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="17">
+ <info>
+ <desc>BOLDDASHDOTDOT</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="18">
+ <info>
+ <desc>BOLDWAVE</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Strikeout" oor:type="xs:short">
+ <info>
+ <desc>Specifies the type of strikeout.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>NONE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>SINGLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>DOUBLE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>DONTKNOW</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>BOLD</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>SLASH</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>X</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Orientation" oor:type="xs:double">
+ <info>
+ <desc>Specifies the rotation of the font. [UNIT=degree].</desc>
+ </info>
+ </prop>
+ <prop oor:name="Kerning" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if a kerning table is available (for requesting). For
+ selecting, specifies if the kerning table is to be used.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WordLineMode" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies if only words get underlined.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Type" oor:type="xs:short">
+ <info>
+ <desc>Specifies the technology of the font representation.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>DONTKNOW</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>RASTER</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>DEVICE</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>SCALABLE</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="FontReplacement">
+ <info>
+ <desc>Contains settings for the font replacement.</desc>
+ </info>
+ <prop oor:name="ReplaceFont" oor:type="xs:string">
+ <info>
+ <desc>Contains the name of font that is to be replaced.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SubstituteFont" oor:type="xs:string">
+ <info>
+ <desc>Contains the name of the replacing font.</desc>
+ </info>
+ </prop>
+ <prop oor:name="OnScreenOnly" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the font pair replacement is applied on the
+ screen.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Always" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the font pair replacement is applied on the
+ printer.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="GraphicSize">
+ <info>
+ <deprecated>Use LogicalGraphicSize instead of this.</deprecated>
+ <desc>Specifies the size of a graphic. [UNIT=1/100 mm].</desc>
+ </info>
+ <prop oor:name="Width" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the width of graphic. [UNIT=1/100 mm].</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="100">
+ <info>
+ <desc>Represents the highest value that can be entered in the
+ dialog.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="99999">
+ <info>
+ <desc>Represents the lowest value that can be entered in the
+ dialog.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Height" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the height of graphic. [UNIT=1/100 mm].</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="100">
+ <info>
+ <desc>Represents the lowest value that can be entered in the
+ dialog.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="99999">
+ <info>
+ <desc>Represents the highest value that can be entered in the
+ dialog.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10000</value>
+ </prop>
+ </group>
+ <group oor:name="LogicalGraphicSize">
+ <info>
+ <desc>Specifies the logical size of a graphic. [UNIT=1/100 mm].</desc>
+ </info>
+ <prop oor:name="LogicalWidth" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the logical width of a graphic.
+ [UNIT=1/100 mm].</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="100">
+ <info>
+ <desc>Represents the lowest value that can be entered in the
+ dialog.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="99999">
+ <info>
+ <desc>Represents the highest value that can be entered in the
+ dialog.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="LogicalHeight" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the logical height of graphic. [UNIT=1/100 mm].</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="100">
+ <info>
+ <desc>Represents the lowest value that can be entered in the
+ dialog.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="99999">
+ <info>
+ <desc>Represents the highest value that can be entered in the
+ dialog.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10000</value>
+ </prop>
+ </group>
+ <group oor:name="ObjectNames">
+ <info>
+ <deprecated>Replaced by
+ org.openoffice.Office.Embedding/ObjectName.</deprecated>
+ <desc>Deprecated</desc>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string" oor:localized="true">
+ <info>
+ <deprecated/>
+ <desc>Deprecated</desc>
+ </info>
+ </prop>
+ <prop oor:name="Key" oor:type="xs:string">
+ <info>
+ <deprecated/>
+ <desc>Deprecated</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="RecoveryEntry">
+ <info>
+ <desc>Specifies an entry of the recovery list which is then used by
+ CrashGuard to save information about the last opened files.</desc>
+ </info>
+ <prop oor:name="URL" oor:type="xs:string">
+ <info>
+ <desc>Specifies an URL that should be recovered after the next Office
+ start.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string">
+ <info>
+ <desc>Specifies a filter that should be used to open the document
+ referenced by the URL property.</desc>
+ </info>
+ </prop>
+ <prop oor:name="TempName" oor:type="xs:string">
+ <info>
+ <desc>Contains the name of the temporary file which represents the
+ document.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="StartEndCharacters">
+ <info>
+ <desc>Contains the characters (so called forbidden characters) that are
+ not allowed at the beginning or end of a line.</desc>
+ </info>
+ <prop oor:name="StartCharacters" oor:type="xs:string">
+ <info>
+ <desc>Contains the characters that are not allowed at the beginning of
+ a line.</desc>
+ </info>
+ </prop>
+ <prop oor:name="EndCharacters" oor:type="xs:string">
+ <info>
+ <desc>Contains the characters that are not allowed at the end of a
+ line.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="NameCounter">
+ <info>
+ <desc>Stores an association between a numeric value and a name.</desc>
+ </info>
+ <prop oor:name="Name" oor:type="xs:string">
+ <info>
+ <desc>Specifies a name that is associated with a counter.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Counter" oor:type="xs:int">
+ <info>
+ <desc>Specifies a number that is associated with a name.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="JobDescription">
+ <info>
+ <deprecated>Use cfg package Jobs instead of this.</deprecated>
+ <desc>Use cfg package Jobs instead of this.</desc>
+ </info>
+ <prop oor:name="ServiceName" oor:type="xs:string">
+ <info>
+ <desc>Use cfg package Jobs instead of this.</desc>
+ </info>
+ </prop>
+ <prop oor:name="UserInteraction" oor:type="xs:boolean">
+ <info>
+ <desc>Use cfg package Jobs instead of this.</desc>
+ </info>
+ </prop>
+ <prop oor:name="AllowAsync" oor:type="xs:boolean">
+ <info>
+ <desc>Use cfg package Jobs instead of this.</desc>
+ </info>
+ </prop>
+ <group oor:name="ExecutionArguments" oor:extensible="true">
+ <info>
+ <desc>Use cfg package Jobs instead of this.</desc>
+ </info>
+ </group>
+ </group>
+ <group oor:name="TrustedAuthor">
+ <info>
+ <desc>All Certificate information needed to handle and identify the
+ signature.</desc>
+ </info>
+ <prop oor:name="SubjectName" oor:type="xs:string">
+ <info>
+ <desc>Subject name of Certificate.</desc>
+ </info>
+ </prop>
+ <prop oor:name="SerialNumber" oor:type="xs:string">
+ <info>
+ <desc>Serial Number of Certificate.</desc>
+ </info>
+ </prop>
+ <prop oor:name="RawData" oor:type="xs:string">
+ <info>
+ <desc>Raw of Certificate.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="ApplicationControlLayout">
+ <info>
+ <desc>specifies, on a per-application-type basis, certain defaults for
+ layouting form controls</desc>
+ </info>
+ <prop oor:name="VisualEffect" oor:type="xs:string" oor:nillable="true">
+ <info>
+ <desc>specifies the default visual effect for form controls</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="none">
+ <info>
+ <desc>specifies no special visual effect</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="flat">
+ <info>
+ <desc>specifies a flat appearance</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3D">
+ <info>
+ <desc>specifies a 3D appearance</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="DynamicBorderColors" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>specifies whether the controls should use dynamic border
+ coloring, if possible. Dymamic border coloring means that when the
+ mouse is hovered over a control, and when a control receives the
+ focus, this is indicated with special border colors.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="UseDocumentTextMetrics" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>controls whether form controls, when they render their text, use
+ the same metrics as the document does. If this is set to &lt;true&gt;,
+ then the control text's appearance better matches the text in the
+ surrounding document.&lt;/p&gt; &lt;p&gt;Technically, documents use a
+ reference device for formatting, which usually has a higher resolution
+ than the actual output device. The option decides whether form
+ controls should use the same reference device as the surrounding
+ document. However, some of OOo's document implementations do not
+ properly use their reference device in all situations, in which case
+ the option might better be disabled.&lt;p&gt;</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="ProductVersionID">
+ <info>
+ <desc>Stores registration data which is related to a specific product
+ version.</desc>
+ </info>
+ <prop oor:name="InstanceUUID" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>An instance UUID associated with the product version ID.</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="InternalMSExport">
+ <info>
+ <desc>Contains internal MSExport settings that are common for all
+ apps.</desc>
+ </info>
+ <prop oor:name="UseOldExport" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if an old (5.0 format) way instead of a new one (6.0
+ OLE embedded document) should be used for export of inplace objects in
+ case MS-filters are not used for them.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Passwords">
+ <info>
+ <desc>Contains a description of the persistent password
+ container.</desc>
+ </info>
+ <prop oor:name="UseStorage" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if passwords can be stored persistently.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HasMaster" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if there is a valid master password.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Master" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the master password encrypted by itself.</desc>
+ </info>
+ <value/>
+ </prop>
+ <set oor:name="Store" oor:node-type="Passwordstorage">
+ <info>
+ <desc>Contains a list of passwords encoded with the master
+ password.</desc>
+ </info>
+ </set>
+ <prop oor:name="AuthenticateUsingSystemCredentials" oor:type="oor:string-list">
+ <info>
+ <desc>Contains a list of URLs that should be accessed using system
+ credentials of the user.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="_3D_Engine">
+ <info>
+ <desc>Specifies settings for the 3D engine.</desc>
+ </info>
+ <prop oor:name="Dithering" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: 3D-Engine/Dithering -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Other - [Section] 3D-View -->
+ <info>
+ <desc>Specifies if dithering is used to display more colors with few
+ colors available.</desc>
+ <label>Use Dithering</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OpenGL" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: 3D-Engine/OpenGL -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Other - [Section] 3D-View -->
+ <info>
+ <desc>Specifies if 3D graphics from Draw and Impress will be displayed
+ on the user's system using an OpenGL capable hardware. If the system
+ does not have an OpenGL capable hardware, this setting will be
+ ignored. The 3D display is always done per software.</desc>
+ <label>Use OpenGL</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="OpenGL_Faster" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: 3D-Engine/OpenGL_Faster -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Other - [Section] 3D-View -->
+ <info>
+ <desc>Specifies whether all geometry data will be simultaneously
+ transferred in an array to the graphic driver. Not every graphic
+ driver correctly supports this OpenGL capability. For this reason,
+ this option can be deactivated in case of presentation errors of 3D
+ output. All geometry data will be then transferred as single
+ components. This option is only available if OpenGL is used, otherwise
+ it is disabled.</desc>
+ <label>Optimized output</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowFull" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: 3D-Engine/ShowFull -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Other - [Section] 3D-View -->
+ <info>
+ <desc>Specifies interaction with full display. If a 3-D object is
+ rotated or moved, the full display is rotated or moved and not a grid
+ frame.</desc>
+ <label>Object refresh during interaction</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="Dictionaries">
+ <info>
+ <desc>Contains settings related to dictionaries.</desc>
+ </info>
+ <prop oor:name="RepositoryURL" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies a repository URL where users can download additional
+ dictionaries.</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ <group oor:name="Drawinglayer">
+ <info>
+ <desc>Specifies settings for the Drawinglayer.</desc>
+ </info>
+ <prop oor:name="OverlayBuffer" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if the Overlay pane is allowed to use an own buffer.
+ If on, Overlay is fast but a buffer (graphics memory) is used. If off,
+ Overlay is slow, but no Buffer is needed. This is the global switch
+ which will enable/disable overlay for all Applications. This is the
+ global switch for the whole office.</desc>
+ <label>Overlay is allowed to use a Background Buffer in all
+ Applications</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OverlayBuffer_Calc" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Similar to OverlayBuffer, but only for Calc Application</desc>
+ <label>Calc Overlay is allowed to use a Background Buffer</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OverlayBuffer_Writer" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Similar to OverlayBuffer, but only for Writer Application</desc>
+ <label>Writer Overlay is allowed to use a Background Buffer</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OverlayBuffer_DrawImpress" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Similar to OverlayBuffer, but only for Draw/Impress
+ Applications</desc>
+ <label>Draw/Impress Overlay is allowed to use a Background
+ Buffer</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PaintBuffer" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if the Application Repaint shall use a buffer for
+ Pre-Rendering. If on, screen flicker is greatly reduced and remote
+ display is fast, but a buffer (graphics memory) is needed. If off,
+ screen flicker will occurr and remote display is slow, but no buffer
+ is needed. This is the global switch for the whole office.</desc>
+ <label>Application Repaint is allowed to use Pre-Rendering
+ Buffer.</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PaintBuffer_Calc" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Similar to PaintBuffer, but only for Calc Application.
+ PaintBuffer is the global switch.</desc>
+ <label>Calc Repaint is allowed to use Pre-Rendering Buffer</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PaintBuffer_Writer" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Similar to PaintBuffer, but only for Writer Application.
+ PaintBuffer is the global switch.</desc>
+ <label>Writer Repaint is allowed to use Pre-Rendering Buffer</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PaintBuffer_DrawImpress" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Similar to PaintBuffer, but only for Draw/Impress Applications.
+ PaintBuffer is the global switch.</desc>
+ <label>Draw/Impress Repaint is allowed to use Pre-Rendering
+ Buffer</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="StripeColorA" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the first one of two colors used from overlay to
+ display striped lines as helplines. Default is black.</desc>
+ <label>Use given color as first stripe color</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="StripeColorB" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the second one of two colors used from overlay to
+ display striped lines as helplines. Default is white.</desc>
+ <label>Use given color as second stripe color</label>
+ </info>
+ <value>16777215</value>
+ </prop>
+ <prop oor:name="StripeLength" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Specifies the length in pixels of a single stripe used from
+ overlay to display striped lines as helplines. Default is four.</desc>
+ <label>Use given length as stripe length</label>
+ </info>
+ <value>4</value>
+ </prop>
+ <prop oor:name="MaximumPaperWidth" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum allowed Paper Width for page definitions
+ in cm. Default is 3m, i.e. 300 cm. When this is changed to higher
+ values, it is done on own risk.</desc>
+ <label>Maximum allowed Paper Width for page definitions</label>
+ </info>
+ <value>300</value>
+ </prop>
+ <prop oor:name="MaximumPaperHeight" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum allowed Paper Height for page definitions
+ in cm. Default is 3m, i.e. 300 cm. When this is changed to higher
+ values, it is done on own risk.</desc>
+ <label>Maximum allowed Paper Height for page definitions</label>
+ </info>
+ <value>300</value>
+ </prop>
+ <prop oor:name="MaximumPaperLeftMargin" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum allowed Left Margin for the page
+ definitions in 1/100th cm.</desc>
+ <label>Maximum allowed Left margin for page definitions</label>
+ </info>
+ <value>9999</value>
+ </prop>
+ <prop oor:name="MaximumPaperRightMargin" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum allowed Right Margin for the page
+ definitions in 1/100th cm.</desc>
+ <label>Maximum allowed Right margin for page definitions</label>
+ </info>
+ <value>9999</value>
+ </prop>
+ <prop oor:name="MaximumPaperTopMargin" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum allowed Top Margin for the page
+ definitions in 1/100th cm.</desc>
+ <label>Maximum allowed Top margin for page definitions</label>
+ </info>
+ <value>9999</value>
+ </prop>
+ <prop oor:name="MaximumPaperBottomMargin" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum allowed Bottom Margin for the page
+ definitions in 1/100th cm.</desc>
+ <label>Maximum allowed Bottom margin for page definitions</label>
+ </info>
+ <value>9999</value>
+ </prop>
+ <prop oor:name="AntiAliasing" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>This switch allows to switch DrawingLayer based views to be
+ rendered using AntiAliasing or not. Of course this takes only effect
+ when AntiAliasing is supported for the System OOo is running
+ on.</desc>
+ <label>This switch determines if DrawingLayer based views use
+ AntiAliasing.</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="SnapHorVerLinesToDiscrete" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>This switch allows to enhance visualisation of graphics which
+ use Horizontal or Vertical Hairlines combined with AntiAliased mode
+ (e.g. in 2D charts). When not used, those lines will be AntiAliased as
+ everything else. Since this is not pleasing for the eye, this option
+ allows to force those lines to snap to discrete points (pixels) when
+ activated and thus avoids AntiAliasing of pure Horizontal or Vertical
+ Hairlines.</desc>
+ <label>Determines if Horizontal and Vertical HairLines in AntiAliased
+ mode are snapped to discrete pixles to enhance visualisation</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RenderDecoratedTextDirect" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>This switch determines if the decorations of decorated text
+ portions (e.g. underline, strike through) are rendered using VCL
+ direct rendering or if the primitive is decomposed into simple text
+ and the corresponding geometrical representations of the decorations.
+ Default is true since VCL's usage of the diverse System's hinting
+ possibilities for decorations is useful.</desc>
+ <label>Determines if decorated texts are decomposed at render time or
+ directly rendered using VCL</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RenderSimpleTextDirect" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>This switch determines if simple text is directly rendered using
+ VCL or not. If not, the simple text is decomposed into PolyPolygons
+ which will be painted then. Default is true, since VCL will use the
+ hinting for font rendering on the diverse supported systems, which
+ gives better quality than rendering the text as Polygons.</desc>
+ <label>Determines if simple texts are decomposed at render time or
+ directly rendered using VCL</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="SolidDragCreate" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>This switch decides if Interactions in the DrawingLayer are
+ visualized using Wireframe or Full-Object previews. If false, only
+ Wireframe will be used. If true, Full-Object preview which gives a
+ much better feedback about the object interaction will be used. This
+ mode is used for modification and creation of objects. During
+ interaction, a geometric copy of the object(s) is shown with 50%
+ transparence in the foreground. That copy shows exactly what You will
+ get when You end the interaction.</desc>
+ <label>This switch determines if DrawingLayer Interactions show
+ Wireframe or Full-Object preview.</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Quadratic3DRenderLimit" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>This defines a Limitation for the default raster conversion from
+ 3D Scenes to Bitmaps. The number is the maximum number of pixels to
+ use, e.g. 1000x1000 Pixels is allowed as default. When Scenes would
+ need more Pixels than this, the Bitmap will be limited and scaled to
+ the needed pixel size at paint time.</desc>
+ <label>A Pixel limitation for the creation of 3D Scenes with the
+ default renderer.</label>
+ </info>
+ <value>1000000</value>
+ </prop>
+ <prop oor:name="QuadraticFormControlRenderLimit" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>This defines a Limitation for the default raster conversion of
+ FormControls in edit mode. These have the ability to be displayed
+ using this fallback to Bitmaps. The number is the maximum number of
+ pixels to use, e.g. 300x150 Pixels is allowed as default. When
+ FormControls would need more Pixels than this, the Bitmap will be
+ limited and scaled to the needed pixel size at paint time.</desc>
+ <label>A Pixel limitation for the creation of FormControl fallback
+ display.</label>
+ </info>
+ <value>45000</value>
+ </prop>
+ <prop oor:name="TransparentSelection" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>This switch defines if the selections in the applications (text
+ or cells) are visualized using inverse (XOR) when set to false (the
+ old selection method, also used when in HighContrast mode) or a
+ transparent overlay selection using the system's selection
+ color.</desc>
+ <label>This switch defines if for text/cell selections the old
+ inverse or the new transparent selection is to be used.</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="TransparentSelectionPercent" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Specifies the degree of transparence to be used when transparent
+ selection is used. The value is a percent value. Since neither no
+ transparence nor complete transparence makes sense, the value is
+ limited to a range of 10% - 90%. If the given value is outside this
+ range, it is cropped to it.</desc>
+ <label>Specifies the percent of transparence to use if transparent
+ selection is used.</label>
+ </info>
+ <value>75</value>
+ </prop>
+ <prop oor:name="SelectionMaximumLuminancePercent" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum allowed luminance the system's selection
+ color may have. When the colorfetched from the system is brighter
+ (luminacne is bigger), it will be scaled to a luminance of exactly
+ this given value.</desc>
+ <label>Specifies the maximum allowed luminance for the system's
+ selection color.</label>
+ </info>
+ <value>70</value>
+ </prop>
+ </group>
+ <group oor:name="AutoCorrect">
+ <info>
+ <desc>Contains miscellaneous settings for the auto correction.</desc>
+ </info>
+ <prop oor:name="UseReplacementTable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Use replacement
+ table -->
+ <info>
+ <desc>Specifies if the replacement table should be used to replace
+ letter combinations with defined text</desc>
+ <label>Use replacement table</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Correct TWo
+ INitial Capitals -->
+ <info>
+ <desc>Specifies if two initial capitals should be corrected
+ automatically.</desc>
+ <label>Correct two initial capitals</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Capitalize first
+ letter of every sentence -->
+ <info>
+ <desc>Specifies if the letter at the beginning of a sentence should be
+ capitalized automatically.</desc>
+ <label>Capitalize first letter of every sentence</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeUnderlineWeight" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Automatic *bold*
+ and _underline_ -->
+ <info>
+ <desc>Specifies if text should be formatted in bold or underlined when
+ the corresponding characters are entered (*bold*, _underline_).</desc>
+ <label>Apply underline or bold</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="SetInetAttribute" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - URL
+ regocnition -->
+ <info>
+ <desc>Specifies if character strings which could represent an URL
+ should be converted to a hyperlink.</desc>
+ <label>Detect URL</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeOrdinalNumber" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace
+ 1st... -->
+ <info>
+ <desc>Specifies if ordinal numbers should be displayed with raised
+ endings.</desc>
+ <label>Replace ordinal numbers</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ChangeDash" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Replace
+ dashes -->
+ <info>
+ <desc>Specifies if minus signs should be replaced by dashes
+ automatically.</desc>
+ <label>Replace dashes</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AddNonBreakingSpace" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options - Add non-breaking
+ space -->
+ <info>
+ <desc>Adds a non-breaking space before the characters :;!? in
+ french.</desc>
+ <label>Add non-breaking space</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="RemoveDoubleSpaces" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Ignore Double
+ Spaces -->
+ <info>
+ <desc>Specifies if multiple spaces should be combined into one.</desc>
+ <label>Ignore double spaces</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="CorrectAccidentalCapsLock" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Options Correct accidental
+ use of cAPS LOCK key -->
+ <info>
+ <desc>Specifies whether or not to correct accidental use of CAPS lock
+ key.</desc>
+ <label>Correct accidental use of cAPS LOCK key</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ReplaceSingleQuote" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Single
+ quotes -->
+ <info>
+ <desc>Specifies if single quotes should be replaced.</desc>
+ <label>Single quotes - Replace</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SingleQuoteAtStart" oor:type="xs:int">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Single
+ quotes -->
+ <info>
+ <desc>Specifies the start single quote.</desc>
+ <label>Start single quote</label>
+ </info>
+ </prop>
+ <prop oor:name="SingleQuoteAtEnd" oor:type="xs:int">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Single
+ quotes -->
+ <info>
+ <desc>Specifies the end single quote.</desc>
+ <label>End Single quote</label>
+ </info>
+ </prop>
+ <prop oor:name="ReplaceDoubleQuote" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Double
+ quotes -->
+ <info>
+ <desc>Specifies if double quotes should be replaced.</desc>
+ <label>Double quotes - Replace</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="DoubleQuoteAtStart" oor:type="xs:int">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Double
+ quotes -->
+ <info>
+ <desc>Specifies the start quote.</desc>
+ <label>Start quote</label>
+ </info>
+ </prop>
+ <prop oor:name="DoubleQuoteAtEnd" oor:type="xs:int">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools AutoCorrect/AutoFormat Custom Quotes Double
+ quotes -->
+ <info>
+ <desc>Specifies the end quote.</desc>
+ <label>End quote</label>
+ </info>
+ </prop>
+ <group oor:name="Exceptions">
+ <info>
+ <desc>Contains settings to apply replacement rules and
+ exceptions.</desc>
+ </info>
+ <prop oor:name="TwoCapitalsAtStart" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - AutoCorrect/AutoFormat - Exceptions - Words with
+ 2 initial capitals -->
+ <info>
+ <desc>Specifies if defined words with two initial capital letters
+ should not be included in the AutoCorrect replacement.</desc>
+ <label>Words with two initial capital letters - Add
+ automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CapitalAtStartSentence" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: AutoCorrect/Options/All -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - AutoCorrect/AutoFormat - Exceptions -
+ Abbrevation -->
+ <info>
+ <desc>Specifies if defined abbreviations should be taken into
+ account to exclude a preceding capital letter.</desc>
+ <label>Abbreviations (no subsequent capital letter) - Add
+ automatically</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Cache">
+ <info>
+ <desc>Specifies cache related options.</desc>
+ </info>
+ <group oor:name="DrawingEngine">
+ <info>
+ <desc>Specifies the cache related options for the drawing
+ engine.</desc>
+ </info>
+ <prop oor:name="OLE_Objects" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: soffice-WorkingSet -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: MaxOLEObjectsInDrawingEngineMemory -->
+ <info>
+ <desc>Determines the maximum number of OLE objects that can be held
+ in RAM for drawings, presentations and inserted drawing objects. The
+ fewer OLE objects contained in RAM, the more space is available for
+ other functions. The more OLE objects in RAM, the faster you can
+ page through the objects since they do not always need to be loaded
+ from the hard drive.</desc>
+ </info>
+ <value>20</value>
+ </prop>
+ </group>
+ <group oor:name="Writer">
+ <info>
+ <desc>Specifies the cache related options for Writer.</desc>
+ </info>
+ <prop oor:name="OLE_Objects" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: soffice-WorkingSet -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: MaxOLEObjectsInSWMemory -->
+ <info>
+ <desc>Determines the maximum number of OLE objects that can be held
+ in RAM for the writer. The fewer OLE objects contained in RAM, the
+ more space is available for other functions. The more OLE objects in
+ RAM, the faster you can page through the objects since they do not
+ always need to be loaded from the hard drive.</desc>
+ </info>
+ <value>20</value>
+ </prop>
+ </group>
+ <group oor:name="GraphicManager">
+ <info>
+ <desc>Specifies a group of graphic manager cache options.</desc>
+ <label>Graphic Manager Cache</label>
+ </info>
+ <prop oor:name="TotalCacheSize" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum cache size for all graphical display
+ objects.</desc>
+ <label>Total Graphic Cache Size</label>
+ </info>
+ <value>22000000</value>
+ </prop>
+ <prop oor:name="ObjectCacheSize" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum cache size for a single graphic display
+ object.</desc>
+ <label>Graphic Object Cache Size</label>
+ </info>
+ <value>5500000</value>
+ </prop>
+ <prop oor:name="ObjectReleaseTime" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the time in seconds after which a cached object is
+ freed from the cache.</desc>
+ <label>Graphic Object Release Timeout</label>
+ </info>
+ <value>600</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Path">
+ <!--OldLocation: soffice.ini -->
+ <!--OldPath: Directories and BackupDirectories -->
+ <!-- UIHints: Tools - Options - General - Paths -->
+ <info>
+ <desc>Contains the current and default path settings used by the
+ Office.</desc>
+ </info>
+ <group oor:name="Info">
+ <info>
+ <desc>Contains various properties information purpose only.</desc>
+ </info>
+ <prop oor:name="WorkPathChanged" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>A flag which is set by the tools options dialog whenever a
+ user changed the work path.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Current">
+ <info>
+ <desc>Contains the global path settings, mainly those of the Options
+ dialog.</desc>
+ </info>
+ <prop oor:name="Addin" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the directory that contains spreadsheet add-ins
+ which use the old add-in API.</desc>
+ </info>
+ <value>$(progpath)/addin</value>
+ </prop>
+ <prop oor:name="AutoCorrect" oor:type="oor:string-list">
+ <info>
+ <desc>Specifies the settings of the AutoCorrect dialog.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/autocorr</it>
+ <it>$(userurl)/autocorr</it>
+ </value>
+ </prop>
+ <prop oor:name="AutoText" oor:type="oor:string-list">
+ <info>
+ <desc>Contains the directory which contains the AutoText
+ modules.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/autotext/$(vlang)</it>
+ <it>$(userurl)/autotext</it>
+ </value>
+ </prop>
+ <prop oor:name="Backup" oor:type="xs:string">
+ <info>
+ <desc>Stores the automatic backup copies of documents.</desc>
+ </info>
+ <value>$(userurl)/backup</value>
+ </prop>
+ <prop oor:name="Basic" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Contains the Basic files, which are used by the
+ AutoPilots.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/basic</it>
+ <it>$(userurl)/basic</it>
+ </value>
+ </prop>
+ <prop oor:name="Bitmap" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the bitmap files which can be used for menu and
+ toolbar icons.</desc>
+ </info>
+ <value>$(insturl)/@LIBO_SHARE_FOLDER@/config/symbol</value>
+ </prop>
+ <prop oor:name="Config" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the configuration files. This value cannot be changed
+ through the user interface.</desc>
+ </info>
+ <value>$(insturl)/@LIBO_SHARE_FOLDER@/config</value>
+ </prop>
+ <prop oor:name="Dictionary" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the provided dictionaries.</desc>
+ </info>
+ <value>$(insturl)/@LIBO_SHARE_FOLDER@/wordbook</value>
+ </prop>
+ <prop oor:name="Favorite" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the path to save folder bookmarks.</desc>
+ </info>
+ <value>$(userurl)/config/folders</value>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the directory where all the filters are
+ stored.</desc>
+ </info>
+ <value>$(progpath)/filter</value>
+ </prop>
+ <prop oor:name="Gallery" oor:type="oor:string-list">
+ <info>
+ <desc>Specifies the directory which contains the Gallery database
+ and multimedia files.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/gallery</it>
+ <it>$(userurl)/gallery</it>
+ </value>
+ </prop>
+ <prop oor:name="Graphic" oor:type="xs:string">
+ <info>
+ <desc>Specifies the directory that is displayed when the dialog for
+ opening a graphic or for saving a new graphic is called.</desc>
+ </info>
+ <value>$(userurl)/gallery</value>
+ </prop>
+ <prop oor:name="Help" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the path to the Office help files.</desc>
+ </info>
+ <value>$(instpath)/help</value>
+ </prop>
+ <prop oor:name="Linguistic" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the files that are necessary for the
+ spellcheck.</desc>
+ </info>
+ <value>$(insturl)/@LIBO_SHARE_FOLDER@/dict</value>
+ </prop>
+ <prop oor:name="Module" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the Office modules.</desc>
+ </info>
+ <value>$(progpath)</value>
+ </prop>
+ <prop oor:name="Palette" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the path to the palette files *.SOB to *.SOF
+ containing user-defined colors and patterns.</desc>
+ </info>
+ <value>$(userurl)/config</value>
+ </prop>
+ <prop oor:name="Plugin" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies the directory in which the plugins are saved.</desc>
+ </info>
+ <value>
+ <it>$(progpath)/plugin</it>
+ </value>
+ </prop>
+ <prop oor:name="Storage" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <deprecated>Without replacement.</deprecated>
+ <desc>Specifies the location where misc data are stored.</desc>
+ </info>
+ <value>$(userpath)/store</value>
+ </prop>
+ <prop oor:name="Temp" oor:type="xs:string">
+ <info>
+ <deprecated>Replaced by
+ org.openoffice.Office.Paths/Temp</deprecated>
+ <desc>Specifies the base directory used by the Office to store temp
+ files.</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="Template" oor:type="oor:string-list">
+ <info>
+ <desc>Specifies the templates originate from these folders and
+ sub-folders.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/template/$(vlang)</it>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/template/common</it>
+ <it>$(userurl)/template</it>
+ </value>
+ </prop>
+ <prop oor:name="UIConfig" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies additional folders containing a global user
+ interface configuration. The final user interface configuration is
+ merged from UserConfig and from these folders.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/config</it>
+ </value>
+ </prop>
+ <prop oor:name="UserConfig" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the folder with the user settings.</desc>
+ </info>
+ <value>$(userurl)/config</value>
+ </prop>
+ <prop oor:name="UserDictionary" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains the custom dictionaries.</desc>
+ </info>
+ <value>$(userurl)/wordbook</value>
+ </prop>
+ <prop oor:name="Work" oor:type="xs:string">
+ <info>
+ <desc>Specifies the path of the work folder, which can be modified
+ according to the user's needs. The path specified here can be seen
+ in the Open or Save dialog.</desc>
+ </info>
+ <value>$(work)</value>
+ </prop>
+ </group>
+ <group oor:name="Default">
+ <info>
+ <desc>Contains the default values of all the paths, which can be
+ modified according to the user's needs. They are used when pressing
+ the Standard-button in the Options dialog.</desc>
+ </info>
+ <prop oor:name="Addin" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory that contains spreadsheet
+ add-ins which use the old add-in API.</desc>
+ </info>
+ <value>$(progpath)/addin</value>
+ </prop>
+ <prop oor:name="AutoCorrect" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory for the settings of the
+ AutoCorrect dialog.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/autocorr</it>
+ <it>$(userurl)/autocorr</it>
+ </value>
+ </prop>
+ <prop oor:name="AutoText" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where the AutoText modules are
+ located.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/autotext/$(vlang)</it>
+ <it>$(userurl)/autotext</it>
+ </value>
+ </prop>
+ <prop oor:name="Backup" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory for the automatic backup
+ copies of documents.</desc>
+ </info>
+ <value>$(userurl)/backup</value>
+ </prop>
+ <prop oor:name="Basic" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where the Basic files, used by
+ the AutoPilots, are located.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/basic</it>
+ <it>$(userurl)/basic</it>
+ </value>
+ </prop>
+ <prop oor:name="Bitmap" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where the bitmap files, which
+ can be used for the menu and toolbar icons, are located.</desc>
+ </info>
+ <value>$(insturl)/@LIBO_SHARE_FOLDER@/config/symbol</value>
+ </prop>
+ <prop oor:name="Config" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where the configuration files
+ are stored.</desc>
+ </info>
+ <value>$(insturl)/@LIBO_SHARE_FOLDER@/config</value>
+ </prop>
+ <prop oor:name="Dictionary" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where the provided
+ dictionaries are located.</desc>
+ </info>
+ <value>$(insturl)/@LIBO_SHARE_FOLDER@/wordbook/$(vlang)</value>
+ </prop>
+ <prop oor:name="Favorite" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where folder bookmarks are
+ stored.</desc>
+ </info>
+ <value>$(userurl)/config/folders</value>
+ </prop>
+ <prop oor:name="Filter" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where all the filters are
+ stored.</desc>
+ </info>
+ <value>$(progpath)/filter</value>
+ </prop>
+ <prop oor:name="Gallery" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where the Gallery database and
+ multimedia files are located.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/gallery</it>
+ <it>$(userurl)/gallery</it>
+ </value>
+ </prop>
+ <prop oor:name="Graphic" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory used by the dialog for opening
+ a graphic or for saving a new graphic.</desc>
+ </info>
+ <value>$(userurl)/gallery</value>
+ </prop>
+ <prop oor:name="Help" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where Office help files are
+ located.</desc>
+ </info>
+ <value>$(instpath)/help</value>
+ </prop>
+ <prop oor:name="Linguistic" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where the files that are
+ necessary for the spellcheck are saved.</desc>
+ </info>
+ <value>$(insturl)/@LIBO_SHARE_FOLDER@/dict</value>
+ </prop>
+ <prop oor:name="Module" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory which contains the Office
+ modules.</desc>
+ </info>
+ <value>$(progpath)</value>
+ </prop>
+ <prop oor:name="Palette" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory for the palette files *.SOB to
+ *.SOF containing user-defined colors and patterns.</desc>
+ </info>
+ <value>$(userurl)/config</value>
+ </prop>
+ <prop oor:name="Plugin" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where the Office plugins are
+ located.</desc>
+ </info>
+ <value>
+ <it>$(progpath)/plugin</it>
+ </value>
+ </prop>
+ <prop oor:name="Temp" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory that is used as a base
+ directory for all temporary Office files.</desc>
+ </info>
+ <value>$(temp)</value>
+ </prop>
+ <prop oor:name="Template" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory where all provided templates
+ are located in folders and sub-folders.</desc>
+ </info>
+ <value>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/template/$(vlang)</it>
+ <it>$(insturl)/@LIBO_SHARE_FOLDER@/template/common</it>
+ <it>$(userurl)/template</it>
+ </value>
+ </prop>
+ <prop oor:name="UIConfig" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directories for the global user
+ interface configuration. The final user interface configuration is
+ merged from UserConfig and from these folders.</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="UserConfig" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory which stores the user
+ settings.</desc>
+ </info>
+ <value>$(userurl)/config</value>
+ </prop>
+ <prop oor:name="UserDictionary" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default directory which stores the custom
+ dictionaries.</desc>
+ </info>
+ <value>$(userurl)/wordbook</value>
+ </prop>
+ <prop oor:name="Work" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the default working directory where user stores
+ documents.</desc>
+ </info>
+ <value>$(work)</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Font">
+ <info>
+ <desc>Contains some common settings for fonts.</desc>
+ </info>
+ <group oor:name="Substitution">
+ <info>
+ <desc>Contains settings for the font substitution.</desc>
+ </info>
+ <prop oor:name="Replacement" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: FontSubstitution -->
+ <!-- OldLocation: fntsubst.ini -->
+ <!-- UIHints: Tools - Options - General - Font replacement -->
+ <info>
+ <desc>Determines if the list of font replacements is applied or
+ not</desc>
+ <label>Apply replacement table</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <set oor:name="FontPairs" oor:node-type="FontReplacement">
+ <!-- OldPath: FontSubstitution-->
+ <!-- OldLocation: fntsubst.ini-->
+ <!-- UIHints: Tools - Options - General - Font replacement -->
+ <info>
+ <desc>Specifies a substitution of the requested font, even if this
+ font is available on the user's system.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="View">
+ <info>
+ <desc>Contains the settings for the font selection box in the object
+ bar.</desc>
+ </info>
+ <prop oor:name="History" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Desktop/FontHistory -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - View -->
+ <info>
+ <desc>Contains the last five fonts, which are shown on the top of a
+ list, beginning with the last one. This list will be displayed on
+ the font-name-box of the object bar.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowFontBoxWYSIWYG" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Desktop/ShowFontBoxWYSIWYG -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - View -->
+ <info>
+ <desc>Specifies that the names of the selectable fonts will be
+ displayed with this font.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="SourceViewFont">
+ <info>
+ <desc>Specifies the font name and height used in HTML source
+ view</desc>
+ </info>
+ <prop oor:name="FontName" oor:type="xs:string">
+ <info>
+ <desc>Specifies the name of the font that is used in source views
+ (HTML source view or BASIC IDE)</desc>
+ </info>
+ </prop>
+ <prop oor:name="FontHeight" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Specifies the height, in points, of the font that is used in
+ source views (HTML source view or BASIC IDE)</desc>
+ </info>
+ <value>10</value>
+ </prop>
+ <prop oor:name="NonProportionalFontsOnly" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether only non-proportional font should be
+ presented on the dialog page.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Gallery">
+ <info>
+ <desc>Specifies Gallery options.</desc>
+ <label>Gallery Options</label>
+ </info>
+ </group>
+ <group oor:name="Menus">
+ <info>
+ <desc>Contains information about configurable menus.</desc>
+ </info>
+ <set oor:name="New" oor:node-type="MenuType">
+ <info>
+ <desc>Contains all entries of new menu.</desc>
+ </info>
+ </set>
+ <set oor:name="Wizard" oor:node-type="MenuType">
+ <info>
+ <desc>Contains all entries of wizard menu.</desc>
+ </info>
+ </set>
+ <set oor:name="HelpBookmarks" oor:node-type="MenuType">
+ <info>
+ <desc>Contains all help bookmarks.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="History">
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <desc>Contains history information.</desc>
+ </info>
+ <prop oor:name="HelpBookmarkSize" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Describes the range and current size of the help bookmark
+ history list.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Defines the minimum range of the help bookmark history
+ list.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="10000">
+ <info>
+ <desc>Defines the maximum range of the help bookmark history
+ list.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10000</value>
+ </prop>
+ <prop oor:name="Size" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Describes the range and current size of the history list.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Defines the min range for the history size.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Defines the max range for the history size.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <prop oor:name="PickListSize" oor:type="xs:int" oor:nillable="false">
+ <!--UI hints: File menu-->
+ <info>
+ <desc>Describes the range and current size of the picklist shown
+ inside the menu.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Defines the min range for the picklist size.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Defines the max range for the picklist size.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <set oor:name="HelpBookmarks" oor:node-type="HistoryType">
+ <info>
+ <desc>Contains the most recently opened help documents.</desc>
+ </info>
+ </set>
+ <set oor:name="List" oor:node-type="HistoryType">
+ <info>
+ <desc>Contains the most recently opened documents.</desc>
+ </info>
+ </set>
+ <set oor:name="PickList" oor:node-type="HistoryType">
+ <!--UI hints: File menu-->
+ <info>
+ <desc>Contains the most recently used documents displayed in the file
+ menu.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="Internal">
+ <info>
+ <desc>Contains settings which are used during the Office startup to
+ check for unfinished work.</desc>
+ </info>
+ <prop oor:name="DevelopmentChart" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that If this option is set to true, the new
+ development chart library is used instead of the standard one. Do not
+ set this option to true unless you know exactly what to do. This new
+ library will be unstable and incomplete most of the time. This flag
+ will be removed when the new library is in a stable state.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <set oor:name="RecoveryList" oor:node-type="RecoveryEntry">
+ <info>
+ <desc>Contains the documents that were opened when the office
+ crashed.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="Save">
+ <info>
+ <desc>Contains general settings about the saving process.</desc>
+ </info>
+ <prop oor:name="WorkingSet" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Restore -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Restore editing
+ view - Open documents-->
+ <info>
+ <desc>Specifies if the all open windows and documents should be saved.
+ If set to true, the URLs of all open documents and all view properties
+ of all open views are saved when terminating the application.</desc>
+ <label>Open documents</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Document">
+ <info>
+ <desc>Contains settings which specify how documents are saved.</desc>
+ </info>
+ <prop oor:name="Unpacked" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: File - Save/Save As -->
+ <info>
+ <desc>Saves OOo 6.0 XML file documents unpacked into a directory.
+ Documents are represented by the directory content and not by a
+ single file.</desc>
+ <label>Save XML files unpacked</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="UseUserData" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: File - Save/Save As -->
+ <info>
+ <desc>Specifies if the user's name should be written into the
+ Properties dialog of the document when saving the document.</desc>
+ <label>Use data for document properties</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AutoSave" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Save/Documents -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Save -->
+ <info>
+ <desc>Specifies whether all modified documents are automatically
+ saved in a time interval.</desc>
+ <label>AutoSave every</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="CreateBackup" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Save/Documents -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Save -->
+ <info>
+ <desc>Specifies whether to create a backup copy when a modified
+ document is saved.</desc>
+ <label>Always create backup copy</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="EditProperty" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Save/Documents -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Save -->
+ <info>
+ <desc>Specifies if the document properties dialog will be opened for
+ editing every time a document is saved under a new filename.</desc>
+ <label>Edit document properties before saving</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="AutoSavePrompt" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Save/Documents -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Save -->
+ <info>
+ <desc>Shows a prompt during AutoSave,even when the document has a
+ filename.</desc>
+ <label>Prompt to save</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AutoSaveTimeIntervall" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: General/Save/Documents -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Save -->
+ <info>
+ <desc>Specifies the AutoSave time interval in minutes.</desc>
+ <label>Minutes</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Specifies that the minimum time interval is 1
+ minute.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="60">
+ <info>
+ <desc>Specifies that the maximum time interval is 60
+ minutes.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>15</value>
+ </prop>
+ <prop oor:name="ViewInfo" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Restore -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Restore
+ editing view - Document view-->
+ <info>
+ <desc>Saves view properties of last active document view when saving
+ a document.</desc>
+ <label>Document view</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PrettyPrinting" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Save - optimize XML file
+ size-->
+ <!--the UI setting is inverse to this setting-->
+ <info>
+ <desc>Specifies if files saved in the OOo 6.0 XML file formats
+ should be in pretty printing format. Saving and loading the document
+ takes more time in pretty printing format.</desc>
+ <label>Open windows</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="WarnAlienFormat" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Save - -->
+ <info>
+ <desc>Specifies if a warning message is shown if a file is going to
+ be saved to an alien format.</desc>
+ <label>Open windows</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="AlwaysSaveAs" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>If the option is set, every time a user triggers a plain Save
+ operation, SaveAs operation with possible additional user
+ notifications will be started.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SaveBackwardCompatibleODF" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>If the value is "true", then the ODF that is saved by
+ OpenOffice.org will be backward compatible to previous minor
+ versions.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="LoadPrinter" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Load/Save - General - Load - Load
+ printer settings with the document -->
+ <info>
+ <desc>Specifies if the printer settings will be loaded with the
+ document.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Graphic">
+ <info>
+ <desc>Contains settings on how graphics contained in a document should
+ be saved.</desc>
+ </info>
+ <prop oor:name="Format" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: General/Save/Graphics -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Save
+ graphics -->
+ <info>
+ <desc>Specifies how graphics contained in a document are
+ saved.</desc>
+ <label>Save graphics Normal/Compressed/Original format</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Normal</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Compressed</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Original format</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="URL">
+ <info>
+ <desc>Specifies how URLs in documents should be processed during
+ save.</desc>
+ </info>
+ <prop oor:name="FileSystem" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Save/URL -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Save URLs
+ relative to -->
+ <info>
+ <desc>Specifies whether URLs in documents should be saved relative
+ to the file system.</desc>
+ <label>File system</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Internet" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Save/URL -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Save URLs
+ relative to -->
+ <info>
+ <desc>Specifies if URLs in documents should be saved relative to the
+ Internet.</desc>
+ <label>Internet</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="ODF">
+ <info>
+ <desc>Specifies ODF settings.</desc>
+ </info>
+ <prop oor:name="DefaultVersion" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Load/Save - General - ODF version -->
+ <info>
+ <desc>Specifies the default ODF version for saving documents.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>ODFVER_UNKNOWN</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>ODFVER_010</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>ODFVER_011</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>ODFVER_012</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>ODFVER_LATEST</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>3</value>
+ </prop>
+ <prop oor:name="UseSHA1InODF12" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether SHA1 algorithm instead of SHA256 should be
+ used in ODF12 for StartKey and Checksum generation during
+ encryption.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="UseBlowfishInODF12" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether Blowfish algorithm instead of AES should be
+ used in ODF12 for encryption.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Load">
+ <info>
+ <desc>Contains settings regarding the loading of documents.</desc>
+ </info>
+ <prop oor:name="UserDefinedSettings" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Load/Save - General [Section]
+ Load - Load user-defined with the document-->
+ <info>
+ <desc>Specifies whether the user defined configuration settings are
+ loaded together with the document.</desc>
+ <label>Load user-defined settings</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowOfficeUpdateDialog" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the office update dialog should be shown in
+ case the loaded document has newer ODF version than the maximal
+ supported one.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Security">
+ <info>
+ <desc>Contains security specific Office settings.</desc>
+ </info>
+ <group oor:name="Scripting">
+ <info>
+ <desc>Contains security settings regarding Basic scripts.</desc>
+ </info>
+ <prop oor:name="SecureURL" oor:type="oor:string-list" oor:nillable="false">
+ <!-- OldPath: Security/SecureURL -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - Browser -->
+ <info>
+ <desc>Lists all trustworthy URLs: file: All scripts from the local
+ file system including a LAN; private:explorer: Scripts from the
+ Explorer; private:help: Scripts in the help system; private:newmenu:
+ Scripts that are executed by the commands File-New and AutoPilot;
+ private:schedule: Scripts of the scheduler; private:searchfolder:
+ Scripts of the searchfolder; private:user: Scripts that are entered
+ in the URL field.</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="OfficeBasic" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Security/StarBASIC -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - Browser -->
+ <info>
+ <desc>Determines how Office Basic scripts should be handled.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Never</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>According to Path List</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Always</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="ExecutePlugins" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether execution of plugins found inside a document
+ is allowed.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Warning" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether a warning box should be displayed before
+ executing a script.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Confirmation" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the user must confirm before a basic script
+ can be executed.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="WarnSaveOrSendDoc" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies wether to warn when saving or sending documents with
+ personal/hidden data.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="WarnSignDoc" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies wether to warn when signing documents with
+ personal/hidden data.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CertDir" oor:type="xs:string">
+ <info>
+ <desc>Contains the path to the users NSS certificate directory.</desc>
+ </info>
+ </prop>
+ <prop oor:name="WarnPrintDoc" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies wether to warn when printing documents with
+ personal/hidden data.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="WarnCreatePDF" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies wether to warn when creating PDF documents with
+ personal/hidden data.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="RemovePersonalInfoOnSaving" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies wether to remove personal information on
+ saving.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="RecommendPasswordProtection" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies wether to recommend password protection when saving
+ documents.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HyperlinksWithCtrlClick" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether ctrl-click is required to follow
+ hyperlinks.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="MacroSecurityLevel" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Level of Macro security.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Lowest level.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="3">
+ <info>
+ <desc>Highest level.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="DisableMacrosExecution" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the macro execution is disabled in general.
+ If it is set to true, the "MacroSecurityLevel" is ignored. If it is
+ set to false, the mentioned entry specified the level of macro
+ security.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <set oor:name="TrustedAuthors" oor:node-type="TrustedAuthor">
+ <info>
+ <desc>List with trusted authors.</desc>
+ </info>
+ </set>
+ </group>
+ </group>
+ <group oor:name="View">
+ <info>
+ <desc>Contains window and dialog settings.</desc>
+ </info>
+ <prop oor:name="FontScaling" oor:type="xs:short" oor:nillable="false">
+ <!--OldPath: General/View -->
+ <!--OldLocation: soffice.cfg-->
+ <!--UIHints: Tools Options - General View [Section] Display-->
+ <info>
+ <desc>Specifies the scaling only of the screen representation
+ [UNIT=%].</desc>
+ <label>Scaling</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="50">
+ <info>
+ <desc>Specifies the minimum range of the scaling.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="200">
+ <info>
+ <desc>Specifies the maximum range of the scaling.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ <group oor:name="NewDocumentHandling">
+ <info>
+ <desc>Contains settings to change new document window behavior.</desc>
+ </info>
+ <prop oor:name="ForceFocusAndToFront" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Every new document window will be forced to front and grabs
+ the focus.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="AppWindow">
+ <info>
+ <desc>Contains settings on how the application window should be
+ displayed.</desc>
+ </info>
+ <prop oor:name="FullScreen" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: soffice-view/App-Window -->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <desc>Specifies whether the application window should be opened in
+ Fullscreen mode.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Preference" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: soffice-view/App-Window -->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <desc>Specifies the preferred view of the application window.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Use last setting</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Show in task bar</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Open in Fullscreen mode</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Dialog">
+ <info>
+ <desc>Contains settings which specify how dialogs and toolbars should
+ be displayed.</desc>
+ </info>
+ <prop oor:name="ButtonLarge" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/View -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General View [Section] Buttons -->
+ <info>
+ <desc>Specifies whether toolbar buttons should be drawn large or
+ small. True means large.</desc>
+ <label>Large buttons</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ButtonFlat" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/View -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General View [Section] Buttons -->
+ <info>
+ <desc>Specifies whether toolbox buttons should be drawn with a flat
+ or 3D design. True means flat design.</desc>
+ <label>Flat buttons</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="MousePositioning" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: General/View -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General View [Section] Mouse
+ positioning -->
+ <info>
+ <desc>Determines the automatic mouse positioning on dialogs: 0 -
+ Default button 1 - Dialog center 2 - No automatic positioning</desc>
+ <label>Mouse positioning</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Snap To Button</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Snap To Middle</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>No Snap</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="MiddleMouseButton" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: General/View -->
+ <!-- UIHints: Tools Options - General View [Section] Middle mouse
+ button -->
+ <info>
+ <desc>Determines the action assigned to the middle mouse button: 0 -
+ No action 1 -Auto scroll 2 - Paste selection.</desc>
+ <label>Middle mouse button</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>No action</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Auto scroll</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Paste selection</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="Localisation">
+ <info>
+ <desc>Contains localization specific settings.</desc>
+ </info>
+ <prop oor:name="AutoMnemonic" oor:type="xs:boolean" oor:localized="true">
+ <!-- OldPath: International/AutoMnemonic -->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <desc>Specifies if shortcuts are assigned automatically.</desc>
+ </info>
+ </prop>
+ <prop oor:name="DialogScale" oor:type="xs:int" oor:localized="true">
+ <!-- OldPath: International/DialogScaleX -->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <desc>Specifies the percentage for enlarging controls.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the upper limit for enlarging the controls is
+ 100%.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies the upper limit for enlarging the controls is
+ 100%.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ </prop>
+ </group>
+ <group oor:name="Menu">
+ <info>
+ <desc>Contains menu view settings.</desc>
+ </info>
+ <prop oor:name="DontHideDisabledEntry" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Desktop/DontHideDisabledEntry -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - View -->
+ <info>
+ <desc>Shows all deactivated menu entries. Menu commands that are
+ normally not necessary are hidden by default.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsSystemIconsInMenus" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Indicates whether icons in the office menus should
+ shown/hidden by following the System theme.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowIconsInMenues" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/View -->
+ <!-- UIHints: Tools Options - General View [Section] Options -->
+ <info>
+ <desc>Indicates whether icons in the office menus should be
+ displayed.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FollowMouse" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/View -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General View [Section] Options -->
+ <info>
+ <desc>Specifies automatic selection while moving the mouse over a
+ menu (True).</desc>
+ <label>Menu follows mouse pointer</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Window">
+ <info>
+ <desc>Contains settings for general windows used by the Office.</desc>
+ </info>
+ <prop oor:name="Drag" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: General/View -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General View [Section] Display -->
+ <info>
+ <desc>Specifies the representation of the window while
+ dragging.</desc>
+ <label>Window Drag</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>With window contents</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Frame only</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>From system settings</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="Key" oor:type="xs:int">
+ <!-- OldPath: soffice_View/Window -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: LM: Description is missing
+ 5962Window=V1,995/150/280/321,H,0,AL:(16,4,0/0/400/250)#100 -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Version" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: soffice_View/Window -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: LM: Description is missing -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if
+ NIL was intended -->
+ </prop>
+ <prop oor:name="State" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: soffice_View/Window -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: LM: Description is missing -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Flag" oor:type="xs:int">
+ <!-- OldPath: soffice_View/Window -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: LM: Description is missing -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="01">
+ <info>
+ <desc>ZoomIn</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="02">
+ <info>
+ <desc>Small</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="04">
+ <info>
+ <desc>ForceDock</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="08">
+ <info>
+ <desc>AutoHide</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="10">
+ <info>
+ <desc>Task</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="20">
+ <info>
+ <desc>CantGetFocus</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="UserData" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: soffice_View/Window -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: LM: Description is missing -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if
+ NIL was intended -->
+ </prop>
+ </group>
+ <group oor:name="SplitWindow">
+ <info>
+ <deprecated/>
+ <desc>Specifies the properties of window containers for docked
+ windows.</desc>
+ </info>
+ <prop oor:name="Key" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: soffice_View/SplitWindow -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: LM: Description is missing 0SplitWindow=V1,2,1,0,6308 -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if
+ NIL was intended -->
+ </prop>
+ <prop oor:name="Version" oor:type="xs:int">
+ <!-- OldPath: soffice_View/SplitWindow -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: LM: Description is missing -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ </prop>
+ <prop oor:name="State" oor:type="xs:int">
+ <!-- OldPath: soffice_View/SplitWindow -->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Stick/Hidden</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Floating/Hidden</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Stick/Visible</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Floating/Visible</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ </prop>
+ <prop oor:name="Count" oor:type="xs:int">
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ <!-- OldPath: soffice_View/SplitWindow -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: LM: Description is missing -->
+ </prop>
+ <prop oor:name="Sequence" oor:type="xs:int">
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ </info>
+ <!-- OldPath: soffice_View/SplitWindow -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- Notice: LM: Description is missing -->
+ </prop>
+ </group>
+ <group oor:name="FontAntiAliasing">
+ <info>
+ <desc>Font antialiasing properties</desc>
+ </info>
+ <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies font antialiasing properties</desc>
+ <label>Font Antialiasing Enabled</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="MinPixelHeight" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Specifies an additional limit if Font Antialiasing is enabled.
+ Fonts that are smaller than the specified limit are not
+ anti-aliased.</desc>
+ <label>Font Antialiasing Minimum Pixel Height</label>
+ </info>
+ <value>8</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Undo">
+ <info>
+ <desc>Contains the settings regarding the undo operation in the
+ Office.</desc>
+ </info>
+ <prop oor:name="Steps" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: General/Undo -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Save - [Section] Undo -->
+ <info>
+ <desc>Specifies how many operations can be undone in a row.</desc>
+ <label>Number of steps</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Specifies the lowest number of undo steps possible.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="1000">
+ <info>
+ <desc>Specifies the highest number of undo steps possible.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>100</value>
+ </prop>
+ </group>
+ <group oor:name="Setup">
+ <info>
+ <desc>Specifies options related to the setup.</desc>
+ </info>
+ <group oor:name="Language">
+ <info>
+ <desc>Specifies options related to the installed languages.</desc>
+ </info>
+ <prop oor:name="Locales" oor:type="oor:string-list">
+ <!--OldPath: OfficeLanguage/[Code]=Installed -->
+ <!--OldLocation: soffice.ini -->
+ <!--The string list has to be filled by the setup-->
+ <info>
+ <desc>Contains the installed Office languages for the menus and
+ dialogs.</desc>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Print">
+ <info>
+ <desc>Specifies options related to printing.</desc>
+ </info>
+ <prop oor:name="PrintingModifiesDocument" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Specifies if printing a document can modify a document due to
+ reformatting</desc>
+ <label>(PrinterOptions) PrintingModifiesDocument</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Warning">
+ <info>
+ <desc>Contains settings for print specific warnings.</desc>
+ </info>
+ <prop oor:name="PaperSize" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Print/Warning -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Print [Section] Warnings -->
+ <info>
+ <desc>Specifies if a warning should be displayed in case the
+ printout requires a specific paper size</desc>
+ <label>(Warnings) Paper size</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PaperOrientation" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Print/Warning -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Print [Section] Warnings -->
+ <info>
+ <desc>Specifies if a warning should be displayed in case the
+ printout requires a specific paper orientation</desc>
+ <label>(Warnings) Paper orientation</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="NotFound" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: General/Print/Warning -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - General Print [Section] Warnings -->
+ <info>
+ <desc>Specifies if a warning should be displayed in case the printer
+ defined in the document was not found</desc>
+ <label>(Warnings) Not found</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Transparency" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section] Warnings -->
+ <info>
+ <desc>Specifies if a warning should be displayed in case the
+ printout contains transparent objects.</desc>
+ <label>(Warnings) Transparency</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Option">
+ <info>
+ <desc>Specifies the options related to printing.</desc>
+ </info>
+ <group oor:name="Printer">
+ <info>
+ <desc>Specifies the options related to printing.</desc>
+ </info>
+ <prop oor:name="ReduceTransparency" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Indicates whether to ignore transparency for the output of
+ objects.</desc>
+ <label>(PrinterOptions) ReduceTransparency</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReducedTransparencyMode" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Specifies type of transparency reduction: 0 - Automatically
+ determine reduction, 1 - Always disabled.</desc>
+ <label>(PrinterOptions) ReducedTransparencyMode</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ReduceGradients" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Indicates whether to reduce memory usage for output of
+ gradients by limiting the number of gradient steps.</desc>
+ <label>(PrinterOptions) ReduceGradients</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReducedGradientMode" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Specifies type of gradient reduction: 0 - reduce the number
+ of stripes, 1 - reduce to color.</desc>
+ <label>(PrinterOptions) ReducedGradientMode</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ReducedGradientStepCount" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Specifies the maximum number stripes used for output of
+ gradients.</desc>
+ <label>(PrinterOptions) ReducedGradientStepCount</label>
+ </info>
+ <value>64</value>
+ </prop>
+ <prop oor:name="ReduceBitmaps" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Indicates whether to reduce the memory usage of bitmaps for
+ print process by limiting the resolution.</desc>
+ <label>(PrinterOptions) ReduceBitmaps</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReducedBitmapMode" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Specifies type of bitmap reduction: 0 - Automatically
+ determine optimal resolution, 1 - Use original resolution, 2 -
+ User defined resolution.</desc>
+ <label>(PrinterOptions) ReducedBitmapMode</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="ReducedBitmapResolution" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Specifies resolution of reduced bitmaps: 0 - 72DPI, 1 -
+ 96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI.</desc>
+ <label>(PrinterOptions) ReducedBitmapResolution</label>
+ </info>
+ <value>3</value>
+ </prop>
+ <prop oor:name="ReducedBitmapIncludesTransparency" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Indicates whether to reduce the resolution of automatically
+ created substitution bitmaps of transparent objects.</desc>
+ <label>(PrinterOptions) ReducedBitmapIncludesTransparency</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ConvertToGreyscales" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrinterOptions -->
+ <info>
+ <desc>Indicates whether to create only grayscale output of all
+ objects.</desc>
+ <label>(PrinterOptions) ConvertToGreyscales</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PDFAsStandardPrintJobFormat" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Indicates whether PDF should be the Standard Print Job
+ format</desc>
+ <label>(PrinterOptions) PDFAsStandardPrintJobFormat</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="File">
+ <info>
+ <desc>Specifies the options for printing to a file.</desc>
+ <label>Print File</label>
+ </info>
+ <prop oor:name="ReduceTransparency" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Indicates whether to ignore transparency for the output of
+ objects.</desc>
+ <label>(PrintFileOptions) ReduceTransparency</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReducedTransparencyMode" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Indicates the type of transparency reduction: 0 -
+ Automatically determine reduction, 1 - Always disabled.</desc>
+ <label>(PrintFileOptions) ReducedTransparencyMode</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ReduceGradients" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Indicates whether to reduce memory usage for output of
+ gradients by limiting the number of gradient steps.</desc>
+ <label>(PrintFileOptions) ReduceGradients</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReducedGradientMode" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Indicates the type of gradient reduction: 0 - Reduce the
+ number of stripes, 1 - Reduce to color.</desc>
+ <label>(PrintFileOptions) ReducedGradientMode</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ReducedGradientStepCount" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Specifies the maximum number stripes used for output of
+ gradients.</desc>
+ <label>(PrintFileOptions) ReducedGradientStepCount</label>
+ </info>
+ <value>64</value>
+ </prop>
+ <prop oor:name="ReduceBitmaps" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Indicates whether to reduce the memory usage of bitmaps for
+ the print process by limiting the resolution.</desc>
+ <label>(PrintFileOptions) ReduceBitmaps</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ReducedBitmapMode" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Specifies the type of bitmap reduction: 0 - Automatically
+ determine optimal resolution, 1 - Use original resolution, 2 -
+ User defined resolution.</desc>
+ <label>(PrintFileOptions) ReducedBitmapMode</label>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="ReducedBitmapResolution" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Specifies the resolution of reduced bitmaps: 0 - 72DPI, 1 -
+ 96DPI, 2 - 150DPI, 3 - 200DPI, 4 - 300DPI, 5 - 600DPI.</desc>
+ <label>(PrintFileOptions) ReducedBitmapResolution</label>
+ </info>
+ <value>3</value>
+ </prop>
+ <prop oor:name="ReducedBitmapIncludesTransparency" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Indicates whether to reduce the resolution of automatically
+ created substitution bitmaps of transparent objects.</desc>
+ <label>(PrintFileOptions)
+ ReducedBitmapIncludesTransparency</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ConvertToGreyscales" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Indicates whether to create only grayscale output of all
+ objects.</desc>
+ <label>(PrintFileOptions) ConvertToGreyscales</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PDFAsStandardPrintJobFormat" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options - General Print [Section]
+ PrintFileOptions -->
+ <info>
+ <desc>Indicates whether PDF should be the Standard Print Job
+ format</desc>
+ <label>(PrintFileOptions) PDFAsStandardPrintJobFormat</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="AddXMLToStorage">
+ <info>
+ <desc>Contains settings specifying if a XML package is added to the
+ applications binary files.</desc>
+ </info>
+ <prop oor:name="Writer" oor:type="xs:boolean">
+ <!-- OldPath: AddXMLToStorage_Writer -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: no -->
+ <info>
+ <desc>Defines if a XML package is added to the Writer binary
+ files.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Calc" oor:type="xs:boolean">
+ <!-- OldPath: AddXMLToStorage_Calc -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: no -->
+ <info>
+ <desc>Defines if a XML package is added to the Calc binary
+ files.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Impress" oor:type="xs:boolean">
+ <!-- OldPath: AddXMLToStorage_Impress -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: no -->
+ <info>
+ <desc>Defines if a XML package is added to the Impress binary
+ files.</desc>
+ </info>
+ </prop>
+ <prop oor:name="Draw" oor:type="xs:boolean">
+ <!-- OldPath: AddXMLToStorage_Draw -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: no -->
+ <info>
+ <desc>Defines if a XML package is added to the Draw binary
+ files.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Help">
+ <info>
+ <desc>Contains settings that specify the common help settings.</desc>
+ </info>
+ <prop oor:name="ShowBasic" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines wether basic help should be shown.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Locale" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Determines the locale for the help pages.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop oor:name="System" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Determines the operating system on which the help system is
+ displayed.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop oor:name="Tip" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Help menu-->
+ <info>
+ <desc>Activates the Tip help.</desc>
+ <label>Tips</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ExtendedTip" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Help menu-->
+ <info>
+ <desc>Activates the Extended help.</desc>
+ <label>Extended Tips</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HelpStyleSheet" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the name of the stylesheet used to display help
+ content.</desc>
+ </info>
+ <value>Default</value>
+ </prop>
+ <group oor:name="HelpAgent">
+ <info>
+ <desc>Specifies the properties of the HelpAgent.</desc>
+ </info>
+ <prop oor:name="Enabled" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether the HelpAgent is enabled.</desc>
+ <label>enable HelpAgent</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Timeout" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the time-out value in seconds after which the
+ HelpAgent is closed automatically if ignored by the user.</desc>
+ <label>HelpAgent timeout</label>
+ </info>
+ <value>30</value>
+ </prop>
+ <prop oor:name="RetryLimit" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies how often the user must ignore a given HelpAgent
+ topic until it is disregarded in the future (any requests for this
+ topic will be dropped silently).</desc>
+ <label>HelpAgent retry limit</label>
+ </info>
+ <value>3</value>
+ </prop>
+ <set oor:name="IgnoreList" oor:node-type="NameCounter">
+ <info>
+ <desc>Contains the help URLs which have been ignored at least once
+ by the user, together with a counter of how often they have been
+ ignored.</desc>
+ <label>HelpAgent ignore list</label>
+ </info>
+ </set>
+ </group>
+ <group oor:name="StartCenter">
+ <info>
+ <desc>Contains settings for the start center.</desc>
+ </info>
+ <prop oor:name="AddFeatureURL" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains a string specifying the URL to be browsed for
+ additional features (e.g. extensions)</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="InfoURL" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains a string specifying the URL to be browsed for
+ information about the product</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="TemplateRepositoryURL" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Contains a string specifying the URL to be browsed for
+ additional template documents</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="StartCenterHideExternalLinks" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Contains a number deciding whether to show or hide buttons
+ with external links</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Java">
+ <info>
+ <desc>Contains Java related settings.</desc>
+ </info>
+ <group oor:name="Applet">
+ <info>
+ <desc>Contains Applet related settings.</desc>
+ </info>
+ <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Java -->
+ <!-- OldLocation: java.ini -->
+ <!-- UIHints: Tools Options Security Enable Applets -->
+ <info>
+ <desc>Enables/disables Java applets in Office documents.</desc>
+ <label>Enable Applets</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Vectorize">
+ <info>
+ <desc>Specifies the options related to the vectorization of
+ bitmaps.</desc>
+ </info>
+ <prop oor:name="ColorCount" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Draw_Impress/Vectorize -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select bitmap =&gt; context menu convert To polygon -->
+ <info>
+ <desc>Specifies the number of colors that are used to create a vector
+ graphic in Draw/Impress [UNIT=count].</desc>
+ <label>Number of colors</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="8">
+ <info>
+ <desc>Specifies that the lowest number that can be used to create
+ a vector graphic is 8.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="32">
+ <info>
+ <desc>Specifies that the lowest number that can be used to create
+ a vector graphic is 32.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>8</value>
+ </prop>
+ <prop oor:name="PointReduce" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Draw_Impress/Vectorize -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select bitmap =&gt; context menu convert To polygon -->
+ <info>
+ <desc>Specifies the number of pixels that you want to combine as a
+ single pixel when creating a vector graphic.</desc>
+ <label>Point reduction</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies the minimum value to reduce point is 0
+ pixels.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="32">
+ <info>
+ <desc>Specifies the maximum value to reduce point is 32
+ pixels.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FillHole" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Draw_Impress/Vectorize -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select bitmap => context menu convert To polygon -->
+ <info>
+ <desc>Indicates whether to create a tiled background before
+ vectorizing.</desc>
+ <label>Fill holes</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="TileExtent" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Draw_Impress/Vectorize -->
+ <!-- OldLocation: drawing.cfg -->
+ <!-- UIHints: Select bitmap => context menu convert To polygon -->
+ <info>
+ <desc>Specifies the extent of background tiles that are used for
+ vectorizing [UNIT=pixel].</desc>
+ <label>Tile extent</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="8">
+ <info>
+ <desc>Specifies that the minimum extent is 8 pixels.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="128">
+ <info>
+ <desc>Specifies that the maximum extent is 128 pixels.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>32</value>
+ </prop>
+ </group>
+ <group oor:name="Image">
+ <info>
+ <desc>Specifies the options for images.</desc>
+ <label>Image</label>
+ </info>
+ <group oor:name="Color">
+ <info>
+ <desc>Specifies the color options for images.</desc>
+ <label>Image Color</label>
+ </info>
+ <prop oor:name="Grayscale" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Image/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Colors [Section]
+ Grayscale -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Number</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="4">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="256">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>256</value>
+ </prop>
+ <prop oor:name="Brightness" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Image/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Colors [Section] Brightness
+ and Contrast -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Brightness</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="Contrast" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Image/Colors -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Colors [Section] Brightness
+ and Contrast -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Contrast</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <group oor:name="RGB">
+ <info>
+ <desc>Specifies the RGB color options for images.</desc>
+ <label>Image RGB Color</label>
+ </info>
+ <prop oor:name="Red" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Image/Colors/RGB -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Colors - [Section] RGB
+ values -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Red</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="Green" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Image/Colors/RGB -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Colors - [Section] RGB
+ values -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Green</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ <prop oor:name="Blue" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Image/Colors/RGB -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Colors - [Section] RGB
+ values -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Blue</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Deprecated.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Effect">
+ <info>
+ <desc>Specifies the effects options for images.</desc>
+ <label>Image Effects</label>
+ </info>
+ <prop oor:name="Definition" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Image/Effects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Effects - [Section] Mosaic -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Definition</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Deprecated</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Deprecated</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Deprecated</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Deprecated</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="Invert" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Image/Effects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Effects - [Section]
+ Solarization -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Invert</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Degree" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: Image/Effects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Effects - [Section]
+ Definition -->
+ <!-- Notice: Description in the enumeration is missing -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Degree</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Deprecated</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Deprecated</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Deprecated</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Deprecated</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="Intensity" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Image/Effects -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools Options - Picture Effects - [Section] Aging -->
+ <info>
+ <deprecated/>
+ <desc>Deprecated.</desc>
+ <label>Intensity</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Specifies that the minimum intensity is 0.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Specifies that the maximum intensity is 100.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>10</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="DateFormat">
+ <info>
+ <desc>Specifies settings for the date formats used.</desc>
+ </info>
+ <prop oor:name="TwoDigitYear" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: General/Other -->
+ <!-- OldLocation: Soffice.cfg -->
+ <!-- UIHints: Tools - Options - General - Other - Year (two digits) -->
+ <info>
+ <desc>Specifies the first year that can be entered using
+ two-digit-year date formats.</desc>
+ <label>First two-digit year</label>
+ </info>
+ <value>1930</value>
+ </prop>
+ </group>
+ <group oor:name="Filter">
+ <info>
+ <desc>Specifies default settings of Microsoft-, Graphic- and HTML
+ filters.</desc>
+ </info>
+ <group oor:name="Microsoft">
+ <info>
+ <desc>Specifies default settings of Microsoft filters.</desc>
+ </info>
+ <group oor:name="Import">
+ <info>
+ <desc>Specifies default settings of Microsoft import filters.</desc>
+ </info>
+ <prop oor:name="MathTypeToMath" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if convertible MathType OLE objects are converted
+ into Math objects.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="WinWordToWriter" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if convertible WinWord OLE objects are converted
+ into Writer objects.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ExcelToCalc" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if convertible Excel OLE objects are converted
+ into Calc objects.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="PowerPointToImpress" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if convertible PowerPoint OLE objects are
+ converted into Impress objects.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ImportWWFieldsAsEnhancedFields" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Flag to control use of enhanced fields.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="Export">
+ <info>
+ <desc>Specifies default settings of Microsoft export filters.</desc>
+ </info>
+ <prop oor:name="MathToMathType" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if embedded Math objects are converted into
+ MathType objects.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="WriterToWinWord" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if embedded Writer objects are converted into
+ WinWord objects.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CalcToExcel" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if embedded Calc objects are converted into Excel
+ objects.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ImpressToPowerPoint" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if embedded Impress objects are converted into
+ PowerPoint objects.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="EnablePowerPointPreview" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if previews are created when saving PowerPoint
+ documents.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="EnableExcelPreview" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if previews are created when saving Excel
+ documents.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="EnableWordPreview" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if previews are created when saving Word
+ documents.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Graphic">
+ <info>
+ <desc>Specifies default settings of graphic import and export
+ dialogs.</desc>
+ </info>
+ <group oor:name="Import">
+ <info>
+ <desc>Specifies default settings of graphic import dialogs.</desc>
+ </info>
+ <group oor:name="PCD">
+ <info>
+ <desc>Specifies default settings of the PCD - Photo CD Base import
+ dialog.</desc>
+ </info>
+ <prop oor:name="Resolution" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: PCD-IMPORT-RESOLUTION -->
+ <!-- OldLocation: fltopt.ini -->
+ <info>
+ <desc>Specifies import resolution of PCD graphics.</desc>
+ <label>Resolution - Base16 / Base4 / Base</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>PCD-Base16, 192*128 PCD graphic.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>PCD-Base4, 384*256 PCD graphic.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>PCD-Base, 768*512 PCD graphic.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Export">
+ <info>
+ <desc>Specifies default settings of graphic export dialogs.</desc>
+ </info>
+ <prop oor:name="PixelExportUnit" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the unit default that is used in the graphic
+ export dialog if exporting pixel graphics.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>inches</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>cm</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>mm</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>points</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>pixels</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="-1">
+ <info>
+ <desc>default (depends to the metric settings in
+ tools/options)</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="PixelExportResolutionUnit" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the unit default for the resolution that is used
+ in the graphic export dialog if exporting pixel
+ graphics.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>pixels/inch</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>pixels/cm</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>pixels/meter</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="PixelExportResolution" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the logical width of a graphic.
+ [UNIT=1/100 mm].</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Represents the lowest value that can be entered in the
+ dialog.</desc>
+ </info>
+ </minInclusive>
+ </constraints>
+ <value>96</value>
+ </prop>
+ <prop oor:name="MaxFilesizeForRealtimePreview" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the maximum raw graphic size in bytes up to which
+ the realtime preview is enabled, for fast computers this value may
+ be enlarged</desc>
+ </info>
+ <value>4000000</value>
+ </prop>
+ <prop oor:name="VectorExportUnit" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the unit default that is used in the graphic
+ export dialog if exporting vector graphics.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>inches</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>cm</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>mm</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>points</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>pica</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="-1">
+ <info>
+ <desc>default (depends to the metric settings in
+ tools/options)</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>-1</value>
+ </prop>
+ <group oor:name="BMP">
+ <info>
+ <desc>Specifies default settings of the Windows Bitmap export
+ dialog.</desc>
+ </info>
+ <prop oor:name="Color" oor:type="xs:int" oor:nillable="false">
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype BMP-MS Windows - [dialog]
+ BMP Options -->
+ <info>
+ <desc>Specifies the number of colors that are to be used for the
+ export.</desc>
+ <label>Color resolution</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Original</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>1 bit, 1 bit threshold</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>1 bit, 1 bit dithered</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>4 bit, 4 bit grayscale</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>4 bit, 4 bit color palette</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="5">
+ <info>
+ <desc>8 bit, 8 bit grayscale color</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>8 bit, 8 bit color palette</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="7">
+ <info>
+ <desc>24 bit, 24 bit true color</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="RLE_Coding" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: BMP-RLE_CODING -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype BMP-MS Windows - [dialog]
+ BMP Options -->
+ <info>
+ <desc>Specifies if Run-Length-Encoding should be used in the
+ export.</desc>
+ <label>RLE coding</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ <group oor:name="EPS">
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype File Export Filetype
+ EPS-Encapsulated Postscript -->
+ <info>
+ <desc>Specifies default settings of the EPS - Encapsulated
+ Postscript export dialog.</desc>
+ </info>
+ <prop oor:name="Preview" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies if a preview graphic should be exported together
+ with the Encapsulated PostScript file. Due to the fact that most
+ programs can't render eps graphics, it is useful to provide a
+ preview that can be displayed as replacement. The preview
+ graphic will also be printed if the printer is not capable of
+ Postscript.</desc>
+ <label>Preview - Picture preview (TIFF) / Interchange
+ (EPSI)</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>None</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>TIFF</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Interchange (EPSI) - 1 bit color resolution</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>TIFF and EPSI</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Version" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the PostScript version that has to be used for
+ the EPS export. Because not every PostScript printer is capable
+ of version 2 PostScript, it is sometimes necessary to create
+ version 1 PostScript graphics. PostScript Level 1 does not
+ support color and bitmap compression.</desc>
+ <label>Version - Level 1 / Level 2</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Version 1 PostScript</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Version 2 PostScript</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="ColorFormat" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies if color or grayscale format is used for the EPS
+ export. This option is not available for version 1 PostScript
+ files.</desc>
+ <label>Color format - Color / Grayscale</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Color format</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Grayscale format</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="CompressionMode" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies if bitmaps are exported by using the LZW (Lempel
+ - Ziv - Welch) compression algorithm. Compression is only
+ available for level 2 PostScript files.</desc>
+ <label>Compression - LZW encoding / None</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>LZW compression</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>No compression</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="TextMode" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies if glyph outlines are exported. They produce the
+ highest quality and it is the only possible way to create EPS
+ files that are CJK compliant. Not using glyphs will produce
+ smaller files, but it might lead to problems if not all fonts
+ are available during printing.</desc>
+ <label>Export text using glyph outlines - always / never</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Glyph outlines</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>No glyph outlines</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="GIF">
+ <info>
+ <desc>Specifies default settings of the GIF - Graphics Interchange
+ export dialog.</desc>
+ </info>
+ <prop oor:name="Interlaced" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: GIF-EXPORT-INTERLACED -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype GIF-Graphics Interchange -->
+ <info>
+ <desc>Specifies if graphics should be exported using interlace.
+ It is recommended for big pictures to activate interlace, so the
+ content can be displayed immediately when loading the
+ picture.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Deactivate</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Activate</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="Translucent" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: GIF-EXPORT-TRANSLUCENT -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype GIF-Graphics Interchange -->
+ <info>
+ <desc>Specifies if the graphic background is stored as
+ transparent.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>No transparency</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Transparency</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="JPG">
+ <info>
+ <desc>Specifies default settings of the JPEG - Joint Photographic
+ Experts Group export dialog.</desc>
+ </info>
+ <prop oor:name="Quality" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: JPG-EXPORT-QUALITY -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype JPG-JPEG -->
+ <info>
+ <desc>Specifies quality of the JPG export. A higher value
+ results in higher quality and file size.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Represents lowest value that can be used. The lower
+ the value, the less good is the compression quality and the
+ bigger is be the file size.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Represents highest value that can be used. The higher
+ the value, the better is the compression quality and the
+ smaller is the file size.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>75</value>
+ </prop>
+ <prop oor:name="ColorMode" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: JPG_EXPORT_COLORMODE -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype JPG-JPEG -->
+ <info>
+ <desc>Specifies if graphics are exported using true color or
+ grayscale.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>True colors</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Grayscale</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="PBM">
+ <info>
+ <desc>Specifies default settings of the PBM - Portable Bitmap
+ export dialog.</desc>
+ </info>
+ <prop oor:name="FileFormat" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: PBM-EXPORT-FORMAT -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype PBM-Portable Bitmap -->
+ <info>
+ <desc>Specifies if graphics are exported to binary- or ASCII
+ format.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Binary</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>ASCII</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="PGM">
+ <info>
+ <desc>Specifies default settings of the PGM - Portable Graymap
+ export dialog.</desc>
+ </info>
+ <prop oor:name="FileFormat" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: PGM-EXPORT-FORMAT -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype PGM-Portable Graymap -->
+ <info>
+ <desc>Specifies if graphics are exported to a binary- or ASCII
+ format.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Binary</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>ASCII</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="PPM">
+ <info>
+ <desc>Specifies default settings of the PPM - Portable Pixelmap
+ export dialog.</desc>
+ </info>
+ <prop oor:name="FileFormat" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: PPM-EXPORT-FORMAT -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype PPM-Portable Pixelmap -->
+ <info>
+ <desc>Specifies if graphics are exported to a binary- or ASCII
+ format.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Binary</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>ASCII</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="PNG">
+ <info>
+ <desc>Specifies default settings of the PNG - Portable Network
+ Graphic export dialog.</desc>
+ </info>
+ <prop oor:name="Compression" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: PNG-EXPORT-COMPRESSION -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype PNG-Portable Network
+ Graphic -->
+ <info>
+ <desc>Specifies export compression settings which ranges from 0
+ (no compression) to 9 (maximum compression). The calculating
+ time increases with an ascending compression value.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="0">
+ <info>
+ <desc>Represents lowest value that can be used. The lower
+ the value, the lower the compression quality and the larger
+ the file size.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="9">
+ <info>
+ <desc>Represents the highest value that can be used. The
+ higher the value, the higher the compression quality and the
+ smaller the file size.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>6</value>
+ </prop>
+ <prop oor:name="Interlaced" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: PNG-EXPORT-INTERLACED -->
+ <!-- OldLocation: fltopt.ini -->
+ <!-- UIHints: File Export Filetype PNG-Portable Network
+ Graphic -->
+ <info>
+ <desc>Specifies if graphics should be exported using interlace.
+ It is recommended for big pictures to activate interlace, so the
+ content can be displayed immediately when loading the
+ picture.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Deactivate interlace mode</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Activate interlace mode</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ </group>
+ <group oor:name="SVG">
+ <info>
+ <desc>Specifies default settings of SVG export dialog.</desc>
+ </info>
+ <prop oor:name="TinyMode" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if SVG Tiny profile should be used for
+ export.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="EmbedFonts" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if fonts should be embedded into SVG
+ file.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UseNativeTextDecoration" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if text decoration like underlining and
+ strike-through be drawm by using SVG attributes (true) or by
+ drawing SVG primitives (false).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ </group>
+ <group oor:name="HTML">
+ <info>
+ <desc>Contains settings for HTML import/export.</desc>
+ </info>
+ <group oor:name="Import">
+ <info>
+ <desc>Contains settings for HTML import.</desc>
+ </info>
+ <prop oor:name="NumbersEnglishUS" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools Options Load/Save - HTML Compability [Section]
+ Import -->
+ <info>
+ <desc>Specifies if numbers should be parsed according to the en-US
+ locale instead of the user's locale.</desc>
+ <label>Use 'English (USA)' locale for numbers</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="UnknownTag" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Import -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Import -->
+ <info>
+ <desc>Specifies if unknown tags should be imported as
+ fields.</desc>
+ <label>Import unknown HTML tags as fields</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="FontSetting" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Import -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Import -->
+ <info>
+ <desc>Specifies if font settings should be ignored when
+ importing.</desc>
+ <label>Ignore font settings</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="FontSize">
+ <info>
+ <desc>Specifies font size for HTML.</desc>
+ </info>
+ <prop oor:name="Size_1" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Font_Sizes -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Font
+ sizes -->
+ <info>
+ <desc>Specifies font size for HTML as Token Font 1.</desc>
+ <label>Size 1</label>
+ </info>
+ <value>7</value>
+ </prop>
+ <prop oor:name="Size_2" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Font_Sizes -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Font
+ sizes -->
+ <info>
+ <desc>Specifies font size for HTML as Token Font 2.</desc>
+ <label>Size 2</label>
+ </info>
+ <value>10</value>
+ </prop>
+ <prop oor:name="Size_3" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Font_Sizes -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Font
+ sizes -->
+ <info>
+ <desc>Specifies font size for HTML as Token Font 3.</desc>
+ <label>Size 3</label>
+ </info>
+ <value>12</value>
+ </prop>
+ <prop oor:name="Size_4" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Font_Sizes -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Font
+ sizes -->
+ <info>
+ <desc>Specifies font size for HTML as Token Font 4.</desc>
+ <label>Size 4</label>
+ </info>
+ <value>14</value>
+ </prop>
+ <prop oor:name="Size_5" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Font_Sizes -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Font
+ sizes -->
+ <info>
+ <desc>Specifies font size for HTML as Token Font 5.</desc>
+ <label>Size 5</label>
+ </info>
+ <value>18</value>
+ </prop>
+ <prop oor:name="Size_6" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Font_Sizes -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Font
+ sizes -->
+ <info>
+ <desc>Specifies font size for HTML as Token Font 6.</desc>
+ <label>Size 6</label>
+ </info>
+ <value>24</value>
+ </prop>
+ <prop oor:name="Size_7" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Font_Sizes -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Font
+ sizes -->
+ <info>
+ <desc>Specifies font size for HTML as Token Font 7.</desc>
+ <label>Size 7</label>
+ </info>
+ <value>36</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Export">
+ <info>
+ <desc>Contains settings for HTML export.</desc>
+ </info>
+ <prop oor:name="Browser" oor:type="xs:int" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Export -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Export -->
+ <info>
+ <desc>Specifies the browser for which the HTML export should be
+ optimized</desc>
+ <label>Browser</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Html 3.2</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>MSIE 4.0</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Netscape 3.0</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Writer</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Netscape 4.0</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="Basic" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Export -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Export -->
+ <info>
+ <desc>Specifies if Office Basic instructions are considered when
+ exporting in HTML format.</desc>
+ <label>(Productname) Basic</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PrintLayout" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Export -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Export -->
+ <info>
+ <desc>Specifies if the print layout of the current document should
+ also be exported.</desc>
+ <label>Print layout</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="LocalGraphic" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Export -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Export -->
+ <info>
+ <desc>Specifies if graphics are copied to the Internet server when
+ uploading via FTP.</desc>
+ <label>Copy local graphics to Internet</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Warning" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: Browser/HTML/Export -->
+ <!-- OldLocation: soffice.cfg -->
+ <!-- UIHints: Tools Options - Browser HTML [Section] Export -->
+ <info>
+ <desc>Specifies if a warning should be displayed to point out that
+ the available Basic macros will be lost when exporting in HTML
+ format.</desc>
+ <label>Display warning</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="Encoding" oor:type="xs:int">
+ <!-- UIHints: Tools Options - Browser HTML [Section] Export -->
+ <info>
+ <desc>Specifies the mimetype for the text encoding.</desc>
+ <label>Encoding export</label>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="PDF">
+ <info>
+ <desc>Specifies default settings of PDF export dialog.</desc>
+ </info>
+ <group oor:name="Export">
+ <!-- UIHints: File Export as PDF -->
+ <info>
+ <desc>Specifies default settings of PDF export dialog.</desc>
+ </info>
+ <prop oor:name="CompressMode" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <deprecated>Use following properties instead:
+ UseLosslessCompression, Quality, UseResolutionReduction,
+ ResolutionReduction</deprecated>
+ <desc>Deprecated.</desc>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="UseLosslessCompression" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if graphics are exported to PDF using a lossless
+ compression eg. PNG or if they are compressed using the JPEG
+ format.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Quality" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies quality of the JPG export. A higher value results
+ in higher quality and file size.</desc>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Represents lowest value that can be used. The lower the
+ value, the less good is the compression quality and the bigger
+ is be the file size.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="100">
+ <info>
+ <desc>Represents highest value that can be used. The higher
+ the value, the better is the compression quality and the
+ smaller is the file size.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>90</value>
+ </prop>
+ <prop oor:name="ReduceImageResolution" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if the resolution of each image is reduced to the
+ resolution specified by the property MaxImageResolution.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="MaxImageResolution" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>If the property ReduceImageResolution is set to true all
+ images will be reduced to the given value in DPI.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="75">
+ <info>
+ <desc>75</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="150">
+ <info>
+ <desc>150</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="300">
+ <info>
+ <desc>300</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="600">
+ <info>
+ <desc>600</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1200">
+ <info>
+ <desc>1200</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>300</value>
+ </prop>
+ <prop oor:name="UseTaggedPDF" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if PDF are created by using special tags also
+ known as Tagged PDF.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExportNotes" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if notes are exported to PDF.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ViewPDFAfterExport" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if PDF automatically opens after export.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExportBookmarks" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if bookmarks are exported to PDF.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="OpenBookmarkLevels" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies how many bookmark levels should be opened in the
+ reader application when the PDF gets opened.</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="ExportNotesPages" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if notes pages are exported to PDF. (Notes pages
+ are available in Impress documents only).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="UseTransitionEffects" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies slide transitions are exported to PDF. This option
+ is active only if storing Impress documents.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ExportFormFields" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether form fields are exported as widgets or
+ only their fixed print representation is exported.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FormsType" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the submitted format of a PDF form.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Specifies that forms type FDF is used.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Specifies that forms type PDF is used.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Specifies that forms type HTML is used.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Specifies that forms type XML is used.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="AllowDuplicateFieldNames" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether multiple form fields exported are allowed
+ to have the same field name.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSkipEmptyPages" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that automatically inserted empty pages are
+ suppressed. This option is active only if storing Writer
+ documents.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsAddStream" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that a stream is inserted to the PDF file which
+ contains the original document for archiving purposes.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HideViewerMenubar" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether to hide the PDF viewer menubar when the
+ document is active.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HideViewerToolbar" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether to hide the PDF viewer toolbar when the
+ document is active.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="HideViewerWindowControls" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether to hide the PDF viewer controls when the
+ document is active.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ResizeWindowToInitialPage" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the PDF viewer window is opened full screen
+ when the document is opened.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="CenterWindow" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the PDF viewer window is centered to the
+ screen when the PDF document is opened.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="OpenInFullScreenMode" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the PDF viewer window is opened full screen,
+ on top of all windows..</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DisplayPDFDocumentTitle" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the title of the document, if present in the
+ document properties, is displayed in the PDF viewer window title
+ bar.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="InitialView" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies how the PDF document should be displayed when
+ opened.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Select the default viewer mode, neither outlines or
+ thumbnails.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>The document is opened with outline pane opened</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>The document is opened with thumbnail pane opened</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Magnification" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the action to be performed when the PDF document
+ is opened.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Opens with default zoom magnification.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Opens magnified to fit the entire page within the
+ window.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Opens magnified to fit the entire page width within the
+ window.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Opens magnified to fit the entire width of its boundig
+ box within the window (cuts out margins).</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Opens with the zoom level specified in the Zoom
+ property.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="Zoom" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>specifies the zoom level a PDF document is opened with. Only
+ valid if "Magnification" is set to "4".</desc>
+ </info>
+ <value>100</value>
+ </prop>
+ <prop oor:name="InitialPage" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the page on which a PDF document should be opened
+ in the viewer application.</desc>
+ </info>
+ <value>1</value>
+ </prop>
+ <prop oor:name="PageLayout" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the page layout to be used when the document is
+ opened.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Display the pages according to the reader
+ configuration.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Display one page at a time.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Display the pages in one column.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Display the pages in two columns odd pages on the right,
+ to have the odd pages on the left the FirstPageOnLeft property
+ should be used as well.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="FirstPageOnLeft" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Used with the value 3 of the PageLayout property above, true
+ if the first page (odd) should be on the left side of the
+ screen.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <!-- PDF Encryption -->
+ <prop oor:name="Printing" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies what printing is allowed.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>The document cannot be printed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>The document can be printed at low resolution
+ only.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>The document can be printed at maximum
+ resolution.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="Changes" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the change allowed to the document.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>The document cannot be changed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Inserting deleting and rotating pages is allowed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Filling of form field is allowed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Both filling of form field and commenting is
+ allowed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>All the changes of the previous selections are
+ permitted, with the only exclusion of page extraction
+ (copy).</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="EnableCopyingOfContent" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the pages and the document content can be
+ extracted to be used in other documents (copy and paste).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="EnableTextAccessForAccessibilityTools" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the document content can be extracted to be
+ used in accessibility applications.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <!-- END PDF Encryption -->
+ <!-- PDF Version selection -->
+ <prop oor:name="SelectPdfVersion" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the version of PDF to emit.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>PDF 1.4 (default selection).</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>PDF/A-1 (ISO 19005-1:2005)</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <!-- END PDF Version selection -->
+ <!-- PDF Relative Link -->
+ <prop oor:name="ExportLinksRelativeFsys" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the file system related hyperlinks (file://
+ protocol) present in the document will be exported as relative to
+ the source document location.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="PDFViewSelection" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the way the exported PDF will be viewed
+ (experienced) by the user.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>Specifies that the PDF will be exported with all the
+ links external to the document treated as URI. This is the
+ Default</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Specifies that the PDF will be exported in order to be
+ viewed through a PDF reader application only. Valid only if
+ not exporting to PDF/A-1 (e.g. SelectPdfVersion not set to
+ 1).</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Specifies that the PDF will be exported in order to be
+ viewed through an Internet browser, using the PDF plug-in
+ provided with it. The bookmark of the URI will be rendered
+ compatible with the target bookmark generated with OOo PDF
+ Export feature (see ExportBookmarksToPDFDestination,
+ below).</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
+ <prop oor:name="ConvertOOoTargetToPDFTarget" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the target documents with .od[tpgs]
+ extension, will have that extension changed to .pdf when the link
+ is exported to PDF. The source document remains untouched.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExportBookmarksToPDFDestination" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies that the bookmarks contained in the source
+ OpenOffice.org file should be exported to the PDF file as Named
+ Destination (see PDF 1.4 section 8.2.1).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <!-- END PDF Relative Link -->
+ </group>
+ </group>
+ </group>
+ <group oor:name="Misc">
+ <info>
+ <desc>Determines the miscellaneous entries for the common group.</desc>
+ </info>
+ <prop oor:name="MaxOpenDocuments" oor:type="xs:int">
+ <info>
+ <desc>Determines the maximum count of documents, which are allowed to
+ be open at the same time. NIL will be interpreted as infinite!</desc>
+ </info>
+ </prop>
+ <prop oor:name="PluginsEnabled" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: ? -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools Options Browser Other Plug-Ins Enable -->
+ <info>
+ <desc>Enables/Disables Plugins.</desc>
+ <label>PluginsEnabled</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UseSystemFileDialog" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the system's file and folder pickers should be
+ used. If false, the proprietary file/folder picker implementations
+ will be used. Relevant on platforms where file/folder picker
+ integration is implemented.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UseDocumentSystemFileLocking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Allows to specify whether the OOo document file locking
+ mechanics should use the system file locking.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UseDocumentOOoLockFile" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Allows to specify whether the OOo document file locking
+ mechanics should use the lock file for locking.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UseLocking" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Allows to specify whether locking should be used at all.
+ Use this setting only for debugging purpose.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ShowLinkWarningDialog" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if a warning dialog should be
+ displayed when a user checks the link checkbox in
+ the insert graphics dialog.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="UseSystemPrintDialog" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the system's print dialog should be used. If
+ false, the platform independent print dialog implementation will be
+ used. Relevant on platforms where print dialog integration is
+ implemented.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DisableUICustomization" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Disables the customization of the UI elements.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="AlwaysAllowSave" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the user can save the document even when it's not
+ modified.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExperimentalMode" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if various experimental, and potentially unstable
+ features should be enabled in the user interface.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ExperimentalSidebar" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the experimental sidebar UI change should be enabled.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="MacroRecorderMode" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determins if the limited, and awkward code producing
+ macro recorder should be enabled in the user interface.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="SymbolSet" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options General View -->
+ <info>
+ <desc>Specifies which size of the symbols is used for the
+ toolbars.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>16x16 pixel icons</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>larger icons</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="SymbolStyle" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools Options General View -->
+ <info>
+ <desc>Specifies which style of the symbols is used for the toolbars,
+ menus, etc.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="auto">
+ <info>
+ <desc>Automatic, chosen according to the desktop</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="default">
+ <info>
+ <desc>Default - the OpenOffice.org default theme</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="hicontrast">
+ <info>
+ <desc>HiContrast</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="industrial">
+ <info>
+ <desc>Industrial</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="crystal">
+ <info>
+ <desc>Crystal - the KDE default theme</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="tango">
+ <info>
+ <desc>Tango - the Gnome default theme</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="classic">
+ <info>
+ <desc>Classic - the OpenOffice.org 2.0 default theme</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="human">
+ <info>
+ <desc>Human - the Gnome default theme for Ubuntu</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="tango_testing">
+ <info>
+ <desc>Tango Testing - used for testing by the design team</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="sifr">
+ <info>
+ <desc>Sifr - an adaptation of the Gnome symbolic theme</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>auto</value>
+ </prop>
+ <prop oor:name="Persona" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools Options General Personalization -->
+ <info>
+ <desc>Specifies whether we should use a Firefox Persona, ie. a
+ picture under the menu, toolbar, and status bar.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="no">
+ <info>
+ <desc>No - the user wants just the themed look, no Persona.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="default">
+ <info>
+ <desc>Default - the LibreOffice default Persona.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="own">
+ <info>
+ <desc>The user installed an own Persona, and wants to use that.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>default</value>
+ </prop>
+ <prop oor:name="PersonaSettings" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools Options General Personalization -->
+ <info>
+ <desc>Names of the header and footer images, and colors for text and
+ accent. When set, the value has form
+ "header.jpg;footer.jpg;#RGBTXT;#RGBACC".</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="ToolboxStyle" oor:type="xs:short" oor:nillable="false">
+ <!-- UIHints: Tools Options General View -->
+ <info>
+ <desc>Specifies which button style the toolbars should use.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>3D style</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Flat style</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>1</value>
+ </prop>
+ <prop oor:name="FormControlPilotsEnabled" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Enables/Disables the usage of AutoPilots for form
+ controls.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="FirstRun" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies if the office has never before been started.</desc>
+ <label>FirstRun</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="TemplateRepositoryUrls" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>List of template repositories URLs bookmarked in the template manager dialog.</desc>
+ </info>
+ </prop>
+ <prop oor:name="TemplateRepositoryNames" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>List of template repositories names bookmarked in the template manager dialog.</desc>
+ </info>
+ </prop>
+ <prop oor:name="FilePickerPlacesUrls" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>List of URLs of the places the user bookmarked in the file picker dialog.</desc>
+ </info>
+ </prop>
+ <prop oor:name="FilePickerPlacesNames" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>List of names of the places the user bookmarked in the file picker dialog.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CmisServersUrls" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>List of sample URLs of the CMIS servers in the place edition dialog.</desc>
+ </info>
+ </prop>
+ <prop oor:name="CmisServersNames" oor:type="oor:string-list" oor:nillable="false">
+ <info>
+ <desc>List of names of the CMIS servers in the place edition dialog.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="Forms">
+ <info>
+ <desc>contains settings for the form layer of the applications.</desc>
+ </info>
+ <group oor:name="ControlLayout">
+ <info>
+ <desc>specifies certain default layout settings for form controls. All
+ those settings can be overruled in concrete documents, they specify
+ creation-time defaults only.</desc>
+ </info>
+ <node-ref oor:name="com.sun.star.text.TextDocument" oor:node-type="ApplicationControlLayout">
+ <info>
+ <desc>specifies certain default layout settings for form controls in
+ text documents</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="com.sun.star.text.WebDocument" oor:node-type="ApplicationControlLayout">
+ <info>
+ <desc>specifies certain default layout settings for form controls in
+ web pages</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="com.sun.star.sheet.SpreadsheetDocument" oor:node-type="ApplicationControlLayout">
+ <info>
+ <desc>specifies certain default layout settings for form controls in
+ spreadsheet documents</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="com.sun.star.drawing.DrawingDocument" oor:node-type="ApplicationControlLayout">
+ <info>
+ <desc>specifies certain default layout settings for form controls in
+ drawing documents</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="com.sun.star.presentation.PresentationDocument" oor:node-type="ApplicationControlLayout">
+ <info>
+ <desc>specifies certain default layout settings for form controls in
+ presentation documents</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="com.sun.star.xforms.XMLFormDocument" oor:node-type="ApplicationControlLayout">
+ <info>
+ <desc>specifies certain default layout settings for form controls in
+ XML form documents</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="com.sun.star.sdb.FormDesign" oor:node-type="ApplicationControlLayout">
+ <info>
+ <desc>specifies certain default layout settings for form controls in
+ database form documents</desc>
+ </info>
+ </node-ref>
+ <node-ref oor:name="com.sun.star.sdb.TextReportDesign" oor:node-type="ApplicationControlLayout">
+ <info>
+ <desc>specifies certain default layout settings for form controls in
+ database text report documents.</desc>
+ </info>
+ </node-ref>
+ </group>
+ <group oor:name="PropertyBrowser">
+ <info>
+ <desc>specifies settings for the property browser used for forms and
+ form controls.</desc>
+ </info>
+ <prop oor:name="ExperimentalProperties" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Enables or disables the property browser's access to
+ form/control properties which are not officially supported.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DirectHelp" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Enables or disables a help section at the bottom of the
+ property browser, which shows the help of the currently active
+ property.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="AsianLayout">
+ <info>
+ <desc>Contains layout specific settings for Asian languages.</desc>
+ </info>
+ <prop oor:name="IsKerningWesternTextOnly" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools Options Asian typography Asian layout Kerning
+ Western characters only-->
+ <info>
+ <desc>Determines the kerning of western text and/or punctuation inside
+ of Asian text.</desc>
+ <label>IsKerningWesternTextOnly</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="CompressCharacterDistance" oor:type="xs:short" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools Options Asian typography Asian layout Character
+ distance -->
+ <info>
+ <desc>Determines the type of character distance compression in Asian
+ text: 0 - no compression; 1 - compress punctuation only; 2 - compress
+ interpunction an japanese kana.</desc>
+ <label>CompressCharacterDistance</label>
+ </info>
+ <value>0</value>
+ </prop>
+ <set oor:name="StartEndCharacters" oor:node-type="StartEndCharacters">
+ <info>
+ <desc>Contains the characters at which lines are not allowed to begin
+ or to end. For each locale there is a separate entry with the locale
+ as its node name.</desc>
+ <label>StartEndCharacters</label>
+ </info>
+ </set>
+ </group>
+ <group oor:name="SearchOptions">
+ <info>
+ <desc>Contains all options for search.</desc>
+ </info>
+ <prop oor:name="IsWholeWordsOnly" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies search for whole words only.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsBackwards" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies search backwards.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsUseRegularExpression" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies search with the use of regular expressions.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSearchForStyles" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies search for styles only.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSimilaritySearch" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies search with similarity.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsMatchCase" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies search as case sensitive.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsIgnoreDiacritics_CTL" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies search with the use of CTL option.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsUseAsianOptions" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies search with the use of Asian options.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ComponentSearchGroupLabel" oor:type="xs:string" oor:localized="true">
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies the divider label in case of a component-based search
+ extension.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ComponentSearchCommandLabel1" oor:type="xs:string" oor:localized="true">
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies the label of the first component-based search
+ command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ComponentSearchCommandLabel2" oor:type="xs:string" oor:localized="true">
+ <!-- UIHints: Edit/Find & Replace -->
+ <info>
+ <desc>Specifies the label of the second component-based search
+ command.</desc>
+ </info>
+ </prop>
+ <prop oor:name="IsNotes" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Edit Search/Replace -->
+ <info>
+ <desc>Specifies if search includes comments(SwPostItFields)</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <group oor:name="Japanese">
+ <info>
+ <desc>Contains search options for the Japanese language.</desc>
+ </info>
+ <prop oor:name="IsMatchFullHalfWidthForms" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Does not distinguish between full-width and half-width
+ characters.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchHiraganaKatakana" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Does not distinguish between hiragana and katakana
+ characters.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchContractions" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between characters
+ with diphthongs and double consonants and plain characters.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchMinusDashCho-on" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between minus signs,
+ dashes, and long vowel sounds.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchRepeatCharMarks" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between repeat
+ character marks.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchVariantFormKanji" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between standard and
+ nonstandard ideography.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatchOldKanaForms" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between standard and
+ nonstandard ideography.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_DiZi_DuZu" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between 'Di' and 'Zi'
+ or 'Du' and 'Zu'.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_BaVa_HaFa" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between 'Ba' and 'Va'
+ or 'Ha' and 'Fa'.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_TsiThiChi_DhiZi" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between 'Tsi', 'Thi'
+ and 'Chi' or 'Dhi' and 'Zi'.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_HyuIyu_ByuVyu" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between 'Hyu' and
+ 'Fyu' or 'Byu' and 'Vyu'.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_SeShe_ZeJe" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between 'Se' and 'She'
+ or 'Ze' and 'Je'.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_IaIya" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between 'Ia' and
+ 'Iya'.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsMatch_KiKu" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between 'Ki' and
+ 'Ku'.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsIgnorePunctuation" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between punctuation
+ characters.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsIgnoreWhitespace" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between characters
+ used as blank spaces, such as full-width spaces, half-width spaces,
+ and tabs.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsIgnoreProlongedSoundMark" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between prolonged
+ sound marks.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsIgnoreMiddleDot" oor:type="xs:boolean" oor:nillable="false">
+ <!-- OldPath: -->
+ <!-- OldLocation: -->
+ <!-- UIHints: Tools/Options/"Asian typography"-"Japanese Find" -->
+ <info>
+ <desc>Specifies search without distinguishing between normal dots
+ and middle dots.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Accessibility">
+ <info>
+ <desc>Specifies settings for the accessibility options.</desc>
+ </info>
+ <prop oor:name="AutoDetectSystemHC" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Enables the automatic detection of a high contrast mode set for
+ your desktop. Some OS' do not provide this option explicitly, but
+ allow the user to choose a color scheme that is HC-compliant
+ implicitly, which is recognized if the option is set.</desc>
+ <label>detect system's high contrast</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsForPagePreviews" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Enables the use of high contrast colors, instead of displaying
+ the normal/original WYSIWYG colors.</desc>
+ <label>For page previews</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsHelpTipsDisappear" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Enables or disables the automatic time out of help tips. You can
+ specify a duration (n) of 1 to 99 seconds. If this option is
+ disabled, press the Esc key to dismiss the help tip.</desc>
+ <label>Help tips disappear after</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="HelpTipSeconds" oor:type="xs:short" oor:nillable="false">
+ <info>
+ <desc>Enables or disables the automatic time out of help tips. You
+ can specify a duration (n) of 1 to 99 seconds. If this option is
+ disabled, press the Esc key to dismiss the help tip.</desc>
+ <label>Help tips disappear after</label>
+ </info>
+ <constraints>
+ <minInclusive oor:value="1">
+ <info>
+ <desc>Specifies the number of seconds to wait before displaying a
+ help tip.</desc>
+ </info>
+ </minInclusive>
+ <maxInclusive oor:value="99">
+ <info>
+ <desc>Specifies the number of seconds to display a help
+ tip.</desc>
+ </info>
+ </maxInclusive>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="IsAllowAnimatedGraphics" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Indicates whether to allow the graphical animation in all SO/OO
+ applications (i.e. animated GIFs and objects in Impress during
+ presentation, animated graphical previews (Gallery,
+ Insert-Graphics-From File, Animation Tool in Impress.)</desc>
+ <label>Allow animated graphics</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsAllowAnimatedText" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Indicates whether to allow all textual animation like blinking
+ and scrolling in all SO/OO applications.</desc>
+ <label>Allow animated text</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsAutomaticFontColor" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Overrides all text color attributes set in a SO/OO document for
+ display only.</desc>
+ <label>Always use automatic font color for screen display</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="IsSystemFont" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Allows the user to change the UI font to the system
+ default.</desc>
+ <label>Use system default user interface font</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="IsSelectionInReadonly" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Indicates whether the cursor is displayed in read-only
+ texts.</desc>
+ <label>Use text selection mode in readonly texts.</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="EdgeBlending" oor:type="xs:short">
+ <info>
+ <author>ALG</author>
+ <desc>
+ Option to use EdgeBlending for previews in the UI (for ColorValueSet, ColorDropDown, FillStyle/LineStyle
+ previews, etc...). EdgeBlending will visualize a one pixel border on the preview object with interpolated
+ colors (default: TopLeft White, BottomRight Black) so that a nice 3D effect is shown. It is a percent
+ value describing how strong the effect shall be. The value 0% switches it off, while the value 100% will
+ cover the preview object's border completely with one pixel. Values in-between vill be alpha-blended with
+ the original preview image.
+ </desc>
+ <label>Defines the EdgeBlending for Previews in Percent.</label>
+ </info>
+ <value>35</value>
+ </prop>
+ <prop oor:name="ListBoxMaximumLineCount" oor:type="xs:short">
+ <info>
+ <author>ALG</author>
+ <desc>
+ This option controls how many lines of a ListBox will be shown as a maximum. If the ListBox has less lines,
+ all lines will be shown when opening the drop down content. If it has more lines, the visible number of
+ lines will be limited to this number. The value 0 disables this feature, negative values are not allowed.
+ This feature may not be used automatically by all ListBox implementations,
+ but it gives a central hint value to use if an implementation wants to adapt to something useful.
+ </desc>
+ <label>Defines the maximum number of lines visible in a ListBox.</label>
+ </info>
+ <value>25</value>
+ </prop>
+ <prop oor:name="ColorValueSetColumnCount" oor:type="xs:short">
+ <info>
+ <author>ALG</author>
+ <desc>
+ This option controls how many columns the ColorValueSets (the matrix-organized dialogs for color select)
+ will have. The default is 12 and this is aligned with the layout of the standard color palette. thus, when you
+ change this value, you should know what you do. This setting also influences some width-oriented layouts in
+ dialogs where this ColorValueSets are used, e.g. FillStyle dialog.
+ </desc>
+ <label>Defines the number of columns that will be shown in a ColorValueSet.</label>
+ </info>
+ <value>12</value>
+ </prop>
+ <prop oor:name="PreviewUsesCheckeredBackground" oor:type="xs:boolean">
+ <info>
+ <author>ALG</author>
+ <desc>
+ This option allows to make previews (e.g. UI previews for object attirbutes) show the content with a checkeded
+ background to allow simple identification and better preview of transparent content, e.g. when a draw object
+ is filled with a transparent graphic (SVG or bitmap) the preview will show the checkered background shine
+ through, so the user can identify that the fill has transparency with a single look.
+ </desc>
+ <label>Shows previews with shining through checkered background to visualize transparency.</label>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="ExternalApps" oor:extensible="true">
+ <info>
+ <deprecated>Without replacement.</deprecated>
+ <desc>Specifies external helper applications / protocol handlers.</desc>
+ </info>
+ </group>
+ <group oor:name="ExternalMailer">
+ <info>
+ <desc>Specifies an external mail application to be used for Send as
+ email.</desc>
+ </info>
+ <prop oor:name="Program" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the external mail application to be used.</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ <group oor:name="I18N">
+ <info>
+ <desc>Contains various language/localization specific settings.</desc>
+ </info>
+ <group oor:name="InputMethod">
+ <info>
+ <desc>Contains settings for (language/localization specific) input
+ methods.</desc>
+ </info>
+ <prop oor:name="ShowStatusWindow" oor:type="xs:boolean">
+ <info>
+ <desc>Controls the behavior of the IIIMP status window on Unix. If
+ true, the status window is always displayed. If false, the status
+ window is never displayed. If nil (the default), the status window
+ is displayed depending on the current locale.</desc>
+ </info>
+ </prop>
+ </group>
+ <group oor:name="CJK">
+ <info>
+ <desc>Contains settings for the Asian languages (Chinese, Japanese,
+ Korean,...) layout.</desc>
+ </info>
+ <prop oor:name="CJKFont" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies, whether CJK font settings are available (true) or
+ not (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VerticalText" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies, whether vertical text is available (true) or not
+ (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="AsianTypography" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies, whether Asian typography options like compression
+ and forbidden characters are available (true) or not (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="JapaneseFind" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies, whether Japanese find options are selectable for
+ search and replace (true) or not (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="Ruby" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies whether Rubys are available (true) or not
+ (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ChangeCaseMap" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies whether case mapping to half and full width,
+ hiragana and katagana are available (true) or not (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="DoubleLines" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies whether writing in double lines is available (true)
+ or not (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="EmphasisMarks" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies whether emphasis marks are available (true) or not
+ (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="VerticalCallOut" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies whether vertical call out objects are available
+ (true) or not (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="CTL">
+ <info>
+ <desc>Contains settings for the languages with complex text layout
+ (Hebrew, Arabic, Thai,...).</desc>
+ </info>
+ <prop oor:name="CTLFont" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies whether CTL font settings are available (true) or
+ not (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="CTLSequenceChecking" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies whether CTL strings are checked for the correct
+ input sequence(true) or not (false).</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="CTLSequenceCheckingRestricted" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies whether CTL strings are checked restricted for the
+ correct input sequence(true) or not (false). Is only effective when
+ CTLSequenceChecking is true.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="CTLSequenceCheckingTypeAndReplace" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies whether CTL input sequences are corrected while
+ typing. Is only effective when CTLSequenceChecking is true.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="CTLCursorMovement" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: options-->
+ <info>
+ <desc>Specifies the type of text cursor movement (logical (0) or
+ visual (1)) within mixed text (RTL and LTR).</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="CTLTextNumerals" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: options-->
+ <info>
+ <desc>Specifies the type of numerals (Arabic (0), Hindi (1), system
+ settings (2) or Context(3)) is used per default in all
+ applications.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop oor:name="UIMirroring" oor:type="xs:boolean">
+ <info>
+ <desc>Specifies whether the whole user interface (UI) will be
+ mirrored. If true, the UI will be right-to-left. If false, the UI
+ will be left-to-right. If nil (the default), the UI will be mirrored
+ depending on the office locale.</desc>
+ </info>
+ </prop>
+ </group>
+ </group>
+ <group oor:name="Startup">
+ <info>
+ <deprecated>Use cfg package Jobs instead of this.</deprecated>
+ <desc>Uses cfg package Jobs instead of this component.</desc>
+ </info>
+ <set oor:name="Run" oor:node-type="JobDescription">
+ <info>
+ <deprecated>Use cfg package Jobs instead of this.</deprecated>
+ <desc>Uses cfg package Jobs instead of this component.</desc>
+ </info>
+ </set>
+ <set oor:name="RunOnce" oor:node-type="JobDescription">
+ <info>
+ <deprecated>Use cfg package Jobs instead of this.</deprecated>
+ <desc>Uses cfg package Jobs instead of this component.</desc>
+ </info>
+ </set>
+ </group>
+ <group oor:name="SmartTags">
+ <info>
+ <desc>Contains settings for smart tags.</desc>
+ </info>
+ <group oor:name="Writer">
+ <info>
+ <desc>Contains Writer specific settings for smart tags.</desc>
+ </info>
+ <prop oor:name="RecognizeSmartTags" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether smart tag recognization is enabled.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="ExcludedSmartTagTypes" oor:type="oor:string-list">
+ <info>
+ <desc>A list of excluded smart tag types.</desc>
+ </info>
+ </prop>
+ </group>
+ </group>
+ </component>
+</oor:component-schema>