summaryrefslogtreecommitdiff
path: root/ucb/Library_ucptdoc1.mk
blob: fb96f8022ff6d635557e6b42d3fc334f794a1962 (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
# -*- 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,ucptdoc1))

$(eval $(call gb_Library_set_componentfile,ucptdoc1,ucb/source/ucp/tdoc/ucptdoc1))

$(eval $(call gb_Library_use_sdk_api,ucptdoc1))

$(eval $(call gb_Library_use_libraries,ucptdoc1,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	salhelper \
	ucbhelper \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_exception_objects,ucptdoc1,\
	ucb/source/ucp/tdoc/tdoc_contentcaps \
	ucb/source/ucp/tdoc/tdoc_content \
	ucb/source/ucp/tdoc/tdoc_datasupplier \
	ucb/source/ucp/tdoc/tdoc_docmgr \
	ucb/source/ucp/tdoc/tdoc_documentcontentfactory \
	ucb/source/ucp/tdoc/tdoc_passwordrequest \
	ucb/source/ucp/tdoc/tdoc_provider \
	ucb/source/ucp/tdoc/tdoc_resultset \
	ucb/source/ucp/tdoc/tdoc_services \
	ucb/source/ucp/tdoc/tdoc_stgelems \
	ucb/source/ucp/tdoc/tdoc_storage \
	ucb/source/ucp/tdoc/tdoc_uri \
))

# vim: set noet sw=4 ts=4:
t-leakCaolán McNamara 2017-10-23loplugin:includeform: lotuswordproStephan Bergmann 2017-08-01loplugin:constparams in lotuswordproNoel Grandin 2017-03-25Fix typosAndrea Gelmini 2017-01-11new loplugin: useuniqueptr: lotuswordproNoel Grandin 2015-12-27guard against missing Container LayoutCaolán McNamara 2015-12-13need more References for life cycle fixes hereCaolán McNamara 2015-12-13guard against no container layoutCaolán McNamara 2015-12-12this cast needs to be dynamicCaolán McNamara 2015-12-10guard against missing FoundryCaolán McNamara 2015-12-10guard against corrupt LwpTocSuperLayoutCaolán McNamara 2015-12-09guard against no default text styleCaolán McNamara 2015-12-09guard against missing BaseStyleCaolán McNamara 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-07-17remove pointless comments in lotuswordproNoel Grandin 2015-04-24loplugin:simplifyboolStephan Bergmann 2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann 2014-11-14coverity#738972 Use after freeCaolán McNamara 2014-06-24new compilerplugin returnbyrefNoel Grandin 2014-06-06Fix memory leaks, by refcounting LwpObjectStephan Bergmann 2014-04-23lotuswordpro: sal_Bool->boolNoel Grandin 2014-03-24coverity#738759 Uninitialized pointer fieldCaolán McNamara 2014-03-09lotuswordpro: use native OUString api rather than a wrapperNorbert Thiebaud 2014-03-08use 'native' OUString api in lotuswordpro instead of macro and wrappersNorbert Thiebaud 2013-10-09CID#736180 out of boundsCaolán McNamara