diff options
-rw-r--r-- | filter/Module_filter.mk | 1 | ||||
-rw-r--r-- | filter/Package_docbook.mk | 10 | ||||
-rw-r--r-- | filter/Package_xhtml.mk | 28 | ||||
-rw-r--r-- | filter/Package_xslt.mk | 104 | ||||
-rw-r--r-- | scp2/source/ooo/directory_ooo.scp | 67 | ||||
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 318 | ||||
-rw-r--r-- | scp2/source/ooo/module_hidden_ooo.scp | 47 | ||||
-rw-r--r-- | scp2/source/xsltfilter/file_xsltfilter.scp | 51 | ||||
-rw-r--r-- | scp2/source/xsltfilter/module_xsltfilter.scp | 12 |
9 files changed, 104 insertions, 534 deletions
diff --git a/filter/Module_filter.mk b/filter/Module_filter.mk index 5fd6c070bb28..559fb65f2a05 100644 --- a/filter/Module_filter.mk +++ b/filter/Module_filter.mk @@ -64,6 +64,7 @@ $(eval $(call gb_Module_add_targets,filter,\ Library_xsltdlg \ Library_xsltfilter \ Package_docbook \ + Package_xhtml \ Package_xslt \ UIConfig_xsltdlg \ )) diff --git a/filter/Package_docbook.mk b/filter/Package_docbook.mk index 3dce8257caa3..070ebe1e704e 100644 --- a/filter/Package_docbook.mk +++ b/filter/Package_docbook.mk @@ -18,8 +18,12 @@ $(eval $(call gb_Package_Package,filter_docbook,$(SRCDIR)/filter/source/docbook)) -$(eval $(call gb_Package_add_file,filter_docbook,bin/DocBookTemplate.stw,DocBookTemplate.stw)) -$(eval $(call gb_Package_add_file,filter_docbook,bin/docbooktosoffheadings.xsl,docbooktosoffheadings.xsl)) -$(eval $(call gb_Package_add_file,filter_docbook,bin/sofftodocbookheadings.xsl,sofftodocbookheadings.xsl)) +$(eval $(call gb_Package_set_outdir,filter_docbook,$(INSTDIR))) + +$(eval $(call gb_Package_add_files,filter_docbook,share/xslt/docbook,\ + DocBookTemplate.stw \ + docbooktosoffheadings.xsl \ + sofftodocbookheadings.xsl \ +)) # vim: set noet sw=4 ts=4: diff --git a/filter/Package_xhtml.mk b/filter/Package_xhtml.mk new file mode 100644 index 000000000000..39da72b9caea --- /dev/null +++ b/filter/Package_xhtml.mk @@ -0,0 +1,28 @@ +# +# 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 . +# + +$(eval $(call gb_Package_Package,filter_xhtml,$(SRCDIR)/filter/source/xslt)) + +$(eval $(call gb_Package_set_outdir,filter_xhtml,$(INSTDIR))) + +$(eval $(call gb_Package_add_file,filter_xhtml,share/xslt/export/xhtml/body.xsl,odf2xhtml/export/xhtml/body.xsl)) +$(eval $(call gb_Package_add_file,filter_xhtml,share/xslt/export/xhtml/header.xsl,odf2xhtml/export/xhtml/header.xsl)) +$(eval $(call gb_Package_add_file,filter_xhtml,share/xslt/export/xhtml/opendoc2xhtml.xsl,odf2xhtml/export/xhtml/opendoc2xhtml.xsl)) +$(eval $(call gb_Package_add_file,filter_xhtml,share/xslt/export/xhtml/table.xsl,odf2xhtml/export/xhtml/table.xsl)) + +# vim: set noet sw=4 ts=4: diff --git a/filter/Package_xslt.mk b/filter/Package_xslt.mk index b19d13c94e5a..1d193f7390d6 100644 --- a/filter/Package_xslt.mk +++ b/filter/Package_xslt.mk @@ -18,56 +18,58 @@ $(eval $(call gb_Package_Package,filter_xslt,$(SRCDIR)/filter/source/xslt)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/common/copy.xsl,common/copy.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/common/math.xsl,common/math.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/common/measure_conversion.xsl,common/measure_conversion.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/common/ooo2ms_docpr.xsl,export/common/ooo2ms_docpr.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/spreadsheetml/formular.xsl,export/spreadsheetml/formular.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl,export/spreadsheetml/ooo2spreadsheetml.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/spreadsheetml/style_mapping.xsl,export/spreadsheetml/style_mapping.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/spreadsheetml/styles.xsl,export/spreadsheetml/styles.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/spreadsheetml/table.xsl,export/spreadsheetml/table.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/uof/odf2uof_presentation.xsl,export/uof/odf2uof_presentation.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/uof/odf2uof_spreadsheet.xsl,export/uof/odf2uof_spreadsheet.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/uof/odf2uof_text.xsl,export/uof/odf2uof_text.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml.xsl,export/wordml/ooo2wordml.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_border.xsl,export/wordml/ooo2wordml_border.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_custom_draw.xsl,export/wordml/ooo2wordml_custom_draw.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_draw.xsl,export/wordml/ooo2wordml_draw.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_field.xsl,export/wordml/ooo2wordml_field.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_list.xsl,export/wordml/ooo2wordml_list.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_page.xsl,export/wordml/ooo2wordml_page.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_path.xsl,export/wordml/ooo2wordml_path.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_settings.xsl,export/wordml/ooo2wordml_settings.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_table.xsl,export/wordml/ooo2wordml_table.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/wordml/ooo2wordml_text.xsl,export/wordml/ooo2wordml_text.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/common/ms2ooo_docpr.xsl,import/common/ms2ooo_docpr.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl,import/spreadsheetml/spreadsheetml2ooo.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/uof/uof2odf_presentation.xsl,import/uof/uof2odf_presentation.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/uof/uof2odf_spreadsheet.xsl,import/uof/uof2odf_spreadsheet.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/uof/uof2odf_text.xsl,import/uof/uof2odf_text.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo.xsl,import/wordml/wordml2ooo.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_custom_draw.xsl,import/wordml/wordml2ooo_custom_draw.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_draw.xsl,import/wordml/wordml2ooo_draw.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_field.xsl,import/wordml/wordml2ooo_field.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_list.xsl,import/wordml/wordml2ooo_list.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_page.xsl,import/wordml/wordml2ooo_page.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_path.xsl,import/wordml/wordml2ooo_path.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_props.xsl,import/wordml/wordml2ooo_props.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_settings.xsl,import/wordml/wordml2ooo_settings.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_table.xsl,import/wordml/wordml2ooo_table.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/import/wordml/wordml2ooo_text.xsl,import/wordml/wordml2ooo_text.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/common/body.xsl,odf2xhtml/export/common/body.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/common/styles/style_collector.xsl,odf2xhtml/export/common/styles/style_collector.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/common/styles/style_mapping_css.xsl,odf2xhtml/export/common/styles/style_mapping_css.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/common/table/table.xsl,odf2xhtml/export/common/table/table.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/common/table/table_cells.xsl,odf2xhtml/export/common/table/table_cells.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/common/table/table_columns.xsl,odf2xhtml/export/common/table/table_columns.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/common/table/table_rows.xsl,odf2xhtml/export/common/table/table_rows.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/common/table_of_content.xsl,odf2xhtml/export/common/table_of_content.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/xhtml/body.xsl,odf2xhtml/export/xhtml/body.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/xhtml/header.xsl,odf2xhtml/export/xhtml/header.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/xhtml/opendoc2xhtml.xsl,odf2xhtml/export/xhtml/opendoc2xhtml.xsl)) -$(eval $(call gb_Package_add_file,filter_xslt,bin/xslt/export/xhtml/table.xsl,odf2xhtml/export/xhtml/table.xsl)) +$(eval $(call gb_Package_set_outdir,filter_xslt,$(INSTDIR))) + +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/common/copy.xsl,common/copy.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/common/math.xsl,common/math.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/common/measure_conversion.xsl,common/measure_conversion.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/common/ooo2ms_docpr.xsl,export/common/ooo2ms_docpr.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/spreadsheetml/formular.xsl,export/spreadsheetml/formular.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl,export/spreadsheetml/ooo2spreadsheetml.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/spreadsheetml/style_mapping.xsl,export/spreadsheetml/style_mapping.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/spreadsheetml/styles.xsl,export/spreadsheetml/styles.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/spreadsheetml/table.xsl,export/spreadsheetml/table.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/uof/odf2uof_presentation.xsl,export/uof/odf2uof_presentation.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/uof/odf2uof_spreadsheet.xsl,export/uof/odf2uof_spreadsheet.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/uof/odf2uof_text.xsl,export/uof/odf2uof_text.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml.xsl,export/wordml/ooo2wordml.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_border.xsl,export/wordml/ooo2wordml_border.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_custom_draw.xsl,export/wordml/ooo2wordml_custom_draw.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_draw.xsl,export/wordml/ooo2wordml_draw.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_field.xsl,export/wordml/ooo2wordml_field.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_list.xsl,export/wordml/ooo2wordml_list.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_page.xsl,export/wordml/ooo2wordml_page.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_path.xsl,export/wordml/ooo2wordml_path.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_settings.xsl,export/wordml/ooo2wordml_settings.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_table.xsl,export/wordml/ooo2wordml_table.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/wordml/ooo2wordml_text.xsl,export/wordml/ooo2wordml_text.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/common/ms2ooo_docpr.xsl,import/common/ms2ooo_docpr.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl,import/spreadsheetml/spreadsheetml2ooo.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/uof/uof2odf_presentation.xsl,import/uof/uof2odf_presentation.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/uof/uof2odf_spreadsheet.xsl,import/uof/uof2odf_spreadsheet.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/uof/uof2odf_text.xsl,import/uof/uof2odf_text.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo.xsl,import/wordml/wordml2ooo.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_custom_draw.xsl,import/wordml/wordml2ooo_custom_draw.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_draw.xsl,import/wordml/wordml2ooo_draw.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_field.xsl,import/wordml/wordml2ooo_field.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_list.xsl,import/wordml/wordml2ooo_list.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_page.xsl,import/wordml/wordml2ooo_page.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_path.xsl,import/wordml/wordml2ooo_path.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_props.xsl,import/wordml/wordml2ooo_props.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_settings.xsl,import/wordml/wordml2ooo_settings.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_table.xsl,import/wordml/wordml2ooo_table.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/import/wordml/wordml2ooo_text.xsl,import/wordml/wordml2ooo_text.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/common/body.xsl,odf2xhtml/export/common/body.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/common/styles/style_collector.xsl,odf2xhtml/export/common/styles/style_collector.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/common/styles/style_mapping_css.xsl,odf2xhtml/export/common/styles/style_mapping_css.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/common/table/table.xsl,odf2xhtml/export/common/table/table.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/common/table/table_cells.xsl,odf2xhtml/export/common/table/table_cells.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/common/table/table_columns.xsl,odf2xhtml/export/common/table/table_columns.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/common/table/table_rows.xsl,odf2xhtml/export/common/table/table_rows.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/common/table_of_content.xsl,odf2xhtml/export/common/table_of_content.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/xhtml/body.xsl,odf2xhtml/export/xhtml/body.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/xhtml/header.xsl,odf2xhtml/export/xhtml/header.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/xhtml/opendoc2xhtml.xsl,odf2xhtml/export/xhtml/opendoc2xhtml.xsl)) +$(eval $(call gb_Package_add_file,filter_xslt,share/xslt/export/xhtml/table.xsl,odf2xhtml/export/xhtml/table.xsl)) # vim: set noet sw=4 ts=4: diff --git a/scp2/source/ooo/directory_ooo.scp b/scp2/source/ooo/directory_ooo.scp index f1b412d6bb17..c2cbc7aca31c 100644 --- a/scp2/source/ooo/directory_ooo.scp +++ b/scp2/source/ooo/directory_ooo.scp @@ -156,73 +156,6 @@ Directory gid_Dir_Share_Xslt_Docbook DosName = "docbook"; End -Directory gid_Dir_Share_Xslt_Common - ParentID = gid_Dir_Share_Xslt; - DosName = "common"; -End - -Directory gid_Dir_Share_Xslt_Export - ParentID = gid_Dir_Share_Xslt; - DosName = "export"; -End - -Directory gid_Dir_Share_Xslt_Export_Common - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "common"; -End - -Directory gid_Dir_Share_Xslt_Export_Common_Styles - ParentID = gid_Dir_Share_Xslt_Export_Common; - DosName = "styles"; -End - -Directory gid_Dir_Share_Xslt_Export_Common_Table - ParentID = gid_Dir_Share_Xslt_Export_Common; - DosName = "table"; -End - -Directory gid_Dir_Share_Xslt_Export_Spreadsheetml - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "spreadsheetml"; -End -Directory gid_Dir_Share_Xslt_Export_uof - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "uof"; -End -Directory gid_Dir_Share_Xslt_Import_uof - ParentID = gid_Dir_Share_Xslt_Import; - DosName = "uof"; -End -Directory gid_Dir_Share_Xslt_Export_Wordml - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "wordml"; -End - -Directory gid_Dir_Share_Xslt_Export_Xhtml - ParentID = gid_Dir_Share_Xslt_Export; - DosName = "xhtml"; -End - -Directory gid_Dir_Share_Xslt_Import - ParentID = gid_Dir_Share_Xslt; - DosName = "import"; -End - -Directory gid_Dir_Share_Xslt_Import_Spreadsheetml - ParentID = gid_Dir_Share_Xslt_Import; - DosName = "spreadsheetml"; -End - -Directory gid_Dir_Share_Xslt_Import_Wordml - ParentID = gid_Dir_Share_Xslt_Import; - DosName = "wordml"; -End - -Directory gid_Dir_Share_Xslt_Import_Common - ParentID = gid_Dir_Share_Xslt_Import; - DosName = "common"; -End - Directory gid_Dir_Share_Dtd ParentID = gid_Brand_Dir_Share; DosName = "dtd"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index f073b97f4307..283038278eb3 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -861,321 +861,11 @@ End #endif -File gid_File_Xsl_Common_Measure_Conversion +File gid_File_filter_xslt TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Common; - Name = "/xslt/common/measure_conversion.xsl"; -End - -File gid_File_Xsl_Common_Math_Functions - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Common; - Name = "/xslt/common/math.xsl"; -End - -File gid_File_Xsl_Export_Common_Body - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common; - Name = "/xslt/export/common/body.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Of_Content - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common; - Name = "/xslt/export/common/table_of_content.xsl"; -End - -File gid_File_Xsl_Export_Common_Ooo2ms_Docpr - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common; - Name = "/xslt/export/common/ooo2ms_docpr.xsl"; -End - -File gid_File_Xsl_Export_Common_Styles_Styles_Collector - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Styles; - Name = "/xslt/export/common/styles/style_collector.xsl"; -End - -File gid_File_Xsl_Export_Common_Styles_Style_Mapping_Css - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Styles; - Name = "/xslt/export/common/styles/style_mapping_css.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Table; - Name = "/xslt/export/common/table/table.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Table_Cells - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Table; - Name = "/xslt/export/common/table/table_cells.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Table_Columns - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Table; - Name = "/xslt/export/common/table/table_columns.xsl"; -End - -File gid_File_Xsl_Export_Common_Table_Table_Rows - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Common_Table; - Name = "/xslt/export/common/table/table_rows.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Formular - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/formular.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Ooo2spreadsheetml - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Style_Mapping - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/style_mapping.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Styles - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/styles.xsl"; -End - -File gid_File_Xsl_Export_Spreadsheetml_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Spreadsheetml; - Name = "/xslt/export/spreadsheetml/table.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml.xsl"; -End -File gid_File_Xsl_Export_uof_odf2uof_text - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_uof; - Name = "/xslt/export/uof/odf2uof_text.xsl"; -End -File gid_File_Xsl_Export_uof_odf2uof_spreadsheet - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_uof; - Name = "/xslt/export/uof/odf2uof_spreadsheet.xsl"; -End -File gid_File_Xsl_Export_uof_odf2uof_presentation - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_uof; - Name = "/xslt/export/uof/odf2uof_presentation.xsl"; -End -File gid_File_Xsl_Import_uof_uof2odf_text - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_uof; - Name = "/xslt/import/uof/uof2odf_text.xsl"; -End -File gid_File_Xsl_Import_uof_uof2odf_spreadsheet - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_uof; - Name = "/xslt/import/uof/uof2odf_spreadsheet.xsl"; -End -File gid_File_Xsl_Import_uof_uof2odf_presentation - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_uof; - Name = "/xslt/import/uof/uof2odf_presentation.xsl"; -End -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Border - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_border.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Custom_Draw - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_custom_draw.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Draw - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_draw.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Field - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_field.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_List - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_list.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Page - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_page.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Path - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_path.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Settings - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_settings.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_table.xsl"; -End - -File gid_File_Xsl_Export_Wordml_Ooo2wordml_Text - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Wordml; - Name = "/xslt/export/wordml/ooo2wordml_text.xsl"; -End - -File gid_File_Xsl_Import_Common_Ms2ooo_Docpr - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Common; - Name = "/xslt/import/common/ms2ooo_docpr.xsl"; -End - -File gid_File_Xsl_Import_Spreadsheetml_Spreadsheetml2ooo - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Spreadsheetml; - Name = "/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Custom_Draw - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_custom_draw.xsl"; -End - - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Draw - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_draw.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Field - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_field.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_List - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_list.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Page - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_page.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Settings - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_settings.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_table.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Text - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_text.xsl"; -End - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Path - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_path.xsl"; -End - - -File gid_File_Xsl_Import_Wordml_Wordml2ooo_Props - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Import_Wordml; - Name = "/xslt/import/wordml/wordml2ooo_props.xsl"; + Styles = (FILELIST, PACKED); + Dir = FILELIST_DIR; + Name = "filter_xslt.filelist"; End File gid_Starregistry_Services_Rdb diff --git a/scp2/source/ooo/module_hidden_ooo.scp b/scp2/source/ooo/module_hidden_ooo.scp index 774f998343ea..7cc26369c95c 100644 --- a/scp2/source/ooo/module_hidden_ooo.scp +++ b/scp2/source/ooo/module_hidden_ooo.scp @@ -487,52 +487,7 @@ Module gid_Module_Root_Files_6 gid_File_Share_Registry_Main_Xcd, gid_File_Share_Registry_Forcedefault_Xcd, gid_File_Pymailmerge, - gid_File_Xsl_Common_Measure_Conversion, - gid_File_Xsl_Common_Math_Functions, - gid_File_Xsl_Export_Common_Body, - gid_File_Xsl_Export_Common_Table_Of_Content, - gid_File_Xsl_Export_Common_Ooo2ms_Docpr, - gid_File_Xsl_Export_Common_Styles_Styles_Collector, - gid_File_Xsl_Export_Common_Styles_Style_Mapping_Css, - gid_File_Xsl_Export_Common_Table_Table, - gid_File_Xsl_Export_Common_Table_Table_Cells, - gid_File_Xsl_Export_Common_Table_Table_Columns, - gid_File_Xsl_Export_Common_Table_Table_Rows, - gid_File_Xsl_Export_Spreadsheetml_Formular, - gid_File_Xsl_Export_Spreadsheetml_Ooo2spreadsheetml, - gid_File_Xsl_Export_Spreadsheetml_Style_Mapping, - gid_File_Xsl_Export_Spreadsheetml_Styles, - gid_File_Xsl_Export_Spreadsheetml_Table, - gid_File_Xsl_Export_uof_odf2uof_text, - gid_File_Xsl_Export_uof_odf2uof_spreadsheet, - gid_File_Xsl_Export_uof_odf2uof_presentation, - gid_File_Xsl_Import_uof_uof2odf_text, - gid_File_Xsl_Import_uof_uof2odf_spreadsheet, - gid_File_Xsl_Import_uof_uof2odf_presentation, - gid_File_Xsl_Export_Wordml_Ooo2wordml, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Border, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Custom_Draw, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Draw, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Field, - gid_File_Xsl_Export_Wordml_Ooo2wordml_List, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Page, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Path, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Settings, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Table, - gid_File_Xsl_Export_Wordml_Ooo2wordml_Text, - gid_File_Xsl_Import_Common_Ms2ooo_Docpr, - gid_File_Xsl_Import_Spreadsheetml_Spreadsheetml2ooo, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Props, - gid_File_Xsl_Import_Wordml_Wordml2ooo, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Custom_Draw, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Draw, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Field, - gid_File_Xsl_Import_Wordml_Wordml2ooo_List, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Page, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Settings, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Table, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Text, - gid_File_Xsl_Import_Wordml_Wordml2ooo_Path, + gid_File_filter_xslt, gid_File_Extra_Fontunxpsprint, gid_File_Extra_Fontunxppds, gid_File_Extra_Fontunxafm); diff --git a/scp2/source/xsltfilter/file_xsltfilter.scp b/scp2/source/xsltfilter/file_xsltfilter.scp index d71b521ad341..6031b310dfc0 100644 --- a/scp2/source/xsltfilter/file_xsltfilter.scp +++ b/scp2/source/xsltfilter/file_xsltfilter.scp @@ -34,51 +34,16 @@ File gid_File_Share_Registry_Xsltfilter_Xcd Name = "xsltfilter.xcd"; End -File gid_File_Stw_Docbooktemplate +File gid_File_filter_docbook TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Docbook; - Name = "DocBookTemplate.stw"; -End - -File gid_File_Xsl_Docbooktosoffheadings - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Docbook; - Name = "docbooktosoffheadings.xsl"; -End - -File gid_File_Xsl_Sofftodocbookheadings - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Docbook; - Name = "sofftodocbookheadings.xsl"; -End - -File gid_File_Xsl_Export_Xhtml_Body - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Xhtml; - Name = "/xslt/export/xhtml/body.xsl"; -End - -File gid_File_Xsl_Export_Xhtml_Header - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Xhtml; - Name = "/xslt/export/xhtml/header.xsl"; + Styles = (FILELIST, PACKED); + Dir = FILELIST_DIR; + Name = "filter_docbook.filelist"; End -File gid_File_Xsl_Export_Xhtml_Ooo2xhtml +File gid_File_filter_xhtml TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Xhtml; - Name = "/xslt/export/xhtml/opendoc2xhtml.xsl"; -End - -File gid_File_Xsl_Export_Xhtml_Table - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Dir_Share_Xslt_Export_Xhtml; - Name = "/xslt/export/xhtml/table.xsl"; + Styles = (FILELIST, PACKED); + Dir = FILELIST_DIR; + Name = "filter_xhtml.filelist"; End diff --git a/scp2/source/xsltfilter/module_xsltfilter.scp b/scp2/source/xsltfilter/module_xsltfilter.scp index a3206b0396f0..b5efca5e2a9e 100644 --- a/scp2/source/xsltfilter/module_xsltfilter.scp +++ b/scp2/source/xsltfilter/module_xsltfilter.scp @@ -33,16 +33,8 @@ Module gid_Module_Optional_Xsltfiltersamples MOD_NAME_DESC(MODULE_OPTIONAL_XSLTFILTERSAMPLES); Sortkey = "700"; ParentID = gid_Module_Optional; - Files = ( gid_File_Xsl_Sofftodocbookheadings,gid_File_Xsl_Docbooktosoffheadings, - gid_File_Stw_Docbooktemplate, - gid_File_Xsl_Export_Xhtml_Body, - gid_File_Xsl_Export_Xhtml_Header, - gid_File_Xsl_Export_Xhtml_Master_Chapter_Numbering, - gid_File_Xsl_Export_Xhtml_Master_Document, - gid_File_Xsl_Export_Xhtml_Master_Refs_Workaround, - gid_File_Xsl_Export_Xhtml_Master_Usability_Links, - gid_File_Xsl_Export_Xhtml_Ooo2xhtml, - gid_File_Xsl_Export_Xhtml_Table, + Files = ( gid_File_filter_docbook, + gid_File_filter_xhtml, gid_File_Share_Registry_Xsltfilter_Xcd ); Minimal = NO; Default = YES; |