summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/TypeDetection
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 11:21:49 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 11:21:49 +0000
commitfd75fecd4d7d7837347a493cece215ff87a9fa21 (patch)
treea6db563fd86b7c7f0fbc166805dfac06bacc0b94 /officecfg/registry/schema/org/openoffice/TypeDetection
parentc6f9f644c875d5b094f676c7c6b2133a8b0756a0 (diff)
INTEGRATION: CWS loadenv01 (1.2.62); FILE MERGED
2004/03/29 12:49:53 as 1.2.62.1: #i24603# filter container search cant work on unitialized values (means void Anys)
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/TypeDetection')
-rw-r--r--officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs11
-rw-r--r--officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs6
2 files changed, 13 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
index b4a2b6e4ac89..a6bc8200cb2b 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Filter.xcs,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-01-28 19:31:57 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 12:21:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,24 +74,31 @@
</prop>
<prop oor:name="Type" oor:type="xs:string">
<info><desc xml:lang="en-US">Supported content type of this filter. Must be an internal type name.</desc></info>
+ <value/>
</prop>
<prop oor:name="DocumentService" oor:type="xs:string">
<info><desc xml:lang="en-US">The uno service name of the supported office document type.</desc></info>
+ <value/>
</prop>
<prop oor:name="UIComponent" oor:type="xs:string">
<info><desc xml:lang="en-US">The uno implementation name a dialog, which is used to ask an user for special filter parameter (e.g. for csv).</desc></info>
+ <value/>
</prop>
<prop oor:name="UserData" oor:type="oor:string-list">
<info><desc xml:lang="en-US">Filter specific data.</desc></info>
+ <value/>
</prop>
<prop oor:name="FilterService" oor:type="xs:string">
<info><desc xml:lang="en-US">The uno implementation name of the filter service.</desc></info>
+ <value/>
</prop>
<prop oor:name="TemplateName" oor:type="xs:string">
<info><desc xml:lang="en-US">Name of a corresponding template, which is merged together with the style seets of the loaded document.</desc></info>
+ <value/>
</prop>
<prop oor:name="Flags" oor:type="oor:string-list">
<info><desc xml:lang="en-US">Specify the filter in some further properties (e.g. import/export/..).</desc></info>
+ <value/>
</prop>
<prop oor:name="UIName" oor:localized="true" oor:type="xs:string">
<info><desc xml:lang="en-US">Localized name of the filter, whch can be shown at the UI.</desc></info>
diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
index a27c12ba5fc8..90597a6370ea 100644
--- a/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
+++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Misc.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: Misc.xcs,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2004-01-28 19:32:32 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 12:21:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,12 +70,14 @@
<info><desc xml:lang="en-US">Can load a type as visible component into a com.sun.star.frame.Frame.</desc></info>
<prop oor:name="Types" oor:type="oor:string-list">
<info><desc xml:lang="en-US">List of internal type names, which can be interpreted by this loader implementation.</desc></info>
+ <value/>
</prop>
</group>
<group oor:name="ContentHandler">
<info><desc xml:lang="en-US">Can load a type as non visible component, e.g. sounds.</desc></info>
<prop oor:name="Types" oor:type="oor:string-list">
<info><desc xml:lang="en-US">List of internal type names, which can be interpreted by this handler implementation.</desc></info>
+ <value/>
</prop>
</group>
</templates>