summaryrefslogtreecommitdiff
path: root/filter/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:
c2a4d7203ac42bc33bdd1'>More loplugin:cstylecast: accessibilityStephan Bergmann 2017-09-15accessibility: remove useless calls to virtual methods.Arnaud Versini 2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin 2017-07-20loplugin:constparams in accessibilityNoel Grandin 2017-06-13use local statics for getUnoTunnelImplementationIdJochen Nitschke 2017-05-19loplugin:comparisonwithconstant in accessibility..basegfxNoel Grandin 2017-05-16loplugin:comparisonwithconstant in accessibilityNoel Grandin 2017-04-27tdf#107458 No active item for the overflow subtoolbarMaxim Monastirsky 2017-03-13Clean up integer types representing positions in ToolBox's item vectorStephan Bergmann 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-02-14Convert WindowType to scoped enumNoel Grandin 2017-02-06Add missing #includesStephan Bergmann 2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin 2016-08-04loplugin:countusersofdefaultparams in accessibility,avmediaNoel Grandin 2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-03-23loplugin:constantparam in accessiblityNoel Grandin 2016-01-10Fix typosAndrea Gelmini 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-17com::sun::star->css in accessibilityNoel Grandin 2015-07-04Fix typosAndrea Gelmini