summaryrefslogtreecommitdiff
path: root/external/ct2n/Module_ct2n.mk
blob: 03f4d7b33f1b54d30909548c2fc3daec50b2414c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- 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_Module_Module,ct2n))

$(eval $(call gb_Module_add_targets,ct2n,\
	ExternalPackage_ct2n \
	UnpackedTarball_ct2n \
))

# vim:set noet sw=4 ts=4:
d> 2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin 2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin 2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin 2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin 2017-12-22can just use default dtorsCaolán McNamara 2017-10-23loplugin:includeform: scStephan Bergmann 2017-07-26loplugin:unusedmethodsNoel Grandin 2017-07-25loplugin:unusedfields in scNoel Grandin 2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M 2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin 2017-03-16drop GetId() from SfxUndoActionNoel Grandin 2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-10loplugin:constantparam in scNoel Grandin 2016-08-04sc: implement SfxUndoAction::GetViewShellId() interface ...Miklos Vajna 2016-05-30loplugin:unusedmethods SfxLinkUndoActionNoel Grandin 2016-03-23loplugin:constantparam in scNoel Grandin 2016-01-12sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-02-07loplugin:deletedspecialStephan Bergmann 2014-11-04remove some unused code in scNoel Grandin 2014-06-25remove whitespaceMarkus Mohrhard 2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-04-06whitespace cleanup in scMarkus Mohrhard 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann 2014-03-03Remove visual noise from scAlexander Wilms 2014-02-19sal_Bool->boolNoel Grandin 2013-11-27Broadcast changes on undo / redo of cell range deletion.Kohei Yoshida 2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud 2013-06-24Resolves: #i120020# corrected paragraph merge...Armin Le Grand 2013-02-12Remove excessive inclusion of cell.hxx from other headers.Kohei Yoshida 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-09-28convert GetRepeatComment to OUStringCaolán McNamara 2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara