# -*- 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_Library_Library,basebmp)) $(eval $(call gb_Library_use_package,basebmp,basebmp_inc)) $(eval $(call gb_Library_use_sdk_api,basebmp)) $(eval $(call gb_Library_use_external,basebmp,vigra_headers)) $(eval $(call gb_Library_use_libraries,basebmp,\ basegfx \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_include,basebmp,\ -I$(SRCDIR)/basebmp/inc/ \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,basebmp,\ -DBASEBMP_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_add_exception_objects,basebmp,\ basebmp/source/bitmapdevice \ basebmp/source/debug \ basebmp/source/polypolygonrenderer \ )) # vim: set noet sw=4 ts=4: ta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/components
AgeCommit message (Expand)Author
2021-03-09Don't use uninitialized member to initialize base classMike Kaganski
2020-07-31tdf#135212 Don't crash when unable to create clipboardMichael Weghorn
2020-07-07vcl/clipboard: create instances with uno constructorsNoel Grandin
2020-07-07vcl: create instances with uno constructorsNoel Grandin
2020-04-08Make SalInstance::CreateClipboard return a single instance in the non-LOK caseStephan Bergmann
2020-01-27tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorBurak Bala
2019-12-24sal_Char->char in vclNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-10loplugin:stringconstant (macOS)Stephan Bergmann
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2019-05-28tdf#124752: Add system clipboard interface for iOSTor Lillqvist
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski