diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /officecfg/registry/schema/org/openoffice/ucb | |
parent | Initial commit. (diff) | |
download | libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.tar.xz libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/ucb')
4 files changed, 242 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs new file mode 100644 index 000000000..872177de0 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/ucb/Configuration.xcs @@ -0,0 +1,73 @@ +<?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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Configuration" oor:package="org.openoffice.ucb" xml:lang="en-US"> + <info> + <desc>Contains components and templates used for UCB configuration related data. </desc> + </info> + <templates> + <group oor:name="ContentProviderData"> + <info> + <desc>Contains data describing the configuration parameters of a Content Provider.</desc> + </info> + <prop oor:name="ServiceName" oor:type="xs:string"> + <info> + <desc>Specifies the name of the UNO service to be used to instantiate the UCP. If it is the empty string, a null provider will be used (see the documentation of the Provider argument to com.sun.star.ucb.XContentProviderManager.registerContentProvider).</desc> + </info> + </prop> + <prop oor:name="URLTemplate" oor:type="xs:string"> + <info> + <desc>Contains the URL template.</desc> + </info> + </prop> + <prop oor:name="Arguments" oor:type="xs:string"> + <info> + <desc>Contains additional arguments for UCP creation.</desc> + </info> + </prop> + </group> + <group oor:name="ContentProvidersDataSecondaryKeys"> + <info> + <desc>Specifies secondary keys for Content Provider configuration data.</desc> + </info> + <set oor:name="ProviderData" oor:node-type="ContentProviderData"> + <info> + <desc>Specifies a set of Content Provider configuration data for the UCB.</desc> + </info> + </set> + </group> + <group oor:name="ContentProvidersDataPrimaryKeys"> + <info> + <desc>Specifies primary keys for Content Provider configuration data.</desc> + </info> + <set oor:name="SecondaryKeys" oor:node-type="ContentProvidersDataSecondaryKeys"> + <info> + <desc>Specifies a set of secondary keys for Content Provider configuration for the UCB.</desc> + </info> + </set> + </group> + </templates> + <component> + <set oor:name="ContentProviders" oor:node-type="ContentProvidersDataPrimaryKeys"> + <info> + <desc>Contains a root entry for Content Provider configurations.</desc> + </info> + </set> + </component> +</oor:component-schema> diff --git a/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs b/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs new file mode 100644 index 000000000..9dfaecab5 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/ucb/Hierarchy.xcs @@ -0,0 +1,58 @@ +<?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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Hierarchy" oor:package="org.openoffice.ucb" xml:lang="en-US"> + <info> + <desc>Contains components and templates used by UCB's Hierarchy Content Provider (HCP). </desc> + </info> + <templates> + <group oor:name="Entry"> + <info> + <desc>Specifies an entry of the hierarchy. There are two types of entries: folders and links. Folders are containers for other hierarchy elements. Links are pointers to any other resource. </desc> + </info> + <prop oor:name="Title" oor:type="xs:string"> + <info> + <desc>Specifies the title of an entry of the hierarchy.</desc> + </info> + </prop> + <prop oor:name="TargetURL" oor:type="xs:string"> + <info> + <desc>Specifies the target URL of the entry of the hierarchy.</desc> + </info> + </prop> + <prop oor:name="Type" oor:type="xs:int"> + <info> + <desc>Specifies the type of the hierarchy entry. Currently supported: Link (0) and Folder (1).</desc> + </info> + </prop> + <set oor:name="Children" oor:node-type="Entry"> + <info> + <desc>Specifies the children (other hierarchy entries) of the item.</desc> + </info> + </set> + </group> + </templates> + <component> + <set oor:name="Root" oor:node-type="Entry"> + <info> + <desc>Contains a set of top-level entries of the hierarchy.</desc> + </info> + </set> + </component> +</oor:component-schema> diff --git a/officecfg/registry/schema/org/openoffice/ucb/InteractionHandler.xcs b/officecfg/registry/schema/org/openoffice/ucb/InteractionHandler.xcs new file mode 100644 index 000000000..975bd3975 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/ucb/InteractionHandler.xcs @@ -0,0 +1,43 @@ +<?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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="InteractionHandler" oor:package="org.openoffice.ucb" xml:lang="en-US"> + <info> + <desc>Deprecated. Use org.openoffice.Interaction instead.</desc> + </info> + <templates> + <group oor:name="InteractionHandlerData"> + <info> + <desc>Deprecated. Use org.openoffice.Interaction instead.</desc> + </info> + <prop oor:name="ServiceName" oor:type="xs:string"> + <info> + <desc>Deprecated. Use org.openoffice.Interaction instead.</desc> + </info> + </prop> + </group> + </templates> + <component> + <set oor:name="InteractionHandlers" oor:node-type="InteractionHandlerData"> + <info> + <desc>Deprecated. Use org.openoffice.Interaction instead.</desc> + </info> + </set> + </component> +</oor:component-schema> diff --git a/officecfg/registry/schema/org/openoffice/ucb/Store.xcs b/officecfg/registry/schema/org/openoffice/ucb/Store.xcs new file mode 100644 index 000000000..ff64ff4bc --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/ucb/Store.xcs @@ -0,0 +1,68 @@ +<?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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="Store" oor:package="org.openoffice.ucb" xml:lang="en-US"> + <info> + <desc>Contains components and templates used for storing UCB related data.</desc> + </info> + <templates> + <group oor:name="PropertyValue"> + <info> + <desc>Specifies a property value.</desc> + </info> + <prop oor:name="Handle" oor:type="xs:int"> + <info> + <desc>Specifies the numeric property identifier.</desc> + </info> + </prop> + <prop oor:name="Attributes" oor:type="xs:int"> + <info> + <desc>Specifies property attributes.</desc> + </info> + </prop> + <prop oor:name="Value" oor:type="oor:any"> + <info> + <desc>Specifies the Property value.</desc> + </info> + </prop> + <prop oor:name="State" oor:type="xs:int"> + <info> + <desc>Specifies the property state.</desc> + </info> + </prop> + </group> + <group oor:name="Properties"> + <info> + <desc>Specifies a set of property values.</desc> + </info> + <set oor:name="Values" oor:node-type="PropertyValue"> + <info> + <desc>Specifies a set of property values.</desc> + </info> + </set> + </group> + </templates> + <component> + <set oor:name="ContentProperties" oor:node-type="Properties"> + <info> + <desc>Specifies the root entry for stored content properties.</desc> + </info> + </set> + </component> +</oor:component-schema> |