summaryrefslogtreecommitdiff
path: root/idl/Module_idl.mk
blob: ea476b41c743f2ba6e0ca411c97042dee0a9b8a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Module_Module,idl))

$(eval $(call gb_Module_add_targets_for_build,idl,\
	Executable_svidl \
))

# vim: set noet sw=4 ts=4:
opup and LineWidthValueSetNoel Grandin 2018-03-23Typo: GetSelectItemId -> GetSelectedItemIdSamuel Mehrbrodt 2018-01-12More loplugin:cstylecast: svxStephan Bergmann 2017-10-23loplugin:includeform: svxStephan Bergmann 2017-07-21migrate to boost::gettextCaolán McNamara 2017-06-21loplugin:unusedfields in svx part2Noel Grandin 2017-05-19make string translation loading more uniformCaolán McNamara 2017-04-27remove svx bitmaps from .src filesCaolán McNamara 2017-03-29convert EViewType to scoped enumNoel Grandin 2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin 2017-01-19svx: load BitmapEx resources instead of Image onesCaolán McNamara 2016-10-05convert MapUnit to scoped enumNoel Grandin 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara 2016-04-05convert src line width popup to .ui formatCaolán McNamara 2016-02-04svx: replace boost::bind with C++11 lambdaMichael Stahl 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin 2015-07-31svx: replace boost::function with std::functionMichael Stahl 2015-07-30provide structure for chart line panelMarkus Mohrhard 2015-07-26remove excessive whitespaceMarkus Mohrhard 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold 2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin 2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann