# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Peter Foley # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. # $(eval $(call gb_Library_Library,res)) $(eval $(call gb_Library_set_componentfile,res,extensions/source/resource/res)) $(eval $(call gb_Library_use_api,res,\ udkapi \ offapi \ )) $(eval $(call gb_Library_use_libraries,res,\ vcl \ tl \ comphelper \ cppu \ cppuhelper \ sal \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,res,\ extensions/source/resource/ResourceIndexAccess \ extensions/source/resource/oooresourceloader \ extensions/source/resource/resourceservices \ )) # vim:set shiftwidth=4 softtabstop=4 expandtab: reoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/schema
AgeCommit message (Expand)Author
2019-12-07tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt
2019-12-02tdf#123206 Import/Export chart custom label textTamas Bunth
2019-10-03sw anchored object allow overlap: replace TODO with OASIS proposalMiklos Vajna
2019-09-24Related: tdf#124600 sw anchored object allow overlap: add ODT filterMiklos Vajna
2019-08-22QR Code : ODF import/exportShubham Goyal
2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke
2019-06-18schema: update ODF 1.3 main rng draft to wd12Michael Stahl
2019-02-27tdf#123557 PPTX: Export timenode condition targets.Mark Hung
2019-02-14sw btlr writing mode: add odf spec proposal URLMiklos Vajna
2019-02-13sw btlr writing mode: implement ODF filterMiklos Vajna
2018-12-13address forward incompatibility of InputRequired default changeLionel Elie Mamane
2018-09-28Fix dictionnary -> dictionaryAndrea Gelmini
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
2017-03-19Fix typosAndrea Gelmini