summaryrefslogtreecommitdiff
path: root/extras/Package_autocorr.mk
blob: d6d65dce704b42eaa49331c16dc7aa1cf4f80f2d (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
# -*- 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_Package_Package,extras_autocorr,$(call gb_CustomTarget_get_workdir,extras/source/autotext)))

$(eval $(call gb_Package_set_outdir,extras_autocorr,$(INSTROOT)))

$(eval $(call gb_Package_add_files,extras_autocorr,$(LIBO_SHARE_FOLDER)/autocorr,\
	acor_af-ZA.dat \
	acor_bg-BG.dat \
	acor_cs-CZ.dat \
	acor_ca.dat \
	acor_da-DK.dat \
	acor_de-DE.dat \
	acor_en-AU.dat \
	acor_en-GB.dat \
	acor_en-US.dat \
	acor_en-ZA.dat \
	acor_es-ES.dat \
	acor_fa-IR.dat \
	acor_fi-FI.dat \
	acor_fr-FR.dat \
	acor_ga-IE.dat \
	acor_hr-HR.dat \
	acor_hu-HU.dat \
	acor_is-IS.dat \
	acor_it-IT.dat \
	acor_ja-JP.dat \
	acor_ko-KR.dat \
	acor_lb-LU.dat \
	acor_lt-LT.dat \
	acor_mn-MN.dat \
	acor_nl-BE.dat \
	acor_nl-NL.dat \
	acor_pl-PL.dat \
	acor_pt-BR.dat \
	acor_pt-PT.dat \
	acor_ro-RO.dat \
	acor_ru-RU.dat \
	acor_sk-SK.dat \
	acor_sl-SI.dat \
	acor_sr-CS.dat \
	acor_sr-Latn-CS.dat \
	acor_sr-Latn-ME.dat \
	acor_sr-Latn-RS.dat \
	acor_sr-ME.dat \
	acor_sr-RS.dat \
	acor_sv-SE.dat \
	acor_tr-TR.dat \
	acor_vi-VN.dat \
	acor_zh-CN.dat \
	acor_zh-TW.dat \
))

# vim: set noet sw=4 ts=4:
f rtl functions pass in pointers that are incompatible on MSVC. Change-Id: I8344453780689f5120ba0870e44965b6d292450c 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin Change-Id: Ia01f3a9aa21c88df5fe5242ad4a3c0acbe68fda0 Reviewed-on: https://gerrit.libreoffice.org/27903 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2016-03-17loplugin:constantparam in sotNoel Grandin Change-Id: I380b5a824b1bc8cd322471519d2d87ab7f2bca1c Reviewed-on: https://gerrit.libreoffice.org/23320 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I147f1ca886d5194d0e7180c427923225ef4ef927 2015-10-27sal_uLong to sal_uInt64/sal_SizeMatteo Casalin Change-Id: I4032b08225f1b530a43f1a8c09c5fc3515f45ced 2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin Change-Id: I062f1f6c5b20ca47734a9a3cd1a229d51763a206 2015-10-13sot: prefix remaining StgStrm membersMiklos Vajna Change-Id: I2a70543bf3137f8d5a76e610a2aff6a3a3fcab4e 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-10-10tdf#94879 add 'm' suffixes to member variablesmelikeyurtoglu Reviewed on: https://gerrit.libreoffice.org/19290 Change-Id: I48b0488edc9462ec1c15188d0b5c893db529c0e7 2015-10-09sot: prefix members of StgDataStrmMiklos Vajna Change-Id: I643f0b9c6a0d2e5688f9b644666b405df2832d07 2015-10-09sot: prefix members of StgSmallStrmMiklos Vajna Change-Id: I809350c076f871398024a0d1c6de098b09782f9b 2015-10-09sot: prefix members of StgTmpStrmMiklos Vajna Change-Id: I08698db954f33d934f601bf25e510e6f4bea8d78 2015-10-09sot: prefix members of StgFATMiklos Vajna Change-Id: I0a22ca51d5fd8fb8dedd418932fd84fa3039c258 2015-08-07cppcheck:noExplicitConstructorNoel Grandin Change-Id: I2717d3d120df8af5b7e9af8d147a57b9f5b5ecbe 2015-07-06loplugin:unusedmethods sotNoel Grandin Change-Id: I14e8bb3e4e38ade1044ce1c50c9676a65152724c Reviewed-on: https://gerrit.libreoffice.org/16733 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e 2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1 2014-03-29Fix some types in virtual methods to properly override.Matúš Kukan Thanks to SAL_OVERRIDE! Adapting to 1258b576aef2ff3cdd4f44e1c03edb8c862a79f6 Change-Id: Iafc9660312ad33f6136c15170c35a59e61c76b26 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a 2013-07-04module sot: String, bool and other clean-upNorbert Thiebaud Change-Id: Ibe2bfdf20c500e9fd98c3baef66d36aa79ca4b52 Reviewed-on: https://gerrit.libreoffice.org/4710 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>