# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- # # 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_Package_Package,postprocess_fontconfig,$(call gb_CustomTarget_get_workdir,postprocess/fontconfig))) $(eval $(call gb_Package_add_files,postprocess_fontconfig,$(LIBO_SHARE_FOLDER)/fonts/truetype, \ fc_local.conf \ )) $(eval $(call gb_Package_use_custom_target,postprocess_fontconfig,postprocess/fontconfig)) # vim: set noet sw=4 ts=4: 8'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/table
AgeCommit message (Expand)Author
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-10loplugin:moveparam in xmloffNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-13inline some typedefsNoel Grandin
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2021-02-17loplugin:referencecasting in xmloffNoel
2020-12-14use more direct parsing on FastAttributeListNoel
2020-12-08fastparser in stylesNoel Grandin
2020-12-07convert SvXMLImport to fastparser, drop slowparser pathsNoel Grandin
2020-12-04call createFastChildContextFallback in more placesNoel Grandin
2020-12-03fastparser in XMLCellImportContextNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-20simplify CreateTableContextNoel
2020-11-18Remove unused XMLTableImportContext::ImportColumn nPrefix, rLocalName paramsStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-05StartElement no longer necessary hereNoel
2020-11-02create common macro and method for logging unknown attributesNoel
2020-11-02drop the SvXMLExport::EndElement method..Noel
2020-10-04use more TOOLS_WARN_EXCEPTIONMike Kaganski
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin
2020-08-23use fastparser in CreateTableTemplateContextNoel Grandin
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin