# -*- 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/. # ifneq ($(BUILD_UNOWINREG),) ifeq ($(COM),MSC) odk_unowinreg_DIR := $(WORKDIR)/LinkTarget/Library else odk_unowinreg_DIR := $(call gb_CustomTarget_get_workdir,odk/unowinreg) endif odk_unowinreg_FILE := unowinreg.dll else # !BUILD_UNOWINREG odk_unowinreg_DIR := $(TARFILE_LOCATION) odk_unowinreg_FILE := $(UNOWINREG_DLL) endif $(eval $(call gb_Package_Package,odk_unowinreg,$(odk_unowinreg_DIR))) $(eval $(call gb_Package_set_outdir,odk_unowinreg,$(INSTDIR))) $(eval $(call gb_Package_add_file,odk_unowinreg,$(SDKDIRNAME)/classes/win/unowinreg.dll,$(odk_unowinreg_FILE))) # vim: set noet sw=4 ts=4: -4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-07Re-Enable DrawTransformBitmapExDirect for render backendsArmin Le Grand (Allotropia)
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-17stop vclcanvas from ruining alpha of bitmaps in Skia modeLuboš Luňák
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-30Another tools::Long->sal_Int32 in the DX arrayMike Kaganski
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-10-29Prepare for removal of non-const operator[] from Sequence in canvasMike Kaganski
2021-10-15Simplify vector initialization in canvasJulien Nabet
2021-10-12loplugin:unusedmethodsNoel Grandin
2021-10-11loplugin:moveparam in canvasNoel Grandin
2021-10-01loplugin:constparamsNoel Grandin
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-08-28clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-08use some forward declaresCaolán McNamara
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-30convert TextAlign to scoped enumCaolán McNamara