# -*- 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,accessoriestemplatescommonpresent,$(call gb_UnpackedTarball_get_dir,templates-pack)/templates/common/presnt)) $(eval $(call gb_Zip_add_dependencies,accessoriestemplatescommonpresent,\ $(call gb_UnpackedTarball_get_target,templates-pack) \ )) $(eval $(call gb_Zip_add_files,accessoriestemplatescommonpresent,\ dummy_common_templates.txt \ )) # vim: set noet sw=4 ts=4: ption value='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/jpeg/JpegReaderTest.cxx
AgeCommit message (Expand)Author
2019-06-19tdf#42949 Fix IWYU warnings in vcl/qa/* & vcl/backendtest/*Gabor Kelemen
2019-05-13Make BitmapColor inherit from / merge into ColorJan-Marek Glogowski
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-09-14loplugin:constfields in vclNoel Grandin
2018-06-05tdf#102928 PDF export: do recompress CMYK imagesMiklos Vajna
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin
2018-02-05vcl: remove BitmapColor Color() operatorChris Sherlock
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-03-15Improve test failure outputStephan Bergmann
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2016-11-09vcl: non-symetric image to test JPEG importTomaž Vajngerl
2016-09-29vcl: test JPEG reading - RGB, CMYK and grayscaleTomaž Vajngerl