summaryrefslogtreecommitdiff
path: root/Dictionary_pt-PT.mk
blob: 1dfe3a3dd67e83aad63ede3ab60651edcd039336 (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
# -*- 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_Dictionary_Dictionary,dict-pt-PT,dictionaries/pt_PT))

$(eval $(call gb_Dictionary_add_root_files,dict-pt-PT,\
	dictionaries/pt_PT/hyph_pt_PT.dic \
	dictionaries/pt_PT/LICENSES.txt \
	dictionaries/pt_PT/pt_PT.aff \
	dictionaries/pt_PT/pt_PT.dic \
	dictionaries/pt_PT/README_hyph_pt_PT.txt \
	dictionaries/pt_PT/README_pt_PT.txt \
	dictionaries/pt_PT/README_th_pt_PT_v2.txt \
))

$(eval $(call gb_Dictionary_add_thesauri,dict-pt-pt,\
	dictionaries/pt_PT/th_pt_PT_v2.dat \
))

# vim: set noet sw=4 ts=4:
orcus-odf'>feature/orcus-odf LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/toolbarmodedlg.cxx
AgeCommit message (Expand)Author
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-05-12replace createFromAscii with OUString literals in OConfigurationNodeNoel Grandin
2024-05-11replace createFromAscii with OUString literals in OConfigurationNodeNoel Grandin
2024-05-07loplugin:ostr in cuiNoel Grandin
2022-09-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in cuiStephan Bergmann
2022-03-10tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroGautham Krishnan
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2021-12-03don't use SVXSTR for translation ids that are in cui.moCaolán McNamara
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-11-11convert more long -> tools::LongNoel
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-11-01use officecfg for Experimental flagNoel Grandin
2020-10-13Resolves tdf#137424 - UI Picker missing 'Contextual single'Heiko Tietze
2020-10-07Resolves tdf#117463 - Dialog to show UI optionsHeiko Tietze