summaryrefslogtreecommitdiff
path: root/stoc/Library_reflection.mk
blob: dfe1fb7c0638c8a58f9346d4f157e016cc7700bc (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
27
28
29
30
31
32
33
34
# -*- 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_Library_Library,reflection))

$(eval $(call gb_Library_use_external,reflection,boost_headers))

$(eval $(call gb_Library_use_udk_api,reflection))

$(eval $(call gb_Library_use_libraries,reflection,\
    cppu \
    cppuhelper \
    sal \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_set_componentfile,reflection,stoc/source/corereflection/reflection))

$(eval $(call gb_Library_add_exception_objects,reflection,\
    stoc/source/corereflection/crarray \
    stoc/source/corereflection/crbase \
    stoc/source/corereflection/crcomp \
    stoc/source/corereflection/crefl \
    stoc/source/corereflection/crenum \
    stoc/source/corereflection/criface \
))

# vim:set noet sw=4 ts=4:
6.0-38&id=73b7c5034fcc024c6b5d50f4a78c2b3a855bc73e'>loplugin:unusedfields in include/framework/Noel Grandin 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-29com::sun::star->css in sfx2Noel Grandin 2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin 2015-09-17boost->stdCaolán McNamara 2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-10-02loplugin: cstylecastNoel Grandin 2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin 2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin 2014-03-18sfx2: sal_Bool->boolNoel Grandin 2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin 2014-02-26Remove visual noise from sfx2Alexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-28bool improvementsStephan Bergmann 2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann 2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann 2013-11-11sfx2: include <> for external includesNorbert Thiebaud 2013-08-29convert include/sfx2/evntconfig.hxx from String to OUStringNoel Grandin 2013-07-08rename sfx2 log area to sfxMichael Stahl 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-02-21Fix type unkown -> unknownJulien Nabet 2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac 2012-09-27fdo#46808, Adapt frame::GlobalEventBroadcaster UNO service to new styleNoel Grandin