summaryrefslogtreecommitdiff
path: root/static/StaticLibrary_unoembind.mk
blob: 754c591c4efbe2ce2edc00834719cb72c0121df9 (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
#
# 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_StaticLibrary_StaticLibrary,unoembind))

$(eval $(call gb_StaticLibrary_add_exception_objects,unoembind, \
    static/source/unoembindhelpers/PrimaryBindings \
))

$(eval $(call gb_StaticLibrary_add_generated_exception_objects,unoembind, \
    CustomTarget/static/unoembind/bindings_uno \
))

$(eval $(call gb_StaticLibrary_use_api,unoembind,\
    offapi \
    udkapi \
))

$(eval $(call gb_StaticLibrary_use_static_libraries,unoembind, \
    emscriptencxxabi \
))

$(call gb_StaticLibrary_get_target,unoembind): $(call gb_CustomTarget_get_target,static/unoembind)

# vim: set noet sw=4 ts=4:
lo/core/commit/vcl/source/window/tabpage.cxx?h=cp-6.4-19&id=a5a571307fb3306b74ab46b085cde6388270a770'>tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-02-14Convert WindowType to scoped enumNoel Grandin 2017-01-13new loplugin: useuniqueptr: vclNoel Grandin 2016-08-25GSoC notebookbar: container with context supportSzymon Kłos 2016-07-31rename ImplWindowAutoMnemonic and exposeCaolán McNamara 2016-07-06tdf#77667 Remove gcc3 workaroundkrishna keshav 2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos 2016-06-20Convert PART to scoped enumNoel Grandin 2016-05-31Convert ControlType to scoped enumNoel Grandin 2016-05-25Fix typosAndrea Gelmini 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-08-11loplugin: defaultparamsNoel Grandin 2015-06-19fix tabpage renderingLászló Németh 2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin 2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin 2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin 2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-10vclwidget: only call dispose() onceNoel Grandin 2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks 2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin 2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin 2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin 2014-10-11convert vcl StateChangedType to enum classNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-02make sort list options page fill vertically and horizontallyCaolán McNamara 2014-08-20TabPages are no longer loaded from resource filesCaolán McNamara 2014-07-22Related: fdo#81457 skip setting an empty allocationCaolán McNamara 2014-04-02Related: fdo#75307 use the unique auto help id to identify tabpagesCaolán McNamara 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist 2014-02-26Remove visual noise from vclAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-06merge isLayoutEnabledsCaolán McNamara