# -*- 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_Zip_Zip,tplwizagenda,$(SRCDIR)/extras/source/templates/wizard/agenda)) $(eval $(call gb_Zip_add_files,tplwizagenda,\ 10grey.ott \ 1simple.ott \ 2elegant.ott \ 3modern.ott \ 4classic.ott \ 5blue.ott \ 6orange.ott \ 7red.ott \ 8green.ott \ 9colorful.ott \ aw-10grey.ott \ aw-1simple.ott \ aw-2elegant.ott \ aw-3modern.ott \ aw-4classic.ott \ aw-5blue.ott \ aw-6orange.ott \ aw-7red.ott \ aw-8green.ott \ aw-9colorful.ott \ )) # vim: set noet sw=4 ts=4: ro/allotropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvascustomsprite.cxx
AgeCommit message (Expand)Author
2024-02-08canvas : use more OUString literalsArnaud VERSINI
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-23loplugin:unocast (vclcanas::CanvasBitmap)Stephan Bergmann
2022-12-15Consistently use comphelper::getSomethingImpl<I>(aIdentifier, this)Stephan Bergmann
2022-12-14loplugin:unocast (vclcanvas::RepaintTarget)Stephan Bergmann
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-01-24loplugin:makeshared in basctl..canvasNoel Grandin
2019-11-06tdf#42949 Fix IWYU warnings in canvas/*/*cxxGabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): canvasStephan Bergmann
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-08-10remove VERBOSE use from canvaNorbert Thiebaud
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms