# -*- 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,librelogo)) ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),) ifneq ($(DISABLE_PYTHON),TRUE) $(eval $(call gb_Module_add_targets,librelogo,\ CustomTarget_librelogo \ Package_librelogo \ Package_librelogo_properties \ )) endif endif # vim: set noet sw=4 ts=4: '>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/xmloff/xmluconv.hxx
AgeCommit message (Expand)Author
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2021-10-01loplugin:constmethodNoel Grandin
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2020-12-22use string_view in ProcessAttributeNoel
2020-12-21use std::u16string_view in SvXMLTokenEnumeratorNoel
2020-12-18use more string_view in IsXMLTokenNoel
2020-12-18use more string_view in convertEnumNoel
2020-12-17use more string_view in SvXMLUnitConverterNoel
2020-12-17prevent accidentally passing a temporaryNoel Grandin
2020-12-15use views to parse rather than allocating OUStringNoel
2020-11-25use string_view for the parsing in sax utilsNoel
2020-05-03use more compact namespace syntax in /includeNoel Grandin
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin
2019-12-05make some classes module privateNoel Grandin
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen
2018-11-14Fix typoAndrea Gelmini
2018-09-13loplugin:constfields in xmloffNoel Grandin
2017-07-20loplugin:constparams in xmloffNoel Grandin
2017-04-28loplugin:salunicodeliteral: xmloffStephan Bergmann
2017-03-31use actual UNO enums in xmloffNoel Grandin
2017-03-13templatize SvXMLEnumMapEntryNoel Grandin
2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-04-30Bin some pointless comments and reduce some vertical whitespaceTor Lillqvist
2015-04-07loplugin:staticmethodsNoel Grandin
2015-02-17boost->stdCaolán McNamara