sd: use SAL_RET_MAYBENULL in GetViewFrame()
[LibreOffice.git] / sw / Library_msword.mk
blob5427e2d3e858cb6aeeddbd1591c034d5f8acb077
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Library_Library,msword))
22 $(eval $(call gb_Library_set_componentfile,msword,sw/util/msword,services))
24 $(eval $(call gb_Library_use_custom_headers,msword,\
25 officecfg/registry \
26 oox/generated \
29 $(eval $(call gb_Library_set_precompiled_header,msword,sw/inc/pch/precompiled_msword))
31 $(eval $(call gb_Library_set_include,msword,\
32 -I$(SRCDIR)/sw/source/filter/inc \
33 -I$(SRCDIR)/sw/inc \
34 $$(INCLUDE) \
37 $(eval $(call gb_Library_use_api,msword,\
38 udkapi \
39 offapi \
40 oovbaapi \
43 $(eval $(call gb_Library_use_libraries,msword,\
44 basegfx \
45 comphelper \
46 cppu \
47 cppuhelper \
48 docmodel \
49 editeng \
50 i18nlangtag \
51 i18nutil \
52 msfilter \
53 sal \
54 sax \
55 sb \
56 oox \
57 sfx \
58 sot \
59 svl \
60 svt \
61 svx \
62 svxcore \
63 sw \
64 tk \
65 tl \
66 ucbhelper \
67 utl \
68 vcl \
71 $(eval $(call gb_Library_use_externals,msword,\
72 boost_headers \
73 frozen \
74 icui18n \
75 icuuc \
76 icu_headers \
77 libxml2 \
80 $(eval $(call gb_Library_add_exception_objects,msword,\
81 sw/source/filter/docx/swdocxreader \
82 sw/source/filter/rtf/swparrtf \
83 sw/source/filter/ww8/docxattributeoutput \
84 sw/source/filter/ww8/docxexport \
85 sw/source/filter/ww8/docxexportfilter \
86 sw/source/filter/ww8/docxsdrexport \
87 sw/source/filter/ww8/docxtableexport \
88 sw/source/filter/ww8/docxtablestyleexport \
89 sw/source/filter/ww8/rtfattributeoutput \
90 sw/source/filter/ww8/rtfexport \
91 sw/source/filter/ww8/rtfexportfilter \
92 sw/source/filter/ww8/rtfsdrexport \
93 sw/source/filter/ww8/rtfstringbuffer \
94 sw/source/filter/ww8/WW8FFData \
95 sw/source/filter/ww8/WW8FibData \
96 sw/source/filter/ww8/WW8Sttbf \
97 sw/source/filter/ww8/WW8TableInfo \
98 sw/source/filter/ww8/fields \
99 sw/source/filter/ww8/styles \
100 sw/source/filter/ww8/writerhelper \
101 sw/source/filter/ww8/writerwordglue \
102 sw/source/filter/ww8/wrtw8esh \
103 sw/source/filter/ww8/wrtw8nds \
104 sw/source/filter/ww8/wrtw8num \
105 sw/source/filter/ww8/wrtw8sty \
106 sw/source/filter/ww8/wrtww8 \
107 sw/source/filter/ww8/wrtww8gr \
108 sw/source/filter/ww8/ww8atr \
109 sw/source/filter/ww8/ww8glsy \
110 sw/source/filter/ww8/ww8graf \
111 sw/source/filter/ww8/ww8graf2 \
112 sw/source/filter/ww8/ww8par \
113 sw/source/filter/ww8/ww8par2 \
114 sw/source/filter/ww8/ww8par3 \
115 sw/source/filter/ww8/ww8par4 \
116 sw/source/filter/ww8/ww8par5 \
117 sw/source/filter/ww8/ww8par6 \
118 sw/source/filter/ww8/ww8scan \
119 sw/source/filter/ww8/ww8toolbar \
122 # vim: set noet sw=4 ts=4: