# -*- 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,unobootstrapprotector)) $(eval $(call gb_Library_use_sdk_api,unobootstrapprotector)) $(eval $(call gb_Library_use_libraries,unobootstrapprotector,\ comphelper \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_use_externals,unobootstrapprotector,\ boost_headers \ cppunit \ )) $(eval $(call gb_Library_add_exception_objects,unobootstrapprotector,\ unotest/source/cpp/unobootstrapprotector/unobootstrapprotector \ )) # runtime dependency: needs unorc/uno.ini $(eval $(call gb_Library_use_package,unobootstrapprotector,\ instsetoo_native_setup_ure \ )) # vim: set noet sw=4 ts=4: option value='distro/allotropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scp2/Makefile
AgeCommit message (Collapse)Author
2024-05-07loplugin:ostr in emfioNoel Grandin
2023-11-20Extended loplugin:ostr: emfioStephan Bergmann
2023-10-29tdf#155887 WMF Fix displaying images with size of EOF other that 3Bartosz Kosiorek
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-10-06xmltesttools: add assertXPathDoubleValue that takes a double with deltaIlmari Lauhakangas
2023-07-23tdf#156234: Don’t round glyph coordinates when doing subpixel positioningKhaled Hosny
2023-05-12EMF Fix text aligning for EMR_SETTEXTALIGN for wrong values.Bartosz Kosiorek
2023-03-09Demultiplex test codeStephan Bergmann
2022-10-24tdf#150888 Scale down PPI if it would result in a tiny imageParis Oplopoios
2022-04-24Remove brittle test from WmfTestHossein
2022-04-06tdf#148359 Fix emfio regression: missing emf imageHossein
2022-04-06Fix type, calculation of FamilyFont PitchAndFamilyHossein
2022-03-15-Werror,-Wdeprecated-enum-enum-conversionStephan Bergmann
2022-03-15tdf#145614 Convert #define to enum and constexprHossein
2022-02-04the real font used for 'Roman' is arbitraryCaolán McNamara
2022-01-11Adapt test value intervals to my Linux --without-system-fontconfig buildStephan Bergmann
2022-01-09Improve some CPPUNIT_ASSERT checksStephan Bergmann
2021-09-27tdf#88163 Fix font size for placeable wmf filesHossein
2021-09-03tdf#88163 Fix WMF font sizeHossein
2021-05-28tdf#53004 tdf#142495 WMF EMF Fix displaying Text with OPAQUE and CLIPPEDBartosz Kosiorek
2021-04-03tdf#37281 tdf#45820 tdf#48916 tdf#55058 EMF Implement complex clippingBartosz Kosiorek
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara
2019-12-20tdf#42949 Fix IWYU warnings in emfio/Gabor Kelemen
2019-01-03svm xml dumper: move this from test to vclMiklos Vajna
2018-10-08Fix emfio_wmf_test VCL dependencyJan-Marek Glogowski