summaryrefslogtreecommitdiff
path: root/reportbuilder/java/org/libreoffice/report/pentaho/configuration.properties
blob: 2453cf44e4102cb4ea2e679d98f5e05d782c996b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
#
# 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 .
#
# x-no-translate


##
# Do not modify the following lines. They connect this module to the central
# parser registry.
org.pentaho.reporting.libraries.resourceloader.factory.modules.org.libreoffice.report.pentaho.model.OfficeDocument.star=org.libreoffice.report.pentaho.parser.StarXmlFactoryModule
org.pentaho.reporting.libraries.resourceloader.factory.modules.org.libreoffice.report.pentaho.model.OfficeStylesCollection.star=org.libreoffice.report.pentaho.parser.StarStyleXmlFactoryModule
org.pentaho.reporting.libraries.resourceloader.factory.modules.org.libreoffice.report.pentaho.styles.StyleMapper.star=org.libreoffice.report.pentaho.styles.StyleMapperXmlFactoryModule

##
# The known namespaces.
#
org.jfree.report.namespaces.star-rpt.Uri=http://openoffice.org/2005/report
org.jfree.report.namespaces.star-rpt.Default-Style=res://org/libreoffice/report/pentaho/star-rpt.css
org.jfree.report.namespaces.star-rpt.Prefix=rpt
org.jfree.report.namespaces.star-rpt.ClassAttr=style-name

org.jfree.report.namespaces.star-office.Uri=http://openoffice.org/2004/office
org.jfree.report.namespaces.star-office.Default-Style=res://org/libreoffice/report/pentaho/star-office.css
org.jfree.report.namespaces.star-office.Prefix=office
org.jfree.report.namespaces.star-office.ClassAttr=style-name

org.jfree.report.namespaces.oasis-style.Uri=urn:oasis:names:tc:opendocument:xmlns:style:1.0
org.jfree.report.namespaces.oasis-style.Default-Style=res://org/libreoffice/report/pentaho/oasis-style.css
org.jfree.report.namespaces.oasis-style.Prefix=style

org.jfree.report.namespaces.oasis-table.Uri=urn:oasis:names:tc:opendocument:xmlns:table:1.0
org.jfree.report.namespaces.oasis-table.Default-Style=res://org/libreoffice/report/pentaho/oasis-table.css
org.jfree.report.namespaces.oasis-table.Prefix=table
org.jfree.report.namespaces.oasis-table.ClassAttr=style-name

org.jfree.report.namespaces.oasis-draw.Uri=urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
org.jfree.report.namespaces.oasis-draw.Default-Style=res://org/libreoffice/report/pentaho/oasis-draw.css
org.jfree.report.namespaces.oasis-draw.Prefix=draw
org.jfree.report.namespaces.oasis-draw.ClassAttr=style-name

org.jfree.report.namespaces.oasis-chart.Uri=urn:oasis:names:tc:opendocument:xmlns:chart:1.0
org.jfree.report.namespaces.oasis-chart.Default-Style=res://org/libreoffice/report/pentaho/oasis-chart.css
org.jfree.report.namespaces.oasis-chart.Prefix=chart
org.jfree.report.namespaces.oasis-chart.ClassAttr=style-name

org.jfree.report.namespaces.oasis-text.Uri=urn:oasis:names:tc:opendocument:xmlns:text:1.0
org.jfree.report.namespaces.oasis-text.Default-Style=res://org/libreoffice/report/pentaho/oasis-text.css
org.jfree.report.namespaces.oasis-text.Prefix=text
org.jfree.report.namespaces.oasis-text.ClassAttr=style-name

org.jfree.report.namespaces.oasis-number.Uri=urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0
org.jfree.report.namespaces.oasis-number.Default-Style=res://org/libreoffice/report/pentaho/oasis-number.css
org.jfree.report.namespaces.oasis-number.Prefix=number
org.jfree.report.namespaces.oasis-number.ClassAttr=style-name

org.jfree.report.namespaces.oasis-form.Uri=urn:oasis:names:tc:opendocument:xmlns:form:1.0
org.jfree.report.namespaces.oasis-form.Default-Style=res://org/libreoffice/report/pentaho/oasis-form.css
org.jfree.report.namespaces.oasis-form.Prefix=form

#
# This defines a subset of the real XSL-FO standard.
org.jfree.report.namespaces.oasis-compat-fo.Uri=urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0
org.jfree.report.namespaces.oasis-compat-fo.Default-Style=res://org/libreoffice/report/pentaho/xsl-fo.css
org.jfree.report.namespaces.oasis-compat-fo.Prefix=fo

