# -*- 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_CppunitTest_CppunitTest,vcl_mnemonic)) $(eval $(call gb_CppunitTest_set_include,vcl_mnemonic,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_mnemonic, \ vcl/qa/cppunit/mnemonic \ )) $(eval $(call gb_CppunitTest_use_externals,vcl_mnemonic,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,vcl_mnemonic, \ comphelper \ cppu \ cppuhelper \ sal \ svt \ test \ tl \ tk \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,vcl_mnemonic)) $(eval $(call gb_CppunitTest_use_ure,vcl_mnemonic)) $(eval $(call gb_CppunitTest_use_vcl,vcl_mnemonic)) $(eval $(call gb_CppunitTest_use_components,vcl_mnemonic,\ configmgr/source/configmgr \ i18npool/util/i18npool \ ucb/source/core/ucb1 \ )) $(eval $(call gb_CppunitTest_use_configuration,vcl_mnemonic)) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galobj.cxx
AgeCommit message (Expand)Author
2021-04-27use more string_view in tools/streamNoel Grandin
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl
2021-03-07ref-count SdrPageNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-08-06loplugin:flatten in svxNoel Grandin
2020-07-17add explicit copy-constructor for SgaObjectTomaž Vajngerl
2020-06-05Upcoming loplugin:elidestringvar: svxStephan Bergmann
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-03-29tdf#131532:Blurry thumbnails when small shapes added to gallery themeAditya
2020-02-24tdf#42949 Fix IWYU warnings in svx/source/[f-m]*/*cxxGabor Kelemen
2019-12-31tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesKemal Ayhan
2019-09-18tdf#39593 use isUnoTunnelId in sdArkadiy Illarionov
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-03vcl: use BitmapEx::Scale() where needed and SetSizePixel() elsewhereChris Sherlock
2018-02-21loplugin:changetoolsgen in svxNoel Grandin
2018-01-15More loplugin:cstylecast: svxStephan Bergmann
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-08-01move resmgr to unotoolsCaolán McNamara
2017-07-31loplugin:oncevarNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-05loplugin:checkunusedparams in svx(part2)Noel Grandin
2017-04-27remove svx bitmaps from .src filesCaolán McNamara
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-09convert BmpConversion to scoped enumNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-02avoid valgrind warningDavid Tardon
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-08-25convert SgaObjKind to scoped enumNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-09-16boost->stdCaolán McNamara