# -*- 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_UIConfig_UIConfig,vcl)) $(eval $(call gb_UIConfig_add_uifiles,vcl,\ vcl/uiconfig/ui/printdialog \ )) # vim: set noet sw=4 ts=4: cgit/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml/HtmlWriter.cxx
AgeCommit message (Expand)Author
2023-11-25Simplify HtmlWriterMike Kaganski
2023-11-24Fix HtmlWriter::charactersMike Kaganski
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-06-27sw HTML export: fix missing escaping for image linksMiklos Vajna
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-06-03HtmlWriter: add end tag checking and helper for attribute writingTomaž Vajngerl
2021-04-27use more string_view in tools/streamNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann