# -*- 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,comphelper_variadictemplates_test)) $(eval $(call gb_CppunitTest_add_exception_objects,comphelper_variadictemplates_test, \ comphelper/qa/unit/variadictemplates \ )) $(eval $(call gb_CppunitTest_use_sdk_api,comphelper_variadictemplates_test)) $(eval $(call gb_CppunitTest_use_externals,comphelper_variadictemplates_test, \ boost_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,comphelper_variadictemplates_test, \ comphelper \ cppuhelper \ cppu \ sal \ )) # vim: set noet sw=4 ts=4: a/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fusnapln.cxx
AgeCommit message (Expand)Author
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-04-30weld SdSnapLineDlgCaolán McNamara
2018-03-20drop unnecessary includesCaolán McNamara
2018-02-15loplugin:changetoolsgen in sdNoel Grandin
2018-01-15More loplugin:cstylecast: sdStephan Bergmann
2018-01-12More loplugin:cstylecast: sdStephan Bergmann
2017-10-23loplugin:includeform: sdStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sd module away from OSL_ASSERT to assertChris Sherlock
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-08-23convert SdrHelpLineKind to scoped enumNoel Grandin
2016-05-11Resolves: tdf#99464 set what parent the dialogs are dialogs forCaolán McNamara
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-03-10loplugin:constantparam in sdNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky
2015-09-25sd/source/ui/func boost->stdCaolán McNamara
2015-09-24sd/source/ui/inc boost::scoped_ptr->std::unique_ptrCaolán McNamara
2015-09-23boost::shared_ptr->std::shared_ptrCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-06-10Fix sd ID conflicts and duplicatesPhilippe Jung
2014-11-10loplugin: cstylecastNoel Grandin
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-10fdo#77987, part 3: use signed ints consistentlyKatarina Behrens
2014-06-10fdo#77987, part 2: snap line coordinates can be negativeKatarina Behrens
2014-05-22Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-24sd: sal_Bool->boolNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2013-10-25Unwind FunctionReference typedefStephan Bergmann
2013-08-24String(SdResId(foo)) -> SD_RESSTR(foo)Ivan Timofeev
2013-03-12translation and cleanup of comments in sd/source/ui/func/Urs Fässler