Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
28089fbe
Kaydet (Commit)
28089fbe
authored
Kas 07, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
officecfg: move the reportbuilder filter configuration to filter/
Change-Id: Ied496ddbc4d5341a8e1e15d760df775eee19f850
üst
6ab99e07
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
141 additions
and
65 deletions
+141
-65
Configuration_filter.mk
filter/Configuration_filter.mk
+16
-0
StarBaseReport.xcu
filter/source/config/fragments/filters/StarBaseReport.xcu
+35
-0
StarBaseReportChart.xcu
...r/source/config/fragments/filters/StarBaseReportChart.xcu
+2
-31
StarBaseReportChart_ui.xcu
...ource/config/fragments/filters/StarBaseReportChart_ui.xcu
+22
-0
StarBaseReport_ui.xcu
filter/source/config/fragments/filters/StarBaseReport_ui.xcu
+22
-0
StarBaseReport.xcu
filter/source/config/fragments/types/StarBaseReport.xcu
+1
-30
StarBaseReportChart.xcu
filter/source/config/fragments/types/StarBaseReportChart.xcu
+41
-0
Configuration_officecfg.mk
officecfg/Configuration_officecfg.mk
+0
-2
CustomTarget_registry.mk
postprocess/CustomTarget_registry.mk
+2
-2
No files found.
filter/Configuration_filter.mk
Dosyayı görüntüle @
28089fbe
...
@@ -290,6 +290,22 @@ $(call filter_Configuration_add_ui_filters,fcfg_langpack,filter/source/config/fr
...
@@ -290,6 +290,22 @@ $(call filter_Configuration_add_ui_filters,fcfg_langpack,filter/source/config/fr
StarOffice_XML__Base__ui \
StarOffice_XML__Base__ui \
)
)
# fcfg_reportbuilder
$(call filter_Configuration_add_types,fcfg_langpack,fcfg_reportbuilder_types.xcu,filter/source/config/fragments/types,\
StarBaseReport \
StarBaseReportChart \
)
$(call filter_Configuration_add_filters,fcfg_langpack,fcfg_reportbuilder_filters.xcu,filter/source/config/fragments/filters,\
StarBaseReport \
StarBaseReportChart \
)
$(call filter_Configuration_add_ui_filters,fcfg_langpack,filter/source/config/fragments/filters,\
StarBaseReport_ui \
StarBaseReportChart_ui \
)
# fcfg_writer
# fcfg_writer
$(call filter_Configuration_add_types,fcfg_langpack,fcfg_writer_types.xcu,filter/source/config/fragments/types,\
$(call filter_Configuration_add_types,fcfg_langpack,fcfg_writer_types.xcu,filter/source/config/fragments/types,\
generic_HTML \
generic_HTML \
...
...
filter/source/config/fragments/filters/StarBaseReport.xcu
0 → 100644
Dosyayı görüntüle @
28089fbe
<!--
* 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 .
-->
<node oor:name="StarOffice XML (Base) Report" oor:op="replace">
<prop oor:name="Flags">
<value>IMPORT EXPORT OWN DEFAULT 3RDPARTYFILTER NOTINFILEDIALOG NOTINCHOOSER</value>
</prop>
<prop oor:name="UIComponent"/>
<prop oor:name="FilterService"/>
<prop oor:name="UserData"/>
<prop oor:name="FileFormatVersion">
<value>6800</value>
</prop>
<prop oor:name="Type">
<value>StarBaseReport</value>
</prop>
<prop oor:name="TemplateName"/>
<prop oor:name="DocumentService">
<value>com.sun.star.report.ReportDefinition</value>
</prop>
</node>
officecfg/registry/data/org/openoffice/TypeDetection/Filter
.xcu
→
filter/source/config/fragments/filters/StarBaseReportChart
.xcu
Dosyayı görüntüle @
28089fbe
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
* This file is part of the LibreOffice project.
* This file is part of the LibreOffice project.
*
*
...
@@ -15,31 +14,8 @@
...
@@ -15,31 +14,8 @@
* License, Version 2.0 (the "License"); you may not use this file
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-->
<oor:component-data
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
oor:package=
"org.openoffice.TypeDetection"
oor:name=
"Filter"
>
<node oor:name="StarOffice XML (Base) Report Chart" oor:op="replace">
<node
oor:name=
"Filters"
>
<node
oor:name=
"StarOffice XML (Base) Report"
oor:op=
"replace"
oor:finalized=
"false"
oor:mandatory=
"false"
>
<prop
oor:name=
"Flags"
>
<value>
IMPORT EXPORT OWN DEFAULT 3RDPARTYFILTER NOTINFILEDIALOG NOTINCHOOSER
</value>
</prop>
<prop
oor:name=
"UIComponent"
/>
<prop
oor:name=
"FilterService"
/>
<prop
oor:name=
"UserData"
/>
<prop
oor:name=
"FileFormatVersion"
>
<value>
6800
</value>
</prop>
<prop
oor:name=
"Type"
>
<value>
StarBaseReport
</value>
</prop>
<prop
oor:name=
"TemplateName"
/>
<prop
oor:name=
"DocumentService"
>
<value>
com.sun.star.report.ReportDefinition
</value>
</prop>
<prop
oor:name=
"UIName"
>
<value
xml:lang=
"en-US"
>
ODF Database Report
</value>
</prop>
</node>
<node
oor:name=
"StarOffice XML (Base) Report Chart"
oor:op=
"replace"
oor:finalized=
"false"
oor:mandatory=
"false"
>
<prop oor:name="Flags">
<prop oor:name="Flags">
<value>IMPORT EXPORT OWN DEFAULT NOTINFILEDIALOG NOTINCHOOSER</value>
<value>IMPORT EXPORT OWN DEFAULT NOTINFILEDIALOG NOTINCHOOSER</value>
</prop>
</prop>
...
@@ -58,9 +34,4 @@
...
@@ -58,9 +34,4 @@
<prop oor:name="DocumentService">
<prop oor:name="DocumentService">
<value>com.sun.star.chart2.ChartDocument</value>
<value>com.sun.star.chart2.ChartDocument</value>
</prop>
</prop>
<prop
oor:name=
"UIName"
>
<value
xml:lang=
"en-US"
>
OpenOffice.org 1.0 Report Chart
</value>
</prop>
</node>
</node>
</node>
</oor:component-data>
filter/source/config/fragments/filters/StarBaseReportChart_ui.xcu
0 → 100644
Dosyayı görüntüle @
28089fbe
<!--
* 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 .
-->
<node oor:name="StarOffice XML (Base) Report Chart">
<prop oor:name="UIName">
<value xml:lang="en-US">OpenOffice.org 1.0 Report Chart</value>
</prop>
</node>
filter/source/config/fragments/filters/StarBaseReport_ui.xcu
0 → 100644
Dosyayı görüntüle @
28089fbe
<!--
* 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 .
-->
<node oor:name="StarOffice XML (Base) Report">
<prop oor:name="UIName">
<value xml:lang="en-US">ODF Database Report</value>
</prop>
</node>
officecfg/registry/data/org/openoffice/TypeDetection/Types
.xcu
→
filter/source/config/fragments/types/StarBaseReport
.xcu
Dosyayı görüntüle @
28089fbe
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
* This file is part of the LibreOffice project.
* This file is part of the LibreOffice project.
*
*
...
@@ -15,9 +14,7 @@
...
@@ -15,9 +14,7 @@
* License, Version 2.0 (the "License"); you may not use this file
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-->
<oor:component-data
xmlns:oor=
"http://openoffice.org/2001/registry"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
oor:package=
"org.openoffice.TypeDetection"
oor:name=
"Types"
>
<node
oor:name=
"Types"
>
<node oor:name="StarBaseReport" oor:op="replace">
<node oor:name="StarBaseReport" oor:op="replace">
<prop oor:name="DetectService">
<prop oor:name="DetectService">
<value>com.sun.star.comp.report.ORptTypeDetection</value>
<value>com.sun.star.comp.report.ORptTypeDetection</value>
...
@@ -44,29 +41,3 @@
...
@@ -44,29 +41,3 @@
<value>StarBaseReport 9.0</value>
<value>StarBaseReport 9.0</value>
</prop>
</prop>
</node>
</node>
<node
oor:name=
"StarBaseReportChart"
oor:op=
"replace"
>
<prop
oor:name=
"DetectService"
/>
<prop
oor:name=
"URLPattern"
>
<value/>
</prop>
<prop
oor:name=
"Extensions"
>
<value>
odc
</value>
</prop>
<prop
oor:name=
"MediaType"
>
<value>
application/vnd.sun.xml.report.chart
</value>
</prop>
<prop
oor:name=
"Preferred"
>
<value>
false
</value>
</prop>
<prop
oor:name=
"PreferredFilter"
>
<value>
StarOffice XML (Base) Report Chart
</value>
</prop>
<prop
oor:name=
"UIName"
>
<value
xml:lang=
"en-US"
>
StarOffice XML (Base) Report Chart 9
</value>
</prop>
<prop
oor:name=
"ClipboardFormat"
>
<value>
StarOffice XML (Base) Report Chart 9
</value>
</prop>
</node>
</node>
</oor:component-data>
filter/source/config/fragments/types/StarBaseReportChart.xcu
0 → 100644
Dosyayı görüntüle @
28089fbe
<!--
* 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 .
-->
<node oor:name="StarBaseReportChart" oor:op="replace">
<prop oor:name="DetectService"/>
<prop oor:name="URLPattern">
<value/>
</prop>
<prop oor:name="Extensions">
<value>odc</value>
</prop>
<prop oor:name="MediaType">
<value>application/vnd.sun.xml.report.chart</value>
</prop>
<prop oor:name="Preferred">
<value>false</value>
</prop>
<prop oor:name="PreferredFilter">
<value>StarOffice XML (Base) Report Chart</value>
</prop>
<prop oor:name="UIName">
<value xml:lang="en-US">StarOffice XML (Base) Report Chart 9</value>
</prop>
<prop oor:name="ClipboardFormat">
<value>StarOffice XML (Base) Report Chart 9</value>
</prop>
</node>
officecfg/Configuration_officecfg.mk
Dosyayı görüntüle @
28089fbe
...
@@ -52,8 +52,6 @@ $(eval $(call gb_Configuration_add_datas,registry,officecfg/registry/data,\
...
@@ -52,8 +52,6 @@ $(eval $(call gb_Configuration_add_datas,registry,officecfg/registry/data,\
org/openoffice/Office/UI/Controller.xcu \
org/openoffice/Office/UI/Controller.xcu \
org/openoffice/Office/UI/Factories.xcu \
org/openoffice/Office/UI/Factories.xcu \
org/openoffice/Office/UI/ReportCommands.xcu \
org/openoffice/Office/UI/ReportCommands.xcu \
org/openoffice/TypeDetection/Filter.xcu \
org/openoffice/TypeDetection/Types.xcu \
org/openoffice/TypeDetection/UISort.xcu \
org/openoffice/TypeDetection/UISort.xcu \
org/openoffice/ucb/Configuration.xcu \
org/openoffice/ucb/Configuration.xcu \
))
))
...
...
postprocess/CustomTarget_registry.mk
Dosyayı görüntüle @
28089fbe
...
@@ -391,8 +391,8 @@ postprocess_FILES_reportbuilder := \
...
@@ -391,8 +391,8 @@ postprocess_FILES_reportbuilder := \
$(postprocess_XCU)/Office/ReportDesign.xcu \
$(postprocess_XCU)/Office/ReportDesign.xcu \
$(postprocess_XCU)/Office/UI/DbReportWindowState.xcu \
$(postprocess_XCU)/Office/UI/DbReportWindowState.xcu \
$(postprocess_XCU)/Office/UI/ReportCommands.xcu \
$(postprocess_XCU)/Office/UI/ReportCommands.xcu \
$(
postprocess_XCU)/TypeDetection/Filter.xcu
\
$(
call gb_XcuFilterFiltersTarget_get_target,fcfg_reportbuilder_filters.xcu)
\
$(
postprocess_XCU)/TypeDetection/Types.xcu
\
$(
call gb_XcuFilterTypesTarget_get_target,fcfg_reportbuilder_types.xcu)
\
$(postprocess_MOD)/org/openoffice/Setup-reportbuilder.xcu \
$(postprocess_MOD)/org/openoffice/Setup-reportbuilder.xcu \
$(postprocess_MOD)/org/openoffice/Office/Accelerators-reportbuilder.xcu \
$(postprocess_MOD)/org/openoffice/Office/Accelerators-reportbuilder.xcu \
$(postprocess_MOD)/org/openoffice/Office/DataAccess-reportbuilder.xcu \
$(postprocess_MOD)/org/openoffice/Office/DataAccess-reportbuilder.xcu \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment