# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: > index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtflde.cxx
AgeCommit message (Expand)Author
2024-11-13loplugin:reftotemp in xmloffNoel Grandin
2024-11-12clang-tidy: performance-unnecessary-copy-initialization in xmloffNoel Grandin
2024-11-01tdf#163703: export formats for FIELD_ID_ANNOTATIONMike Kaganski
2024-11-01Use one 'find' instead of threeMike Kaganski
2024-10-25cid#1633347 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-07cid#1546226 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-02cid#1545549 silence Using invalid iteratorCaolán McNamara
2024-05-15loplugin:ostr in xmloffNoel Grandin
2024-04-05Silence strange -Wmaybe-uninitialized with recent GCC 14Stephan Bergmann
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-22tdf#146619 Recheck xmloff/*hxx with IWYUGabor Kelemen
2023-12-18unique_ptr->optional in XMLTextFieldExportNoel Grandin