[pt_PT] Added 11 new words to autocorrect.
[LibreOffice.git] / svx / AllLangResTarget_svx.mk
blobb847e58a7801e11caa1ad7b1f0af3e0bc0f2850a
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_AllLangResTarget_AllLangResTarget,svx))
22 $(eval $(call gb_AllLangResTarget_set_reslocation,svx,svx))
24 $(eval $(call gb_AllLangResTarget_add_srs,svx,\
25 svx/res \
28 $(eval $(call gb_SrsTarget_SrsTarget,svx/res))
30 $(eval $(call gb_SrsTarget_set_include,svx/res,\
31 $$(INCLUDE) \
32 -I$(SRCDIR)/svx/source/inc \
33 -I$(SRCDIR)/svx/source/dialog \
34 -I$(SRCDIR)/svx/inc/ \
37 $(eval $(call gb_SrsTarget_add_files,svx/res,\
38 svx/source/accessibility/accessibility.src \
39 svx/source/core/graphichelper.src \
40 svx/source/dialog/bmpmask.src \
41 svx/source/dialog/compressgraphicdialog.src \
42 svx/source/dialog/dlgctrl.src \
43 svx/source/dialog/docrecovery.src \
44 svx/source/dialog/frmsel.src \
45 svx/source/dialog/imapdlg.src \
46 svx/source/dialog/language.src \
47 svx/source/dialog/page.src \
48 svx/source/dialog/numberingtype.src \
49 svx/source/dialog/passwd.src \
50 svx/source/dialog/prtqry.src \
51 svx/source/dialog/ruler.src \
52 svx/source/dialog/spacing.src \
53 svx/source/dialog/SafeMode.src \
54 svx/source/dialog/samecontent.src \
55 svx/source/dialog/sdstring.src \
56 svx/source/dialog/srchdlg.src \
57 svx/source/dialog/svxbmpnumvalueset.src \
58 svx/source/dialog/swframeposstrings.src \
59 svx/source/dialog/txenctab.src \
60 svx/source/dialog/ucsubset.src \
61 svx/source/engine3d/float3d.src \
62 svx/source/engine3d/string3d.src \
63 svx/source/fmcomp/gridctrl.src \
64 svx/source/form/datanavi.src \
65 svx/source/form/filtnav.src \
66 svx/source/form/fmexpl.src \
67 svx/source/form/fmstring.src \
68 svx/source/items/svxerr.src \
69 svx/source/items/svxitems.src \
70 svx/source/sidebar/area/AreaPropertyPanel.src \
71 svx/source/sidebar/line/LinePropertyPanel.src \
72 svx/source/sidebar/paragraph/ParaPropertyPanel.src \
73 svx/source/stbctrls/stbctrls.src \
74 svx/source/svdraw/svdstr.src \
75 svx/source/table/table.src \
76 svx/source/tbxctrls/colrctrl.src \
77 svx/source/tbxctrls/extrusioncontrols.src \
78 svx/source/tbxctrls/fontworkgallery.src \
79 svx/source/tbxctrls/grafctrl.src \
80 svx/source/tbxctrls/lboxctrl.src \
81 svx/source/tbxctrls/tbcontrl.src \
82 svx/source/tbxctrls/tbunosearchcontrollers.src \
83 svx/source/toolbars/extrusionbar.src \
84 svx/source/toolbars/fontworkbar.src \
87 $(eval $(call gb_SrsTarget_add_nonlocalizable_files,svx/res,\
88 svx/source/dialog/langbox.src \
89 svx/source/unodraw/unodraw.src \
92 # vim: set noet sw=4 ts=4: