[Libreoffice-commits] .: 3 commits - cui/source officecfg/registry qadevOOo/tests unotools/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Nov 29 23:55:28 PST 2012
cui/source/options/optgdlg.cxx | 2
officecfg/registry/schema/org/openoffice/Setup.xcs | 840 +++++-----
qadevOOo/tests/java/ifc/configuration/backend/_XLayerHandler.java | 15
qadevOOo/tests/java/ifc/configuration/backend/_XUpdateHandler.java | 11
unotools/source/config/startoptions.cxx | 28
5 files changed, 438 insertions(+), 458 deletions(-)
New commits:
commit fd4e7b1c90286a43aab80b42df6d2a03c6fd67af
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 30 08:54:42 2012 +0100
Unused SvtStartOptions instance
Change-Id: I73ede739a8601b45d8887cd832af3ad8c622025e
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 1e1a48b..2e43087 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -35,7 +35,6 @@
#include <unotools/useroptions.hxx>
#include <unotools/fontoptions.hxx>
#include <svtools/menuoptions.hxx>
-#include <unotools/startoptions.hxx>
#include <svl/languageoptions.hxx>
#include <svtools/miscopt.hxx>
#include <unotools/printwarningoptions.hxx>
@@ -858,7 +857,6 @@ sal_Bool OfaViewTabPage::FillItemSet( SfxItemSet& )
{
SvtFontOptions aFontOpt;
SvtMenuOptions aMenuOpt;
- SvtStartOptions aStartOpt;
sal_Bool bModified = sal_False;
sal_Bool bMenuOptModified = sal_False;
commit a83c6301d856d7f63ef3c9a9b372220da58e5ffb
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Nov 30 08:52:25 2012 +0100
Remove deprecated and unused entries from /org.openoffice.Setup
...but ooSetupInstCompleted is apparently not (yet) deprecated.
Change-Id: I21237f804266e1f119bcf51f957ff4f22a64e3b2
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index ec91fff..c2a505c 100644
--- a/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -355,60 +355,16 @@
factories for creating documents.</desc>
</info>
<prop
- oor:name="ooSetupInstallPath" oor:type="xs:string"
- oor:nillable="false">
- <!-- OldPath: Service User/[username] -->
- <!-- OldLocation: userdb.ini -->
- <info>
- <deprecated/>
- <author>AS/BEI</author>
- <desc>Specifies the path to where the user data is installed. User
- data can only be installed in a valid directory.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
- was intended -->
- </prop>
- <prop
- oor:name="ooSetupInstallURL" oor:type="xs:string"
- oor:nillable="false">
- <!-- OldPath: Service User/[username] -->
- <!-- OldLocation: userdb.ini -->
- <info>
- <deprecated/>
- <author>AS/BEI</author>
- <desc>Specifies the user install path as a URL. The path must match
- the UCB configuration.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL
- was intended -->
- </prop>
- <prop
oor:name="ooSetupInstCompleted" oor:type="xs:boolean"
oor:nillable="false">
<!-- OldPath: Service User/[username] -->
<!-- OldLocation: userdb.ini -->
<info>
- <deprecated/>
<author>IS/BEI</author>
<desc>Indicates if the user data is copied successfully.</desc>
</info>
<value>false</value>
</prop>
- <prop oor:name="ooSetupLocales" oor:type="oor:string-list">
- <!-- OldLocation: setup.inf-->
- <!-- UIHints: setup -->
- <!--The default list must be deleted, as soon as the setup writes the
- values (#79254).-->
- <info>
- <deprecated>This list value was replaced by the Installedlanguages
- set.</deprecated>
- <author>PB / IS</author>
- <desc>Specifies the application languages that are installed, if a
- multilingual version is used.</desc>
- </info>
- </prop>
<set oor:name="InstalledLocales" oor:node-type="InstalledLocale">
<info>
<author>JB / IS</author>
@@ -417,21 +373,6 @@
</info>
</set>
<prop
- oor:name="ooSetupShowIntro" oor:type="xs:boolean"
- oor:nillable="false">
- <!-- OldPath: Common/Show-Intro -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - View -->
- <info>
- <deprecated>This feature is controlled by an entry in the soffice.ini
- or the -nologo command line parameter.</deprecated>
- <author>CD</author>
- <desc>Specifies whether the splash screen is displayed during
- startup.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop
oor:name="ooSetupConnectionURL" oor:type="xs:string"
oor:nillable="false">
<!-- OldPath: Common-->
@@ -445,24 +386,6 @@
<!-- JB: Empty default inserted into empty property node. Remove if NIL
was intended -->
</prop>
- <prop oor:name="LicenseAcceptDate" oor:type="xs:string">
- <info>
- <author>LO</author>
- <desc>The xsd:datetime (YYYY-MM-DDTHH:MM:SS) on which the user has
- accepted the license. If the current installation has a license that
- is newer then this date, the license has to be accepted again.</desc>
- </info>
- </prop>
- <prop
- oor:name="FirstStartWizardCompleted" oor:type="xs:boolean"
- oor:nillable="false">
- <info>
- <author>LO</author>
- <desc>is set to true, when the FirstStartWizard has been
- completed</desc>
- </info>
- <value>false</value>
- </prop>
<prop
oor:name="MigrationCompleted" oor:type="xs:boolean"
oor:nillable="false">
@@ -587,23 +510,6 @@
<value/>
</prop>
</group>
- <group oor:name="Configuration">
- <info>
- <author>JB</author>
- <desc>Contains settings that control configuration data access.</desc>
- </info>
- <prop
- oor:name="TransferUserSettingsOnce" oor:type="xs:boolean"
- oor:nillable="false">
- <info>
- <deprecated>This feature is not supported any more since
- OOo 2.0</deprecated>
- <author>JB</author>
- <desc>Deprecated</desc>
- </info>
- <value>true</value>
- </prop>
- </group>
<group oor:name="Migration">
<info>
<desc>Contains settings that control the migration process for certain
diff --git a/qadevOOo/tests/java/ifc/configuration/backend/_XLayerHandler.java b/qadevOOo/tests/java/ifc/configuration/backend/_XLayerHandler.java
index 4b824ef..45deb0a 100644
--- a/qadevOOo/tests/java/ifc/configuration/backend/_XLayerHandler.java
+++ b/qadevOOo/tests/java/ifc/configuration/backend/_XLayerHandler.java
@@ -48,14 +48,6 @@ public class _XLayerHandler extends MultiMethodTest {
new Type(java.lang.String.class), false);
oObj.setPropertyValue(new Boolean(false));
oObj.endProperty();
- oObj.overrideProperty("ooSetupShowIntro", (short) 0,
- new Type(java.lang.String.class), false);
- oObj.setPropertyValue(new Boolean(true));
- oObj.endProperty();
- oObj.overrideProperty("ooSetupLocales", (short) 0,
- new Type(java.lang.String.class), false);
- oObj.setPropertyValue("en-US");
- oObj.endProperty();
oObj.overrideNode("Factories", (short) 0, false);
oObj.addOrReplaceNode("com.sun.star.chart.ChartDocument",
(short) 0);
@@ -215,12 +207,6 @@ public class _XLayerHandler extends MultiMethodTest {
expected += ("overrideProperty(ooSetupInstCompleted,0,Type[string],false);" + ls);
expected += ("setPropertyValue(false);" + ls);
expected += ("endProperty();" + ls);
- expected += ("overrideProperty(ooSetupShowIntro,0,Type[string],false);" + ls);
- expected += ("setPropertyValue(true);" + ls);
- expected += ("endProperty();" + ls);
- expected += ("overrideProperty(ooSetupLocales,0,Type[string],false);" + ls);
- expected += ("setPropertyValue(en-US);" + ls);
- expected += ("endProperty();" + ls);
expected += ("overrideNode(Factories,0,false);" + ls);
expected += ("addOrReplace(com.sun.star.chart.ChartDocument,0);" + ls);
expected += ("overrideProperty(ooSetupFactoryEmptyDocumentURL,0,Type[string],false);" + ls);
@@ -254,4 +240,4 @@ public class _XLayerHandler extends MultiMethodTest {
return expected;
}
-}
\ No newline at end of file
+}
diff --git a/qadevOOo/tests/java/ifc/configuration/backend/_XUpdateHandler.java b/qadevOOo/tests/java/ifc/configuration/backend/_XUpdateHandler.java
index c1e0f77..8f1daf4 100644
--- a/qadevOOo/tests/java/ifc/configuration/backend/_XUpdateHandler.java
+++ b/qadevOOo/tests/java/ifc/configuration/backend/_XUpdateHandler.java
@@ -43,16 +43,6 @@ public class _XUpdateHandler extends MultiMethodTest {
false);
xLayerHandler.setPropertyValue(new Boolean(false));
xLayerHandler.endProperty();
- xLayerHandler.overrideProperty("ooSetupShowIntro", (short) 0,
- new Type(java.lang.String.class),
- false);
- xLayerHandler.setPropertyValue(new Boolean(true));
- xLayerHandler.endProperty();
- xLayerHandler.overrideProperty("ooSetupLocales", (short) 0,
- new Type(java.lang.String.class),
- false);
- xLayerHandler.setPropertyValue("en-US");
- xLayerHandler.endProperty();
xLayerHandler.overrideNode("Factories", (short) 0, false);
xLayerHandler.addOrReplaceNode("com.sun.star.chart.ChartDocument",
(short) 0);
@@ -216,7 +206,6 @@ public class _XUpdateHandler extends MultiMethodTest {
oObj.setPropertyValue("newValue");
oObj.setPropertyValueForLocale("newValue-US", "de-DE");
oObj.endProperty();
- oObj.removeProperty("ooSetupShowIntro");
oObj.modifyNode("org.openoffice.Setup", (short) 0, (short) 0, true);
oObj.removeNode("whatever");
oObj.resetProperty("prop");
diff --git a/unotools/source/config/startoptions.cxx b/unotools/source/config/startoptions.cxx
index a3c0a8c..9233091 100644
--- a/unotools/source/config/startoptions.cxx
+++ b/unotools/source/config/startoptions.cxx
@@ -32,16 +32,12 @@ using namespace ::rtl ;
using namespace ::osl ;
using namespace ::com::sun::star::uno ;
-#define DEFAULT_SHOWINTRO sal_True
-
#define ROOTNODE_START OUString(RTL_CONSTASCII_USTRINGPARAM("Setup/Office" ))
-#define PROPERTYNAME_SHOWINTRO OUString(RTL_CONSTASCII_USTRINGPARAM("ooSetupShowIntro" ))
#define PROPERTYNAME_CONNECTIONURL OUString(RTL_CONSTASCII_USTRINGPARAM("ooSetupConnectionURL" ))
-#define PROPERTYHANDLE_SHOWINTRO 0
-#define PROPERTYHANDLE_CONNECTIONURL 1
+#define PROPERTYHANDLE_CONNECTIONURL 0
-#define PROPERTYCOUNT 2
+#define PROPERTYCOUNT 1
class SvtStartOptions_Impl : public ConfigItem
{
@@ -120,7 +116,6 @@ class SvtStartOptions_Impl : public ConfigItem
private:
- sal_Bool m_bShowIntro ; /// cache "ShowIntro" of Start section
OUString m_sConnectionURL ; /// cache "Connection" of Start section
};
@@ -130,8 +125,6 @@ class SvtStartOptions_Impl : public ConfigItem
SvtStartOptions_Impl::SvtStartOptions_Impl()
// Init baseclasses first
: ConfigItem ( ROOTNODE_START )
- // Init member then.
- , m_bShowIntro ( DEFAULT_SHOWINTRO )
{
// Use our static list of configuration keys to get his values.
Sequence< OUString > seqNames = impl_GetPropertyNames();
@@ -152,12 +145,6 @@ SvtStartOptions_Impl::SvtStartOptions_Impl()
DBG_ASSERT( !(seqValues[nProperty].hasValue()==sal_False), "SvtStartOptions_Impl::SvtStartOptions_Impl()\nInvalid property value for property detected!\n" );
switch( nProperty )
{
- case PROPERTYHANDLE_SHOWINTRO : {
- DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtStartOptions_Impl::SvtStartOptions_Impl()\nWho has changed the value type of \"Office.Common\\Start\\ShowIntro\"?" );
- seqValues[nProperty] >>= m_bShowIntro;
- }
- break;
-
case PROPERTYHANDLE_CONNECTIONURL : {
DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_STRING), "SvtStartOptions_Impl::SvtStartOptions_Impl()\nWho has changed the value type of \"Office.Common\\Start\\Connection\"?" );
seqValues[nProperty] >>= m_sConnectionURL;
@@ -196,12 +183,6 @@ void SvtStartOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames
sal_Int32 nCount = seqPropertyNames.getLength();
for( sal_Int32 nProperty=0; nProperty<nCount; ++nProperty )
{
- if( seqPropertyNames[nProperty] == PROPERTYNAME_SHOWINTRO )
- {
- DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_BOOLEAN), "SvtStartOptions_Impl::Notify()\nWho has changed the value type of \"Office.Common\\Start\\ShowIntro\"?" );
- seqValues[nProperty] >>= m_bShowIntro;
- }
- else
if( seqPropertyNames[nProperty] == PROPERTYNAME_CONNECTIONURL )
{
DBG_ASSERT(!(seqValues[nProperty].getValueTypeClass()!=TypeClass_STRING), "SvtStartOptions_Impl::Notify()\nWho has changed the value type of \"Office.Common\\Start\\Connection\"?" );
@@ -226,10 +207,6 @@ void SvtStartOptions_Impl::Commit()
{
switch( nProperty )
{
- case PROPERTYHANDLE_SHOWINTRO : {
- seqValues[nProperty] <<= m_bShowIntro;
- }
- break;
case PROPERTYHANDLE_CONNECTIONURL : {
seqValues[nProperty] <<= m_sConnectionURL;
}
@@ -256,7 +233,6 @@ Sequence< OUString > SvtStartOptions_Impl::impl_GetPropertyNames()
// Build list of configuration key names.
const OUString pProperties[] =
{
- PROPERTYNAME_SHOWINTRO ,
PROPERTYNAME_CONNECTIONURL ,
};
// Initialize return sequence with these list ...
commit 0b58adfe5293d5a072a3e770a58355ffb55aa596
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Nov 29 18:10:57 2012 +0100
Clean up indentation
Change-Id: I2a26c044103e6051a0790100087f42c41b12465a
diff --git a/officecfg/registry/schema/org/openoffice/Setup.xcs b/officecfg/registry/schema/org/openoffice/Setup.xcs
index 9bbf7ed..ec91fff 100644
--- a/officecfg/registry/schema/org/openoffice/Setup.xcs
+++ b/officecfg/registry/schema/org/openoffice/Setup.xcs
@@ -17,61 +17,77 @@
* 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Setup" oor:package="org.openoffice" xml:lang="en-US">
- <info>
- <author>JB/IS</author>
- <desc >Contains Setup preferences, such as the installed UI locales or the available modules.</desc>
- </info>
- <templates>
- <group oor:name="InstalledLocale">
- <info>
+<oor:component-schema
+ oor:package="org.openoffice" oor:name="Setup" xml:lang="en-US"
+ xmlns:oor="http://openoffice.org/2001/registry"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ <info>
+ <author>JB/IS</author>
+ <desc>Contains Setup preferences, such as the installed UI locales or the
+ available modules.</desc>
+ </info>
+ <templates>
+ <group oor:name="InstalledLocale">
+ <info>
<author>JB</author>
- <desc>Describes a language pack that is installed to provide a localized office UI.</desc>
- </info>
- <prop oor:name="Origin" oor:type="xs:string">
+ <desc>Describes a language pack that is installed to provide a localized
+ office UI.</desc>
+ </info>
+ <prop oor:name="Origin" oor:type="xs:string">
<info>
<author>JB</author>
- <desc>Identifies the organization, group or person that provided this language pack.</desc>
+ <desc>Identifies the organization, group or person that provided this
+ language pack.</desc>
</info>
- </prop>
- </group>
+ </prop>
+ </group>
<group oor:name="MigrationStep">
<info>
<desc>Describes one step of migration</desc>
</info>
<prop oor:name="MigrationService" oor:type="xs:string">
<info>
- <desc>an optional uno service that is called after files and nodes have been copied in order to perform custom migration actions. The service needs to support XInitializable and XJob interfaces according do http://specs.openoffice.org/appwide/migration/spec_migration.sxw</desc>
+ <desc>an optional uno service that is called after files and nodes
+ have been copied in order to perform custom migration actions. The
+ service needs to support XInitializable and XJob interfaces according
+ do
+ http://specs.openoffice.org/appwide/migration/spec_migration.sxw</desc>
</info>
</prop>
<prop oor:name="IncludedFiles" oor:type="oor:string-list">
<info>
- <desc>a list of wildcards relative to the old userdata origin that are to be copied</desc>
+ <desc>a list of wildcards relative to the old userdata origin that are
+ to be copied</desc>
</info>
</prop>
<prop oor:name="ExcludedFiles" oor:type="oor:string-list">
<info>
- <desc>a list of wildcards relative to the old userdata origin that are to be copied</desc>
+ <desc>a list of wildcards relative to the old userdata origin that are
+ to be copied</desc>
</info>
</prop>
<prop oor:name="IncludedNodes" oor:type="oor:string-list">
<info>
- <desc>a list of configuration node paths that are to be moved from the old user layer to the new user layer</desc>
+ <desc>a list of configuration node paths that are to be moved from the
+ old user layer to the new user layer</desc>
</info>
</prop>
<prop oor:name="ExcludedNodes" oor:type="oor:string-list">
<info>
- <desc>a list of configuration node paths that are not to be moved from the old user layer to the new user layer</desc>
+ <desc>a list of configuration node paths that are not to be moved from
+ the old user layer to the new user layer</desc>
</info>
</prop>
<prop oor:name="IncludedExtensions" oor:type="oor:string-list">
<info>
- <desc>a list of extension identifiers that are to be copied from the old user layer to the new user layer</desc>
+ <desc>a list of extension identifiers that are to be copied from the
+ old user layer to the new user layer</desc>
</info>
</prop>
<prop oor:name="ExcludedExtensions" oor:type="oor:string-list">
<info>
- <desc>a list of extension identifiers that are not to be copied from the old user layer to the new user layer</desc>
+ <desc>a list of extension identifiers that are not to be copied from
+ the old user layer to the new user layer</desc>
</info>
</prop>
</group>
@@ -79,7 +95,9 @@
<info>
<desc>Describes migration steps specific for certain version(s)</desc>
</info>
- <prop oor:name="VersionIdentifiers" oor:type="oor:string-list" oor:nillable="false">
+ <prop
+ oor:name="VersionIdentifiers" oor:type="oor:string-list"
+ oor:nillable="false">
<info>
<desc>version identifiers, that are supported for migration</desc>
</info>
@@ -87,7 +105,8 @@
</prop>
<prop oor:name="Priority" oor:type="xs:int" oor:nillable="false">
<info>
- <desc>Contains the priority value to specify which migration should be prefered. Higher values are prefered.</desc>
+ <desc>Contains the priority value to specify which migration should be
+ prefered. Higher values are prefered.</desc>
</info>
<value/>
</prop>
@@ -98,390 +117,497 @@
</set>
</group>
<group oor:name="Factory">
- <info>
+ <info>
<author>AS</author>
- <desc>Describes an application module (a document factory, such as Writer).</desc>
- </info>
- <prop oor:name="ooSetupFactoryActualFilter" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>It's the "most actual" filter, which is able to import/export ALL currently implemented features of this office module.
- It has to be the programatic name of the filter.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryActualTemplateFilter" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>The same meaning as ooSetupFactoryActualFilter ... but regarding to the actual template format.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryDefaultFilter" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the default file format for saving documents inside this office module.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryDocumentService" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Its the service name of the document model used by this module. E.g. filter match against those service name.</desc>
- </info>
- </prop>
- <!--The default must be written by the setup.-->
- <prop oor:name="ooSetupFactoryShortName" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the short name of the factory.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryUIName" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the UI name of the factory.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryTemplateFile" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the name of the standard template file for the factory.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactorySystemDefaultTemplateChanged" oor:type="xs:boolean">
- <!-- UIHints: setup -->
- <info>
- <desc>Indicates if the system default template has been changed.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryWindowAttributes" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the attributes of the factory window</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryEmptyDocumentURL" oor:type="xs:string">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the URL for opening an empty document in the factory.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryIcon" oor:type="xs:int" oor:nillable="false">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the ID of the icon for the factory</desc>
- </info>
- <value>0</value>
- </prop>
- <prop oor:name="ooSetupFactoryStyleFilter" oor:type="xs:int" oor:nillable="false">
- <!-- UIHints: setup -->
- <info>
- <desc>Specifies the ID of the style filter (Stylist) for the factory</desc>
- </info>
- <value>-1</value>
- </prop>
- <prop oor:name="ooSetupFactoryCommandConfigRef" oor:type="xs:string">
- <info>
- <author>CD</author>
- <desc>Refer to a configuration file, which contains the list of UI commands, suitable for this module.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryWindowStateConfigRef" oor:type="xs:string">
- <info>
- <author>CD</author>
- <desc>Refer to a configuration file, which contains the persistent window data, suitable for this module.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryCmdCategoryConfigRef" oor:type="xs:string">
- <info>
- <author>CD</author>
- <desc>Refers to a configuration file which contains category definitions for user interface commands suitable for this module.</desc>
- <desc>Refers to a configuration file which contains category definitions for user interface commands suitable for this module.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryHelpBaseURL" oor:type="xs:string">
- <info>
- <author>AS</author>
- <desc>Describe the base part of a help URL, which can be used to show the start help page according to the used office factory.</desc>
- </info>
- </prop>
- <prop oor:name="ooSetupFactoryHelpOnOpen" oor:type="xs:boolean">
- <info>
- <author>AS</author>
- <desc>Enable/disable automatic showing of the start help page for this office factory, if any document suitable for this factory is opened.</desc>
- </info>
- <!-- Attention: Because this feature must be enabled explicitly, we define the following:
- a) value = NIL => feature disabled
- b) value = false/true => feature enabled but inactive/active
- default = a) => no value inside xcs!
- -->
- </prop>
- </group>
- </templates>
- <component>
- <group oor:name="Product">
- <info>
- <author>MBA</author>
- <desc>Contains common product and version information</desc>
- </info>
- <!--The default must be written by the setup.-->
- <prop oor:name="ooName" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the name of a product.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="ooXMLFileFormatVersion" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the version of the SO 6/7 or OOo 1.0 xml file formats.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="ooXMLFileFormatName" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the name of the SO6/7 or OOo1.0 xml file formats.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="ooSetupVersion" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the version number of the product that appears on the user interface.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="ooSetupVersionAboutBox" oor:type="xs:string" oor:nillable="false">
- <info>
- <author>PB</author>
- <desc>Specifies the complete (major.minor.micro) version number of the product that appears only on the about box.</desc>
- </info>
- <value/>
- </prop>
- <prop oor:name="ooSetupVersionAboutBoxSuffix" oor:type="xs:string" oor:nillable="false">
- <info>
- <author>PMLADEK</author>
- <desc>Specifies the version suffix (beta1, rc2) of the product that appears only on the about box.</desc>
- </info>
- <value/>
- </prop>
- <prop oor:name="ooVendor" oor:type="xs:string" oor:nillable="false">
- <info>
- <author>IHI</author>
- <desc>Specifies the vendor who build the product.</desc>
- </info>
- <value/>
- </prop>
-
- <prop oor:name="ooSetupExtension" oor:type="xs:string" oor:nillable="false">
- <info>
- <desc>Specifies the version number that appears on the user interface.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="ooOpenSourceContext" oor:type="xs:int" oor:nillable="false">
- <info>
- <desc>Specifies the context of the product. A value greater than 0 is specifying an OpenSource context.</desc>
- </info>
- <value>0</value>
- </prop>
- </group>
- <group oor:name="Office">
- <!--The default must be written by the setup.-->
- <info>
- <desc>Specifies the installation location, locales and the available factories for creating documents.</desc>
- </info>
- <prop oor:name="ooSetupInstallPath" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Service User/[username] -->
- <!-- OldLocation: userdb.ini -->
- <info>
- <deprecated/>
- <author>AS/BEI</author>
- <desc>Specifies the path to where the user data is installed. User data can only be installed in a valid directory.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="ooSetupInstallURL" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Service User/[username] -->
- <!-- OldLocation: userdb.ini -->
- <info>
- <deprecated/>
- <author>AS/BEI</author>
- <desc>Specifies the user install path as a URL. The path must match the UCB configuration.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="ooSetupInstCompleted" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Service User/[username] -->
- <!-- OldLocation: userdb.ini -->
- <info>
- <deprecated/>
- <author>IS/BEI</author>
- <desc>Indicates if the user data is copied successfully.</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="ooSetupLocales" oor:type="oor:string-list">
- <!-- OldLocation: setup.inf-->
- <!-- UIHints: setup -->
- <!--The default list must be deleted, as soon as the setup writes the values (#79254).-->
- <info>
- <deprecated>This list value was replaced by the Installedlanguages set.</deprecated>
- <author>PB / IS</author>
- <desc>Specifies the application languages that are installed, if a multilingual version is used.</desc>
- </info>
- </prop>
- <set oor:name="InstalledLocales" oor:node-type="InstalledLocale">
- <info>
- <author>JB / IS</author>
- <desc>Enumerates the application languages that are installed, if a multilingual version is used.</desc>
- </info>
- </set>
- <prop oor:name="ooSetupShowIntro" oor:type="xs:boolean" oor:nillable="false">
- <!-- OldPath: Common/Show-Intro -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - View -->
- <info>
- <deprecated>This feature is controlled by an entry in the soffice.ini or the -nologo command line parameter.</deprecated>
- <author>CD</author>
- <desc>Specifies whether the splash screen is displayed during startup.</desc>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="ooSetupConnectionURL" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: Common-->
- <!-- OldLocation: soffice.ini -->
- <info>
- <author>CD</author>
- <desc>Specifies the URL for an UNO connection that can be used to script the office from outside.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="LicenseAcceptDate" oor:type="xs:string">
- <info>
- <author>LO</author>
- <desc>The xsd:datetime (YYYY-MM-DDTHH:MM:SS) on which the user has accepted the license. If the current installation has a license that is newer then this date, the license has to be accepted again.</desc>
- </info>
- </prop>
- <prop oor:name="FirstStartWizardCompleted" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <author>LO</author>
- <desc>is set to true, when the FirstStartWizard has been completed</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="MigrationCompleted" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <author>LO</author>
- <desc>This should be set to true, as soon as settings from
- nother version have been imported into this installation
- in order to prevent multiple migrations</desc>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="LastCompatibilityCheckID" oor:type="xs:string" oor:nillable="false">
- <info>
- <author>DV</author>
- <desc>The build ID of the office. On startup the office will compare this ID with the current build id to decide if the extensions dependencies need to be checked.</desc>
- </info>
- <value>not checked</value>
- </prop>
- <set oor:name="Factories" oor:node-type="Factory">
- <info>
- <author>AS</author>
- <desc>Contains all of the document factories that were installed during setup.</desc>
- </info>
- </set>
- <prop oor:name="OfficeRestartInProgress" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <author>MAV</author>
- <desc>The entry specifies that we are in restart process</desc>
- </info>
- <value>false</value>
- </prop>
- </group>
- <group oor:name="L10N">
- <info>
- <author>PB</author>
- <desc>Specifies the installation locales.</desc>
- </info>
- <!--The default must be written by the setup.-->
- <prop oor:name="ooLocale" oor:type="xs:string" oor:nillable="false">
- <!-- OldPath: User/Language -->
- <!-- OldLocation: soffice.ini -->
- <!-- UIHints: Tools - Options - General - Other -->
- <!--The initial default should be written by the setup.-->
- <info>
- <author>PB</author>
- <desc>Indicates the Office language selected by the user.</desc>
- <label>Locale</label>
- </info>
- <value/>
- </prop>
- <prop oor:name="ooSetupSystemLocale" oor:type="xs:string" oor:nillable="false">
- <!-- UIHints: Tools - Options - Language Settings - Languages - Language of - Locale setting -->
- <info>
- <author>ER</author>
- <desc>Indicates the locale setting defined by the user. By default, this label is empty and the system locale is used.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="ooSetupCurrency" oor:type="xs:string" oor:nillable="false">
- <!-- UIHints: Tools - Options - Language Settings - Languages - Language of - Default currency -->
- <info>
- <author>ER</author>
- <desc>Indicates the currency settings defined by the user. By default, this label is empty and the currency defined in the ooSetupSystemLocale is used.</desc>
- </info>
- <value/>
- <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
- </prop>
- <prop oor:name="DecimalSeparatorAsLocale" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <author>OS</author>
- <desc>Indicates that the decimal separator (dot or commma) is used as appropriate for the selected locale instead of the one related to the default keyboard layout.</desc>
- <label>Decimal separator key same as locale setting.</label>
- </info>
- <value>true</value>
- </prop>
- <prop oor:name="IgnoreLanguageChange" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <author>OS</author>
- <desc>Indicates whether changes to the system input language/keyboard will be ignored. If ignored, when new text is typed that text will follow the language of the document or current paragraph, not the current system language.</desc>
- <label>Ignore system input language.</label>
- </info>
- <value>false</value>
- </prop>
- <prop oor:name="DateAcceptancePatterns" oor:type="xs:string" oor:nillable="true">
- <!-- UIHints: Tools - Options - Language Settings - Languages - Language of - Date acceptance patterns -->
- <info>
- <author>erAck</author>
- <desc>Indicates the date acceptance patterns defined by the user. By default, this label is empty and the patterns defined in the ooSetupSystemLocale are used.</desc>
- </info>
- <value/>
- </prop>
- </group>
- <group oor:name="Configuration">
- <info>
- <author>JB</author>
- <desc>Contains settings that control configuration data access.</desc>
- </info>
- <prop oor:name="TransferUserSettingsOnce" oor:type="xs:boolean" oor:nillable="false">
- <info>
- <deprecated>This feature is not supported any more since OOo 2.0</deprecated>
- <author>JB</author>
+ <desc>Describes an application module (a document factory, such as
+ Writer).</desc>
+ </info>
+ <prop oor:name="ooSetupFactoryActualFilter" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>It's the "most actual" filter, which is able to import/export
+ ALL currently implemented features of this office module. It has to be
+ the programatic name of the filter.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryActualTemplateFilter" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>The same meaning as ooSetupFactoryActualFilter ... but regarding
+ to the actual template format.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryDefaultFilter" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the default file format for saving documents inside
+ this office module.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryDocumentService" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Its the service name of the document model used by this module.
+ E.g. filter match against those service name.</desc>
+ </info>
+ </prop>
+ <!--The default must be written by the setup.-->
+ <prop oor:name="ooSetupFactoryShortName" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the short name of the factory.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryUIName" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the UI name of the factory.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryTemplateFile" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the name of the standard template file for the
+ factory.</desc>
+ </info>
+ </prop>
+ <prop
+ oor:name="ooSetupFactorySystemDefaultTemplateChanged"
+ oor:type="xs:boolean">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Indicates if the system default template has been
+ changed.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryWindowAttributes" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the attributes of the factory window</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryEmptyDocumentURL" oor:type="xs:string">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the URL for opening an empty document in the
+ factory.</desc>
+ </info>
+ </prop>
+ <prop
+ oor:name="ooSetupFactoryIcon" oor:type="xs:int" oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the ID of the icon for the factory</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ <prop
+ oor:name="ooSetupFactoryStyleFilter" oor:type="xs:int"
+ oor:nillable="false">
+ <!-- UIHints: setup -->
+ <info>
+ <desc>Specifies the ID of the style filter (Stylist) for the
+ factory</desc>
+ </info>
+ <value>-1</value>
+ </prop>
+ <prop oor:name="ooSetupFactoryCommandConfigRef" oor:type="xs:string">
+ <info>
+ <author>CD</author>
+ <desc>Refer to a configuration file, which contains the list of UI
+ commands, suitable for this module.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryWindowStateConfigRef" oor:type="xs:string">
+ <info>
+ <author>CD</author>
+ <desc>Refer to a configuration file, which contains the persistent
+ window data, suitable for this module.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryCmdCategoryConfigRef" oor:type="xs:string">
+ <info>
+ <author>CD</author>
+ <desc>Refers to a configuration file which contains category
+ definitions for user interface commands suitable for this
+ module.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryHelpBaseURL" oor:type="xs:string">
+ <info>
+ <author>AS</author>
+ <desc>Describe the base part of a help URL, which can be used to show
+ the start help page according to the used office factory.</desc>
+ </info>
+ </prop>
+ <prop oor:name="ooSetupFactoryHelpOnOpen" oor:type="xs:boolean">
+ <info>
+ <author>AS</author>
+ <desc>Enable/disable automatic showing of the start help page for this
+ office factory, if any document suitable for this factory is
+ opened.</desc>
+ </info>
+ <!-- Attention: Because this feature must be enabled explicitly, we
+ define the following:
+ a) value = NIL => feature disabled
+ b) value = false/true => feature enabled but inactive/active
+ default = a) => no value inside xcs!
+ -->
+ </prop>
+ </group>
+ </templates>
+ <component>
+ <group oor:name="Product">
+ <info>
+ <author>MBA</author>
+ <desc>Contains common product and version information</desc>
+ </info>
+ <!--The default must be written by the setup.-->
+ <prop oor:name="ooName" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the name of a product.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop
+ oor:name="ooXMLFileFormatVersion" oor:type="xs:string"
+ oor:nillable="false">
+ <info>
+ <desc>Specifies the version of the SO 6/7 or OOo 1.0 xml file
+ formats.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop
+ oor:name="ooXMLFileFormatName" oor:type="xs:string"
+ oor:nillable="false">
+ <info>
+ <desc>Specifies the name of the SO6/7 or OOo1.0 xml file
+ formats.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop oor:name="ooSetupVersion" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the version number of the product that appears on the
+ user interface.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop
+ oor:name="ooSetupVersionAboutBox" oor:type="xs:string"
+ oor:nillable="false">
+ <info>
+ <author>PB</author>
+ <desc>Specifies the complete (major.minor.micro) version number of the
+ product that appears only on the about box.</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop
+ oor:name="ooSetupVersionAboutBoxSuffix" oor:type="xs:string"
+ oor:nillable="false">
+ <info>
+ <author>PMLADEK</author>
+ <desc>Specifies the version suffix (beta1, rc2) of the product that
+ appears only on the about box.</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop oor:name="ooVendor" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <author>IHI</author>
+ <desc>Specifies the vendor who build the product.</desc>
+ </info>
+ <value/>
+ </prop>
+ <prop
+ oor:name="ooSetupExtension" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the version number that appears on the user
+ interface.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop
+ oor:name="ooOpenSourceContext" oor:type="xs:int" oor:nillable="false">
+ <info>
+ <desc>Specifies the context of the product. A value greater than 0 is
+ specifying an OpenSource context.</desc>
+ </info>
+ <value>0</value>
+ </prop>
+ </group>
+ <group oor:name="Office">
+ <!--The default must be written by the setup.-->
+ <info>
+ <desc>Specifies the installation location, locales and the available
+ factories for creating documents.</desc>
+ </info>
+ <prop
+ oor:name="ooSetupInstallPath" oor:type="xs:string"
+ oor:nillable="false">
+ <!-- OldPath: Service User/[username] -->
+ <!-- OldLocation: userdb.ini -->
+ <info>
+ <deprecated/>
+ <author>AS/BEI</author>
+ <desc>Specifies the path to where the user data is installed. User
+ data can only be installed in a valid directory.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop
+ oor:name="ooSetupInstallURL" oor:type="xs:string"
+ oor:nillable="false">
+ <!-- OldPath: Service User/[username] -->
+ <!-- OldLocation: userdb.ini -->
+ <info>
+ <deprecated/>
+ <author>AS/BEI</author>
+ <desc>Specifies the user install path as a URL. The path must match
+ the UCB configuration.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop
+ oor:name="ooSetupInstCompleted" oor:type="xs:boolean"
+ oor:nillable="false">
+ <!-- OldPath: Service User/[username] -->
+ <!-- OldLocation: userdb.ini -->
+ <info>
+ <deprecated/>
+ <author>IS/BEI</author>
+ <desc>Indicates if the user data is copied successfully.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="ooSetupLocales" oor:type="oor:string-list">
+ <!-- OldLocation: setup.inf-->
+ <!-- UIHints: setup -->
+ <!--The default list must be deleted, as soon as the setup writes the
+ values (#79254).-->
+ <info>
+ <deprecated>This list value was replaced by the Installedlanguages
+ set.</deprecated>
+ <author>PB / IS</author>
+ <desc>Specifies the application languages that are installed, if a
+ multilingual version is used.</desc>
+ </info>
+ </prop>
+ <set oor:name="InstalledLocales" oor:node-type="InstalledLocale">
+ <info>
+ <author>JB / IS</author>
+ <desc>Enumerates the application languages that are installed, if a
+ multilingual version is used.</desc>
+ </info>
+ </set>
+ <prop
+ oor:name="ooSetupShowIntro" oor:type="xs:boolean"
+ oor:nillable="false">
+ <!-- OldPath: Common/Show-Intro -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - View -->
+ <info>
+ <deprecated>This feature is controlled by an entry in the soffice.ini
+ or the -nologo command line parameter.</deprecated>
+ <author>CD</author>
+ <desc>Specifies whether the splash screen is displayed during
+ startup.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop
+ oor:name="ooSetupConnectionURL" oor:type="xs:string"
+ oor:nillable="false">
+ <!-- OldPath: Common-->
+ <!-- OldLocation: soffice.ini -->
+ <info>
+ <author>CD</author>
+ <desc>Specifies the URL for an UNO connection that can be used to
+ script the office from outside.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop oor:name="LicenseAcceptDate" oor:type="xs:string">
+ <info>
+ <author>LO</author>
+ <desc>The xsd:datetime (YYYY-MM-DDTHH:MM:SS) on which the user has
+ accepted the license. If the current installation has a license that
+ is newer then this date, the license has to be accepted again.</desc>
+ </info>
+ </prop>
+ <prop
+ oor:name="FirstStartWizardCompleted" oor:type="xs:boolean"
+ oor:nillable="false">
+ <info>
+ <author>LO</author>
+ <desc>is set to true, when the FirstStartWizard has been
+ completed</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop
+ oor:name="MigrationCompleted" oor:type="xs:boolean"
+ oor:nillable="false">
+ <info>
+ <author>LO</author>
+ <desc>This should be set to true, as soon as settings from nother
+ version have been imported into this installation in order to prevent
+ multiple migrations</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop
+ oor:name="LastCompatibilityCheckID" oor:type="xs:string"
+ oor:nillable="false">
+ <info>
+ <author>DV</author>
+ <desc>The build ID of the office. On startup the office will compare
+ this ID with the current build id to decide if the extensions
+ dependencies need to be checked.</desc>
+ </info>
+ <value>not checked</value>
+ </prop>
+ <set oor:name="Factories" oor:node-type="Factory">
+ <info>
+ <author>AS</author>
+ <desc>Contains all of the document factories that were installed
+ during setup.</desc>
+ </info>
+ </set>
+ <prop
+ oor:name="OfficeRestartInProgress" oor:type="xs:boolean"
+ oor:nillable="false">
+ <info>
+ <author>MAV</author>
+ <desc>The entry specifies that we are in restart process</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ </group>
+ <group oor:name="L10N">
+ <info>
+ <author>PB</author>
+ <desc>Specifies the installation locales.</desc>
+ </info>
+ <!--The default must be written by the setup.-->
+ <prop oor:name="ooLocale" oor:type="xs:string" oor:nillable="false">
+ <!-- OldPath: User/Language -->
+ <!-- OldLocation: soffice.ini -->
+ <!-- UIHints: Tools - Options - General - Other -->
+ <!--The initial default should be written by the setup.-->
+ <info>
+ <author>PB</author>
+ <desc>Indicates the Office language selected by the user.</desc>
+ <label>Locale</label>
+ </info>
+ <value/>
+ </prop>
+ <prop
+ oor:name="ooSetupSystemLocale" oor:type="xs:string"
+ oor:nillable="false">
+ <!-- UIHints: Tools - Options - Language Settings - Languages - Language
+ of - Locale setting -->
+ <info>
+ <author>ER</author>
+ <desc>Indicates the locale setting defined by the user. By default,
+ this label is empty and the system locale is used.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop
+ oor:name="ooSetupCurrency" oor:type="xs:string" oor:nillable="false">
+ <!-- UIHints: Tools - Options - Language Settings - Languages - Language
+ of - Default currency -->
+ <info>
+ <author>ER</author>
+ <desc>Indicates the currency settings defined by the user. By default,
+ this label is empty and the currency defined in the
+ ooSetupSystemLocale is used.</desc>
+ </info>
+ <value/>
+ <!-- JB: Empty default inserted into empty property node. Remove if NIL
+ was intended -->
+ </prop>
+ <prop
+ oor:name="DecimalSeparatorAsLocale" oor:type="xs:boolean"
+ oor:nillable="false">
+ <info>
+ <author>OS</author>
+ <desc>Indicates that the decimal separator (dot or commma) is used as
+ appropriate for the selected locale instead of the one related to the
+ default keyboard layout.</desc>
+ <label>Decimal separator key same as locale setting.</label>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop
+ oor:name="IgnoreLanguageChange" oor:type="xs:boolean"
+ oor:nillable="false">
+ <info>
+ <author>OS</author>
+ <desc>Indicates whether changes to the system input language/keyboard
+ will be ignored. If ignored, when new text is typed that text will
+ follow the language of the document or current paragraph, not the
+ current system language.</desc>
+ <label>Ignore system input language.</label>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop
+ oor:name="DateAcceptancePatterns" oor:type="xs:string"
+ oor:nillable="true">
+ <!-- UIHints: Tools - Options - Language Settings - Languages - Language
+ of - Date acceptance patterns -->
+ <info>
+ <author>erAck</author>
+ <desc>Indicates the date acceptance patterns defined by the user. By
+ default, this label is empty and the patterns defined in the
+ ooSetupSystemLocale are used.</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
+ <group oor:name="Configuration">
+ <info>
+ <author>JB</author>
+ <desc>Contains settings that control configuration data access.</desc>
+ </info>
+ <prop
+ oor:name="TransferUserSettingsOnce" oor:type="xs:boolean"
+ oor:nillable="false">
+ <info>
+ <deprecated>This feature is not supported any more since
+ OOo 2.0</deprecated>
+ <author>JB</author>
<desc>Deprecated</desc>
- </info>
- <value>true</value>
- </prop>
- </group>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
<group oor:name="Migration">
<info>
- <desc>Contains settings that control the migration process for certain versions.</desc>
+ <desc>Contains settings that control the migration process for certain
+ versions.</desc>
</info>
<set oor:name="SupportedVersions" oor:node-type="MigrateVersion">
<info>
More information about the Libreoffice-commits
mailing list