# -*- 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_CustomTarget_CustomTarget,odk/settings)) $(eval $(call gb_CustomTarget_register_target,odk/settings,dk.mk)) $(call gb_CustomTarget_get_workdir,odk/settings)/dk.mk : $(SRCDIR)/odk/settings/dk.mk $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,SED,1) tr -d "\015" < $< | sed \ -e 's/@@PLATFORM@@/$(firstword $(subst _, ,$(PLATFORMID)))/' \ -e 's/@@PROCTYPE@@/$(subst $(WHITESPACE),_,$(wordlist 2,$(words $(subst _, ,$(PLATFORMID))),$(subst _, ,$(PLATFORMID))))/' \ -e 's/@@RELEASE@@/$(PRODUCTVERSION)/' \ -e 's/@@BUILDID@@/$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)/' \ -e 's/@@ENABLE_DBGUTIL@@/$(ENABLE_DBGUTIL)/' > $@ # vim: set noet sw=4 ts=4: alue='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc
AgeCommit message (Expand)Author
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-06-18tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara
2022-06-02clang-tidy modernize-pass-by-value in cppcanvasNoel Grandin
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-18undo changes to TextAlignCaolán McNamara
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2020-10-21use tools::Long in comphelper..cuiNoel
2020-07-16compact namespace: cppcanvasNoel Grandin
2020-05-08compact namespace in canvas..cuiNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-19tdf#124176: Use pragma once instead of include guardsYusuf Keten
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-31tdf#42949 Fix IWYU warnings in cppcanvas/Gabor Kelemen
2019-03-05tdf#42949 Fix IWYU warnings in include/cppcanvas/*Gabor Kelemen
2019-02-25loplugin:unusedfields in variousNoel Grandin
2018-12-10loplugin:unnecessaryvirtualNoel Grandin
2018-12-10loplugin:unusedfieldsNoel Grandin
2018-12-09loplugin:unusedmethodsNoel Grandin
2018-12-07tdf#111486 Removed not used EMF+ codeBartosz Kosiorek
2018-11-05tdf#37636 take care of MetaOverlineColorAction in mtfrenderer.Mark Hung
2018-10-31tdf#43671 creatCanvasFont with EmphasisMark.Mark Hung
2018-03-14loplugin:unusedmethodsNoel Grandin
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-11-03loplugin:constmethod in drawinglayerNoel Grandin
2017-10-27remove GetSwapFloat nonsense from all 3 EMF readersMichael Stahl
2017-10-23loplugin:includeform: cppucanvasStephan Bergmann
2017-10-09remove cppcanvas Color classNoel Grandin
2017-08-24loplugin:useuniqueptr in cppcanvasNoel Grandin
2017-08-12tdf#96099 Remove ActionSharedPtr typedefIvan Safonov
2017-07-28loplugin:checkunusedparams more part1Noel Grandin
2017-07-20loplugin:constparams in cppcanvasNoel Grandin
2017-04-24EMF+ Add initial support for EmfPlusStringFormat ObjectBartosz Kosiorek
2017-04-13tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-30Convert FontRelief to scoped enumNoel Grandin
2016-05-09convert FONT_EMPHASIS_MARK to scoped enumNoel Grandin
2016-04-14loplugin:passstuffbyref in variousNoel Grandin
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock