# -*- 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_bitmapprocessor_test)) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_bitmapprocessor_test, \ vcl/qa/cppunit/BitmapProcessorTest \ )) $(eval $(call gb_CppunitTest_use_externals,vcl_bitmapprocessor_test,\ boost_headers \ )) $(eval $(call gb_CppunitTest_set_include,vcl_bitmapprocessor_test,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_CppunitTest_use_libraries,vcl_bitmapprocessor_test, \ comphelper \ cppu \ cppuhelper \ sal \ svt \ test \ tl \ unotest \ vcl \ utl \ )) $(eval $(call gb_CppunitTest_use_api,vcl_bitmapprocessor_test,\ udkapi \ offapi \ )) $(eval $(call gb_CppunitTest_use_ure,vcl_bitmapprocessor_test)) $(eval $(call gb_CppunitTest_use_vcl,vcl_bitmapprocessor_test)) $(eval $(call gb_CppunitTest_use_components,vcl_bitmapprocessor_test,\ configmgr/source/configmgr \ i18npool/util/i18npool \ ucb/source/core/ucb1 \ unotools/util/utl \ )) $(eval $(call gb_CppunitTest_use_configuration,vcl_bitmapprocessor_test)) # vim: set noet sw=4 ts=4: n value='distro/cib/libreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/LayerTabBar.cxx
AgeCommit message (Expand)Author
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-21tdf#67248 Use localized layer name only for display in UIRegina Henschel
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-09-04tdf#89130 Draw: Better UI for handling layer attributesUlrich Gemkow
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-07-23Removed duplicated includesAndrea Gelmini
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-26loplugin:oncevar in sdNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-12convert SdrLayerId to strong_intNoel Grandin
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-10-28tdf#98587 Inconsistency menu/shortcut for layer visibilityUlrich Gemkow
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin
2016-02-28tdf#93837 sd: Initial import of context menu xml filesMaxim Monastirsky