summaryrefslogtreecommitdiff
path: root/idl/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:
methodsNoel Grandin 2016-09-13loplugin:constantparam in dbaccess..editengNoel Grandin 2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin 2015-08-29sal_uLong to sal_uInt32 as SvxEditSourceHint IDMatteo Casalin 2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann 2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin 2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin 2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann 2014-02-27editeng: sal_Bool->boolNoel Grandin 2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud 2013-11-26Integrate branch of IAccessible2Steve Yin 2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud 2013-10-23fixincludeguards.sh: include/editengThomas Arnhold