# -*- 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_wordbook,$(SRCDIR)/extras/source/wordbook)) $(eval $(call gb_Package_add_files,extras_wordbook,$(LIBO_SHARE_FOLDER)/wordbook,\ en-GB.dic \ en-US.dic \ sl.dic \ technical.dic \ hu_AkH11.dic \ )) # vim: set noet sw=4 ts=4: '>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)Author
2017-03-06remove some unnecessary use of OUString constructorNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-21loplugin:subtlezeroinit: accessibilityStephan Bergmann
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist
2017-02-14drop unused LIST from SvTreeAccRoleType enumNoel Grandin
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-02-01makeAny->Any in accessibility..avmediaNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, accessibilityStephan Bergmann
2017-01-17use rtl::Reference in AccessibleGridControlAccessNoel Grandin
2017-01-17use rtl::Reference in AccessibleBrowseBoxAccessNoel Grandin
2017-01-16new loplugin: useuniqueptr: accessibilityNoel Grandin
2017-01-12a11y crash on accessing disposed TabControl during close of impressCaolán McNamara
2017-01-10accessibility: prevent possible deadlockArnaud Versini
2017-01-09accessibility: simplify lockingArnaud Versini
2017-01-07accessibility: simplify CharacterAttributesHelper.Arnaud Versini
2017-01-06Localize return value of EditBrowseBoxTableCell::getAccessibleNameMuhammet Kara
2016-12-30cleanup tailing backslashesJochen Nitschke
2016-12-23loplugin:unusedmethodsNoel Grandin
2016-12-19tdf#104767: Fix calculus of child index in commitTableEvent (accessibility)Julien Nabet