# -*- 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/. # # 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,xmloff_dtd,$(SRCDIR)/xmloff/dtd)) $(eval $(call gb_Package_add_files,xmloff_dtd,$(LIBO_SHARE_FOLDER)/dtd/officedocument/1_0,\ chart.mod \ datastyl.mod \ defs.mod \ drawing.mod \ dtypes.mod \ form.mod \ meta.mod \ nmspace.mod \ office.dtd \ office.mod \ script.mod \ settings.mod \ style.mod \ table.mod \ text.mod \ )) # vim: set noet sw=4 ts=4: e='distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/xmlreader
AgeCommit message (Expand)Author
2021-12-01improve the script for reducing symbol exportsNoel Grandin
2021-05-14Revert "improve perf of xmlreader::Pad"Noel Grandin
2021-05-11improve perf of xmlreader::PadNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-01-31tdf#124176: Use pragma once instead of include guardsShobhit
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-10Revert "Optimize getNamespaceId (xmlreader)"Julien Nabet
2019-10-08cleanups in xmlreaderNoel Grandin
2019-10-06we can use Span for the cache key hereNoel Grandin
2019-10-06convert equals() to operator== in xmlreader::SpanNoel Grandin
2019-10-06Optimize getNamespaceId (xmlreader)Julien Nabet
2019-06-21tdf#42949 Fix IWYU warnings in include/Gabor Kelemen
2018-08-13tdf#42949 Fix IWYU warnings in include/xmlreader/*Gabor Kelemen
2018-07-24loplugin:unusedfields,can-be-const in xmlreaderNoel Grandin
2017-10-23loplugin:constmethod in cppu,cppuhelper,idlcNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin
2016-10-07loplugin:staticmethods: xmlreaderStephan Bergmann
2016-08-31convert XmlReader::State to scoped enumNoel Grandin
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-02-16another dependency still requiredCaolán McNamara
2014-10-22Speed up xmlreader::Span::equalsStephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-05various: remove SAL_THROW macroNoel Grandin
2014-03-06coverity#708726 Uninitialized scalar fieldCaolán McNamara