# -*- 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_Module_Module,basic)) ifneq ($(filter SCRIPTING,$(BUILD_TYPE)),) $(eval $(call gb_Module_add_l10n_targets,basic,\ AllLangMoTarget_sb \ )) $(eval $(call gb_Module_add_check_targets,basic,\ CppunitTest_basic_scanner \ CppunitTest_basic_macros \ )) endif $(eval $(call gb_Module_add_targets,basic,\ Library_sb \ )) # vim: set noet sw=4 ts=4: a1d12551a'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)Author
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-11Fix typoAndrea Gelmini
2019-06-11Fix typoAndrea Gelmini
2019-06-10tdf#125730: Shadow has the same color as the hatching fillXisco Fauli
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov
2019-05-22New loplugin:dataStephan Bergmann
2019-05-20Fix typosAndrea Gelmini
2019-05-19Fix typoAndrea Gelmini
2019-05-19Fix typoAndrea Gelmini
2019-05-18Fix typoAndrea Gelmini
2019-05-18Fix typoAndrea Gelmini
2019-05-18Fix typoAndrea Gelmini
2019-05-18Fix typoAndrea Gelmini
2019-05-18Fix typoAndrea Gelmini
2019-05-18Fix typoAndrea Gelmini
2019-05-18Fix typoAndrea Gelmini
2019-05-15Fix typoAndrea Gelmini
2019-05-14Revert "drawinglayer: avoid AA for hairline polygons built from ...Miklos Vajna
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-05-09drawinglayer: avoid AA for hairline polygons built from hori/vert lines onlyMiklos Vajna
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-04-30make debug code work properly also on non-win32Luboš Luňák
2019-04-28prefix member variables of AnimationBitmapTomaž Vajngerl
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl
2019-04-26Avoid division by zeroStephan Bergmann
2019-04-23Fix typoAndrea Gelmini
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-05Fix typoAndrea Gelmini
2019-04-01tdf#103859 EMF+ Add transparency support for linear gradientsBartosz Kosiorek
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-03-29tdf#115843 avoid using transparent virtualdevice when 100% opaqueCaolán McNamara
2019-03-29copy between the outputdevices without interim BitmapCaolán McNamara
2019-03-27Nested list L must be a child of parent's LBodyKatarina Behrens
2019-03-21Close all opened List elements at the end of the pageKatarina Behrens
2019-03-21Limit tagging of background objects to imagesKatarina Behrens
2019-03-21Correct hierarchy of L, LI structure elementsKatarina Behrens
2019-03-20tdf#42949 Fix IWYU warnings in include/drawinglayer/Gabor Kelemen