# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_Module_Module,sax)) $(eval $(call gb_Module_add_targets,sax,\ Library_expwrap \ Library_sax \ )) $(eval $(call gb_Module_add_check_targets,sax,\ CppunitTest_sax \ CppunitTest_sax_attributes \ CppunitTest_sax_parser \ CppunitTest_sax_xmlimport \ )) # vim: set noet sw=4 ts=4: pe='hidden' name='id' value='38d82e5724080a7799de430dc9ddaeb3c647bc05'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/schema
AgeCommit message (Expand)Author
2018-08-04Fix typosAndrea Gelmini
2018-07-06tdf#101856 odt: write/read new bookmark attributes: unit testSerge Krot
2018-07-04Fix typoAndrea Gelmini
2018-07-03schema: add some simple things found in ODT exported from crashtestingMichael Stahl
2018-07-03schema: add README, as requested by NoelMichael Stahl
2018-06-30schema,sw: enable ODF validation in all sw testsMichael Stahl
2018-06-30schema,sd: enable ODF validation in sd testsMichael Stahl
2018-06-29schema: ODF 1.3 + libreoffice extensions schemaMichael Stahl
2018-06-29schema: hack for the version numberMichael Stahl
2018-06-28schema: fix some obvious issues in ODF 1.3 schemasMichael Stahl
2018-06-28schema: update to latest available ODF 1.3 draft schemasMichael Stahl
2018-06-26schema: add MathML2 XSDMichael Stahl
2017-07-19revert fix typosThorsten Behrens