summaryrefslogtreecommitdiff
path: root/lingucomponent/Library_guesslang.mk
blob: 55f9225722a5cc9edc37ccc900a6e775b3c3a1aa (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
# -*- 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_Library_Library,guesslang))

$(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/languageguessing/guesslang))

$(eval $(call gb_Library_use_externals,guesslang,\
	boost_headers \
	libexttextcat \
))

$(eval $(call gb_Library_use_sdk_api,guesslang))

$(eval $(call gb_Library_use_libraries,guesslang,\
	cppu \
	cppuhelper \
	sal \
	tl \
	utl \
))

$(eval $(call gb_Library_add_exception_objects,guesslang,\
	lingucomponent/source/languageguessing/guess \
	lingucomponent/source/languageguessing/guesslang \
	lingucomponent/source/languageguessing/simpleguesser \
))

# vim: set noet sw=4 ts=4:
ecoration'>Michael Weghorn 2024-05-10tdf#160971 a11y: Send full text on changed combobox textMichael Weghorn 2024-04-30loplugin:ostr in accessibilityNoel Grandin 2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn 2024-04-01tdf#146619 Drop unused 'using namespace' in: accessibility/Gabor Kelemen 2024-03-28convert VCLXAccessibleListItem to comphelper::WeakComponentImplHelperNoel Grandin 2024-03-07vcl,accessibility: try to fix a crash while disposing SvxFontNameBox_ImplMichael Stahl 2024-02-28tdf#159910 a11y: Dispose VCLXAccessibleList childrenMichael Weghorn 2024-02-28a11y: Drop extra local variableMichael Weghorn 2024-02-28a11y: Just use reference instead of extra pointer to contentMichael Weghorn 2024-02-27tdf#159910 vcl a11y: Allow explicitly setting toolbar item a11y nameMichael Weghorn 2024-02-26a11y: Drop some AccessibleTextHelper_BASE typedefsMichael Weghorn 2024-02-26tdf#159910 a11y: Distinguish a11y name and text of toolbar itemMichael Weghorn 2024-02-26tdf#159910 a11y: Merge VCLXAccessibleToolBoxItem::{,impl}GetTextMichael Weghorn 2024-02-26tdf#159910 a11y: Slightly simplify VCLXAccessibleToolBoxItem::GetTextMichael Weghorn 2024-02-16tdf#159213 a11y: Only send child event if there's a childMichael Weghorn 2024-02-16a11y: Drop extra nesting levelMichael Weghorn 2023-12-29use string OUString literals in a11y for XServiceInfo impl.Arnaud VERSINI 2023-12-19tdf#123864 a11y: Handle new checkable state for VCLXAccessibleMenuItemMichael Weghorn 2023-12-19tdf#123864 a11y: Handle new CHECKABLE state in misc placesMichael Weghorn 2023-11-02tdf#112661 tdf#112662 a11y: Fix toggling button via a11y actionMichael Weghorn 2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann 2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen