summaryrefslogtreecommitdiff
path: root/sc/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
>Noel Grandin 2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin 2017-03-08loplugin:loopvartoosmallStephan Bergmann 2017-03-07convert RES_FIELDS to scoped enumNoel Grandin 2017-01-19use rtl::Reference in SwHTMLWriterNoel Grandin 2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin 2017-01-10New loplugin:conststringvar: swStephan Bergmann 2016-12-05convert DecodeMechanism to scoped enumNoel Grandin 2016-11-23tdf#42949 Remove unnecessary headers from sw/source/filtersBartosz Kosiorek 2016-10-05convert MapUnit to scoped enumNoel Grandin 2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann 2016-07-04remove comphelper::string::removeNoel Grandin 2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin 2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht 2016-02-08tdf#83890 sw html export: fix missing start numbering attributeMarc Bessières 2015-12-02loplugin:stringconcat: Also look through O[U]String ctorsStephan Bergmann 2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon 2015-11-24loplugin:unusedfields in sw/Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna 2015-10-27don't allocate uno::Reference on the heapNoel Grandin 2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin 2015-08-29XOutBitmap::GraphicToBase64 can return boolMatteo Casalin 2015-08-28tdf#93449 Internal hyperlinks are not exported corectly in HTMLVasily Melenchuk 2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl 2015-06-20Use auto/more proper integer typesMatteo Casalin 2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier 2015-05-19tdf#90905 fix for url encoding in internal urlsVasily Melenchuk 2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin 2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose 2015-03-18convert DocumentSettingId to an enum classNoel Grandin