summaryrefslogtreecommitdiff
path: root/bean/Library_officebean.mk
blob: f76f224a29dbf6a9e770d13ad576f9a3ae9c836e (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# The Initial Developer of the Original Code is
# 	Peter Foley <pefoley2@verizon.net>
# Portions created by the Initial Developer are Copyright (C) 2011 the
# Initial Developer. All Rights Reserved.
#
# Major Contributor(s):
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
#

$(eval $(call gb_Library_Library,officebean))

$(eval $(call gb_Library_use_externals,officebean,\
	jawt \
))

ifneq ($(OS),WNT)
$(eval $(call gb_Library_use_packages,officebean,\
	sal_generated \
	sal_odk_headers \
))

$(eval $(call gb_Library_add_cobjects,officebean,\
	bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow \
	bean/native/unix/com_sun_star_beans_LocalOfficeWindow \
))
endif

ifeq ($(OS),WNT)
$(eval $(call gb_Library_add_cobjects,officebean,\
	bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow \
	bean/native/win32/com_sun_star_beans_LocalOfficeWindow \
))
endif

$(eval $(call gb_Library_use_libraries,officebean,\
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_libs,officebean,\
	$(JAVALIB) \
	$(AWTLIB) \
))

# vim: set noet sw=4 ts=4:
06.5-2&id=0940229305247b4e64e8c85c9734020c9808a6ec'>Fix '..'Andrea Gelmini 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): xmloffStephan Bergmann 2019-07-12MSForms: Rework text-based date form field's representationTamás Zolnai 2019-07-12MSForms: ODF import / export of text-based date fieldTamás Zolnai 2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-08-30tdf#101856 Handle properties of nested bookmarksSerge Krot 2018-07-12Add missing sal/log.hxx headersGabor Kelemen 2018-07-06tdf#101856 Backport parsing of bookmark propertiesSerge Krot 2018-03-06ofz#6764 Null-DereferenceCaolán McNamara 2018-01-15More loplugin:cstylecast: xmloffStephan Bergmann 2017-10-23loplugin:includeform: xmloffStephan Bergmann 2017-09-22ofz: don't leak in face of exceptionsCaolán McNamara 2017-07-20loplugin:constparams in xmloffNoel Grandin 2017-05-11remove some unnecessary temporary OUStringsNoel Grandin 2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: xmloffStephan Bergmann 2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin 2017-03-14xmloff: fix Android -Werror=maybe-uninitializedMiklos Vajna 2017-03-13templatize SvXMLEnumMapEntryNoel Grandin 2016-11-16Small housekeeping: merged two if's with same result into oneMike Kaganski 2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-03-07improve defaultparams lopluginNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-08tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl 2015-11-26com::sun::star->css in xmloff/Noel Grandin 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-02-17boost->stdCaolán McNamara 2014-12-12xmloff: Use appropriate OUString functions on string constantsStephan Bergmann 2014-12-05xmloff: remove pointless branch that does the same as the next oneMichael Stahl 2014-12-05fdo#86795: xmloff: ODF import: do not import checkbox fieldmark ...Michael Stahl 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava 2014-11-05fdo#38835 strip out OUString globalsNoel Grandin 2014-04-15xmloff: sal_Bool->boolNoel Grandin