install xslt filters using filelist

Change-Id: Id84765285b1ace19442ec13d7212e4121f77dabd
This commit is contained in:
David Tardon 2013-05-01 15:29:43 +02:00
parent af12920f0f
commit 0822a4c84a
9 changed files with 104 additions and 534 deletions

View File

@ -64,6 +64,7 @@ $(eval $(call gb_Module_add_targets,filter,\
Library_xsltdlg \
Library_xsltfilter \
Package_docbook \
Package_xhtml \
Package_xslt \
UIConfig_xsltdlg \
))

View File

@ -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:

28
filter/Package_xhtml.mk Normal file
View File

@ -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:

View File

@ -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:

View File

@ -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";

View File

@ -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

View File

@ -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);

View File

@ -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";
Styles = (FILELIST, PACKED);
Dir = FILELIST_DIR;
Name = "filter_docbook.filelist";
End
File gid_File_Xsl_Docbooktosoffheadings
File gid_File_filter_xhtml
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";
End
File gid_File_Xsl_Export_Xhtml_Ooo2xhtml
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

View File

@ -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;