#
# This defines a subset of the real XSL-FO standard.
org.jfree.report.namespaces.oasis-compat-svg.Uri=urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0
org.jfree.report.namespaces.oasis-compat-svg.Default-Style=res://org/libreoffice/report/pentaho/svg.css
org.jfree.report.namespaces.oasis-compat-svg.Prefix=svg

#
# This defines a subset of the real XSL-FO standard.
org.jfree.report.namespaces.oasis-compat-smil.Uri=urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0
org.jfree.report.namespaces.oasis-compat-smil.Default-Style=res://org/libreoffice/report/pentaho/smil.css
org.jfree.report.namespaces.oasis-compat-smil.Prefix=svg

org.jfree.report.namespaces.xsl-fo.Uri=http://www.w3.org/1999/XSL/Format
org.jfree.report.namespaces.xsl-fo.Default-Style=res://org/libreoffice/report/pentaho/xsl-fo.css
org.jfree.report.namespaces.xsl-fo.Prefix=fo

org.jfree.report.namespaces.svg.Uri=http://www.w3.org/2000/svg
org.jfree.report.namespaces.svg.Default-Style=res://org/libreoffice/report/pentaho/svg.css
org.jfree.report.namespaces.svg.Prefix=svg
org.jfree.report.namespaces.svg.ClassAttr=class
org.jfree.report.namespaces.svg.StyleAttr=style

org.jfree.report.namespaces.xml-xlink.Uri=http://www.w3.org/1999/xlink
#org.jfree.report.namespaces.xml-xlink.Default-Style=res://org/libreoffice/report/pentaho/xml-xlink.css
org.jfree.report.namespaces.xml-xlink.Prefix=xlink

#
# Tag-definition for the XML-writer.
# Prefix is 'org.libreoffice.report.pentaho.output.'
#
# Declare the namespaces (this is independent of the ones defined above ..)
# <prefix>"namespace."<ns-prefix>=<ns-uri>
org.libreoffice.report.pentaho.output.namespace.oasis-text=urn:oasis:names:tc:opendocument:xmlns:text:1.0
org.libreoffice.report.pentaho.output.default.oasis-text=deny

org.libreoffice.report.pentaho.output.namespace.oasis-config=urn:oasis:names:tc:opendocument:xmlns:config:1.0
org.libreoffice.report.pentaho.output.default.oasis-config=allow

#
# Next define the tags for which we want to customize the indent-behaviour
org.libreoffice.report.pentaho.output.tag.oasis-text.p=deny
org.libreoffice.report.pentaho.output.tag.oasis-text.section=allow
org.libreoffice.report.pentaho.output.tag.oasis-text.variable-decls=allow
org.libreoffice.report.pentaho.output.tag.oasis-text.variable-decl=allow

org.libreoffice.report.pentaho.output.tag.oasis-config.config-item=deny

org.libreoffice.report.pentaho.output.namespace.oasis-data=urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0
org.libreoffice.report.pentaho.output.default.oasis-data=allow
org.libreoffice.report.pentaho.output.tag.oasis-data.text=deny
org.libreoffice.report.pentaho.output.tag.oasis-data.currency-symbol=deny
org.libreoffice.report.pentaho.output.tag.oasis-data.embedded-text=deny

org.libreoffice.report.pentaho.output.namespace.oasis-draw=urn:oasis:names:tc:opendocument:xmlns:drawing:1.0
org.libreoffice.report.pentaho.output.default.oasis-draw=deny

org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.FixedTextElement=org.libreoffice.report.pentaho.layoutprocessor.FixedTextLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.FormattedTextElement=org.libreoffice.report.pentaho.layoutprocessor.FormattedTextLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.ObjectOleElement=org.libreoffice.report.pentaho.layoutprocessor.ObjectOleLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.ImageElement=org.libreoffice.report.pentaho.layoutprocessor.ImageElementLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.TableCellElement=org.libreoffice.report.pentaho.layoutprocessor.TableCellLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeReport=org.libreoffice.report.pentaho.layoutprocessor.OfficeReportLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeGroup=org.libreoffice.report.pentaho.layoutprocessor.OfficeGroupLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeGroupSection=org.libreoffice.report.pentaho.layoutprocessor.OfficeGroupSectionLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.VariablesDeclarationSection=org.libreoffice.report.pentaho.layoutprocessor.VariablesDeclarationLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeDetailSection=org.libreoffice.report.pentaho.layoutprocessor.OfficeDetailLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeTableSection=org.libreoffice.report.pentaho.layoutprocessor.OfficeTableLayoutController
org.jfree.report.flow.structure.org.libreoffice.report.pentaho.model.OfficeGroupInstanceSection=org.libreoffice.report.pentaho.layoutprocessor.OfficeGroupInstanceSectionLayoutController