[en-GB] Added 13 words to autocorrect
[LibreOffice.git] / sw / Library_vbaswobj.mk
bloba73b5d1721f1e4f4702f1eff1c59eab148178134
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,vbaswobj))
22 $(eval $(call gb_Library_set_componentfile,vbaswobj,sw/util/vbaswobj))
24 $(eval $(call gb_Library_set_precompiled_header,vbaswobj,sw/inc/pch/precompiled_vbaswobj))
26 $(eval $(call gb_Library_use_custom_headers,vbaswobj,\
27 officecfg/registry \
30 $(eval $(call gb_Library_set_include,vbaswobj,\
31 -I$(SRCDIR)/sw/source/uibase/inc \
32 -I$(SRCDIR)/sw/inc \
33 $$(INCLUDE) \
36 $(eval $(call gb_Library_use_api,vbaswobj,\
37 udkapi \
38 offapi \
39 oovbaapi \
42 $(eval $(call gb_Library_use_libraries,vbaswobj,\
43 comphelper \
44 cppu \
45 cppuhelper \
46 editeng \
47 i18nlangtag \
48 sal \
49 sb \
50 sfx \
51 svl \
52 svt \
53 svx \
54 svxcore \
55 sw \
56 tk \
57 tl \
58 utl \
59 vbahelper \
60 vcl \
63 $(eval $(call gb_Library_use_externals,vbaswobj,\
64 boost_headers \
65 libxml2 \
68 $(eval $(call gb_Library_add_exception_objects,vbaswobj,\
69 sw/source/ui/vba/vbarange \
70 sw/source/ui/vba/vbacell \
71 sw/source/ui/vba/vbacells \
72 sw/source/ui/vba/vbacolumn \
73 sw/source/ui/vba/vbacolumns \
74 sw/source/ui/vba/vbaframe \
75 sw/source/ui/vba/vbaframes \
76 sw/source/ui/vba/vbalistformat \
77 sw/source/ui/vba/vbalistgallery \
78 sw/source/ui/vba/vbalistgalleries \
79 sw/source/ui/vba/vbalisthelper \
80 sw/source/ui/vba/vbalistlevel \
81 sw/source/ui/vba/vbalistlevels \
82 sw/source/ui/vba/vbalisttemplate \
83 sw/source/ui/vba/vbalisttemplates \
84 sw/source/ui/vba/vbamailmerge \
85 sw/source/ui/vba/vbarevision \
86 sw/source/ui/vba/vbarevisions \
87 sw/source/ui/vba/vbarow \
88 sw/source/ui/vba/vbarows \
89 sw/source/ui/vba/vbadocument \
90 sw/source/ui/vba/vbasections \
91 sw/source/ui/vba/vbadialog \
92 sw/source/ui/vba/vbawrapformat \
93 sw/source/ui/vba/vbafont \
94 sw/source/ui/vba/vbarangehelper \
95 sw/source/ui/vba/vbaaddin \
96 sw/source/ui/vba/vbaautotextentry \
97 sw/source/ui/vba/vbadocumentproperties \
98 sw/source/ui/vba/vbaeventshelper \
99 sw/source/ui/vba/vbastyle \
100 sw/source/ui/vba/vbapane \
101 sw/source/ui/vba/vbaglobals \
102 sw/source/ui/vba/vbatemplate \
103 sw/source/ui/vba/vbaaddins \
104 sw/source/ui/vba/vbaview \
105 sw/source/ui/vba/vbaheaderfooter \
106 sw/source/ui/vba/vbaheadersfooters \
107 sw/source/ui/vba/vbaheaderfooterhelper \
108 sw/source/ui/vba/vbabookmarks \
109 sw/source/ui/vba/vbaoptions \
110 sw/source/ui/vba/vbadialogs \
111 sw/source/ui/vba/vbapalette \
112 sw/source/ui/vba/vbaparagraph \
113 sw/source/ui/vba/vbafind \
114 sw/source/ui/vba/vbasection \
115 sw/source/ui/vba/vbabookmark \
116 sw/source/ui/vba/vbaapplication \
117 sw/source/ui/vba/vbawindow \
118 sw/source/ui/vba/vbareplacement \
119 sw/source/ui/vba/vbatable \
120 sw/source/ui/vba/vbatablehelper \
121 sw/source/ui/vba/vbatabstop \
122 sw/source/ui/vba/vbatabstops \
123 sw/source/ui/vba/vbaselection \
124 sw/source/ui/vba/vbasystem \
125 sw/source/ui/vba/vbainformationhelper \
126 sw/source/ui/vba/vbapagesetup \
127 sw/source/ui/vba/vbafield \
128 sw/source/ui/vba/vbatables \
129 sw/source/ui/vba/vbatableofcontents \
130 sw/source/ui/vba/vbatablesofcontents \
131 sw/source/ui/vba/vbavariable \
132 sw/source/ui/vba/vbadocuments \
133 sw/source/ui/vba/vbaparagraphformat \
134 sw/source/ui/vba/vbaborders \
135 sw/source/ui/vba/vbavariables \
136 sw/source/ui/vba/vbastyles \
137 sw/source/ui/vba/vbapanes \
138 sw/source/ui/vba/wordvbahelper \
141 # vim: set noet sw=4 ts=4: