summaryrefslogtreecommitdiff
path: root/ure/Rdb_ure.mk
blob: 7a64cfb225fc487c1e50698f1b12fd2d027dbed4 (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
# -*- 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_Rdb_Rdb_install,ure/services,$(LIBO_URE_MISC_FOLDER)/services.rdb))

$(eval $(call gb_Rdb_add_components,ure/services,\
    binaryurp/source/binaryurp \
    io/source/io \
    stoc/util/bootstrap \
    stoc/source/inspect/introspection \
    stoc/source/invocation_adapterfactory/invocadapt \
    stoc/source/invocation/invocation \
    stoc/source/namingservice/namingservice \
    stoc/source/proxy_factory/proxyfac \
    stoc/source/corereflection/reflection \
    stoc/util/stocservices \
    remotebridges/source/unourl_resolver/uuresolver \
))

ifneq ($(ENABLE_JAVA),)
$(eval $(call gb_Rdb_add_components,ure/services,\
    stoc/source/javaloader/javaloader \
    stoc/source/javavm/javavm \
))
endif

# vim:set noet sw=4 ts=4:
xx?id=874b511b9587495c29455e61fb4ed0052eb8f45b'>LOK: support sidebars in writer and calcAshod Nakashian 2019-07-30sfx2: Enable sidebar on calc and writer, but not in impressAshod Nakashian 2019-07-26sfx2: avoid unnecessary dynamic_castAshod Nakashian 2019-07-26LOK: sidebar: start collapsedAshod Nakashian 2019-07-26LOK: sidebar: enable only for Impress in LOKAshod Nakashian 2019-07-25sfx2: LOK: support resizing the sidebarAshod Nakashian 2019-02-15Revert "tdf#49684 Don't focus on Navigator or Sidebar on show"Jim Raykowski 2018-11-01tdf#49684 Don't focus on Navigator or Sidebar on showJim Raykowski 2017-10-26vcl: make MapMode constructor explicitMichael Stahl 2017-10-23loplugin:includeform: sfx2Stephan Bergmann 2017-09-28Related: tdf#109385 make default panel width widerCaolán McNamara 2017-07-21loplugin:constparams in sfx2Noel Grandin 2017-07-21de-hrc various thingsCaolán McNamara 2016-10-06drop now unused sfx2/sidebar/ResourceDefinitions.hrcCaolán McNamara 2016-10-05convert MapUnit to scoped enumNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann