summaryrefslogtreecommitdiff
path: root/Dictionary_lv.mk
blob: 1016dbdfe261748e90f5ad99291fae96c0eb17db (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-lv,dictionaries/lv_LV))

$(eval $(call gb_Dictionary_add_root_files,dict-lv,\
	dictionaries/lv_LV/hyph_lv_LV.dic \
	dictionaries/lv_LV/license.txt \
	dictionaries/lv_LV/lv_LV.aff \
	dictionaries/lv_LV/lv_LV.dic \
	dictionaries/lv_LV/README_hyph_lv_LV.txt \
	dictionaries/lv_LV/README_lv_LV.txt \
	dictionaries/lv_LV/README_th_lv_LV_v2.txt \
))

$(eval $(call gb_Dictionary_add_thesauri,dict-lv,\
	dictionaries/lv_LV/th_lv_LV_v2.dat \
))

# vim: set noet sw=4 ts=4:
feature/opengl-vcl-text'>feature/opengl-vcl-text LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility
AgeCommit message (Expand)Author
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara
2021-02-22loplugin:refcounting in editengNoel
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-12transparency->alpha in tools::ColorNoel
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-10-25editeng: AccessibleImageBullet : avoid recursive SolarMutextArnaud Versini
2020-10-20use tools::Long in editengNoel
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-14loplugin:flatten in editengNoel Grandin
2020-03-03move some headers inside their moduleNoel Grandin
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-03make some headers privateCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-11-26Remove unused StateChangeEvent::return_typeStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-23loplugin:unusedfieldsNoel Grandin
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-09-02assert on selecting text from end to start in shape with a11y enabledCaolán McNamara
2019-09-02loplugin:constmethod in editengNoel Grandin
2019-08-17Use simplified syntax for SequenceJulien Nabet
2019-08-16new loplugin:sequenceloopNoel Grandin
2019-08-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): editengStephan Bergmann
2019-05-31Use hasElements to check Sequence emptiness in [e-i]*Arkadiy Illarionov