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 /reportbuilder/template | |
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 'reportbuilder/template')
-rw-r--r-- | reportbuilder/template/common/wizard/report/default.otr | bin | 0 -> 2561 bytes | |||
-rw-r--r-- | reportbuilder/template/manifest.xml | 3 | ||||
-rw-r--r-- | reportbuilder/template/post.xml | 8 | ||||
-rw-r--r-- | reportbuilder/template/pre.xml | 6 | ||||
-rw-r--r-- | reportbuilder/template/registry/data/org/openoffice/Office/Paths.xcu | 31 |
5 files changed, 48 insertions, 0 deletions
diff --git a/reportbuilder/template/common/wizard/report/default.otr b/reportbuilder/template/common/wizard/report/default.otr Binary files differnew file mode 100644 index 000000000..a822c6727 --- /dev/null +++ b/reportbuilder/template/common/wizard/report/default.otr diff --git a/reportbuilder/template/manifest.xml b/reportbuilder/template/manifest.xml new file mode 100644 index 000000000..fc78c8c88 --- /dev/null +++ b/reportbuilder/template/manifest.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd"> +<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> diff --git a/reportbuilder/template/post.xml b/reportbuilder/template/post.xml new file mode 100644 index 000000000..889fdd631 --- /dev/null +++ b/reportbuilder/template/post.xml @@ -0,0 +1,8 @@ + </simple-license> + </registration> + <version value="#VERSION#"/> + <identifier value="com.sun.reportdesignertemplates"/> + <dependencies> + <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/> + </dependencies> +</description> diff --git a/reportbuilder/template/pre.xml b/reportbuilder/template/pre.xml new file mode 100644 index 000000000..a1426ca2f --- /dev/null +++ b/reportbuilder/template/pre.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<description xmlns="http://openoffice.org/extensions/description/2006" + xmlns:d="http://openoffice.org/extensions/description/2006" + xmlns:xlink="http://www.w3.org/1999/xlink"> + <registration> + <simple-license accept-by="admin" default-license-id="en-US" > diff --git a/reportbuilder/template/registry/data/org/openoffice/Office/Paths.xcu b/reportbuilder/template/registry/data/org/openoffice/Office/Paths.xcu new file mode 100644 index 000000000..07ca9abac --- /dev/null +++ b/reportbuilder/template/registry/data/org/openoffice/Office/Paths.xcu @@ -0,0 +1,31 @@ +<?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 . + --> + +<oor:component-data oor:package="org.openoffice.Office" oor:name="Paths" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <node oor:name="Paths"> + + <node oor:name="Template" oor:op="fuse"> + <node oor:name="InternalPaths"> + <node oor:name="%origin%/../../../../../template" oor:op="fuse"/> + </node> + </node> + + </node> +</oor:component-data> + |