# -*- 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,i18npool/indexentry)) i18npool_IDXTXTS := \ indexdata_ko_dict.txt \ indexdata_zh_pinyin.txt \ indexdata_zh_radical.txt \ indexdata_zh_stroke.txt \ indexdata_zh_TW_radical.txt \ indexdata_zh_TW_stroke.txt \ indexdata_zh_zhuyin.txt \ ko_phonetic.txt \ zh_pinyin.txt \ zh_zhuyin.txt $(call gb_CustomTarget_get_target,i18npool/indexentry) : $(SRCDIR)/i18npool/CustomTarget_indexentry.mk \ $(patsubst %.txt,$(call gb_CustomTarget_get_workdir,i18npool/indexentry)/%.cxx,$(i18npool_IDXTXTS)) $(call gb_CustomTarget_get_workdir,i18npool/indexentry)/%.cxx : \ $(SRCDIR)/i18npool/source/indexentry/data/%.txt \ $(call gb_Executable_get_runtime_dependencies,genindex_data) \ | $(call gb_CustomTarget_get_workdir,i18npool/indexentry)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),IND,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),IND) $(call gb_Helper_abbreviate_dirs, \ $(call gb_Helper_execute,genindex_data) $< $@.tmp $* && \ sed 's/\(^.*get_\)/SAL_DLLPUBLIC_EXPORT \1/' $@.tmp > $@ && \ rm $@.tmp) $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),IND) # vim: set noet sw=4 ts=4: /libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/gradient.cxx
AgeCommit message (Expand)Author
2023-11-19Extended loplugin:ostr: vclStephan Bergmann
2023-11-07simplify OutputDevice::ClipAndDrawGradientMetafileNoel Grandin
2023-09-24Fix typoAndrea Gelmini
2023-09-24tdf#156539 Draw the gradient with polypolygonal clip when using SkiaPatrick Luby
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2022-12-01vcl: remove unnecessary includesChris Sherlock
2022-10-13tdf#150622 use high contrast selection fg/bg colors for text selectionCaolán McNamara
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao
2022-07-14loplugin:moveitNoel Grandin
2022-01-05vcl: migrate AddGradientActions() from OutputDevice to GradientChris Sherlock
2021-12-27vcl: change Get{Linear|Complex}GradientSteps()Chris Sherlock
2021-12-27vcl: remove unnecessary actions from DrawGradientToMetafile()Chris Sherlock
2021-11-17vcl: split GetGradientSteps() into Get{Complex|Linear}GradientSteps()Chris Sherlock
2021-10-22vcl: move variable declar's closer to 1st use in DrawComplexGradientToMetaFileChris Sherlock
2021-10-20vcl: test OutputDevice::DrawGradient()Chris Sherlock
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin