summaryrefslogtreecommitdiff
path: root/accessibility/Module_accessibility.mk
blob: 1c565a5d72340e85cf4adfcf9c2eae3489165739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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_Module_Module,accessibility))

$(eval $(call gb_Module_add_targets,accessibility,\
    Library_acc \
))

$(eval $(call gb_Module_add_l10n_targets,accessibility,\
    AllLangResTarget_acc \
))

# vim:set noet sw=4 ts=4:
pan>coverity#735554 Dead default in switchCaolán McNamara 2014-03-26improve validation failure messageMarkus Mohrhard 2014-03-21drop spadminCaolán McNamara 2014-03-18Find places where OUString and OString are passed by value.Noel Grandin 2014-03-08enable ODF export validationMarkus Mohrhard 2014-03-05move the export validation code to testMarkus Mohrhard 2014-02-18coverity#738915 Uninitialized scalar fieldCaolán McNamara 2013-12-20typo fixesAndras Timar 2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin 2013-12-06Fix integer ambiguityStephan Bergmann 2013-12-06count notes - GetNotesInRange now include last tabLaurent Godard 2013-11-11remove unnecessary use of OUString constructorNoel Grandin 2013-11-09oupsLionel Elie Mamane 2013-11-09UnoApiTest does not dispose Desktop anymoreLionel Elie Mamane 2013-11-09UnoApiTest don't dispose mxDesktopLionel Elie Mamane 2013-11-09Don't dispose twice in CalcUnoApiTest::tearDownStephan Bergmann 2013-11-09Calc UNO API testLionel Elie Mamane 2013-11-09UnoApiTest don't require CalcLionel Elie Mamane 2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin 2013-10-30simplify code and fix out of bounds readMarkus Mohrhard 2013-10-29gbuild: move unittest mock profile to WORKDIRMichael Stahl 2013-10-29langtag, test: remove Packages that deliver to OUTDIR/unittest/installMichael Stahl 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl 2013-10-23Improve test assertionsStephan Bergmann 2013-10-02WaE: unused variableTor Lillqvist 2013-09-10Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt 2013-08-27Make sure unittest/user/config/soffice.cfg/ exitsStephan Bergmann 2013-08-26Some cleanup and consolidation of the Impress layout work.Thorsten Behrens 2013-08-26Making changes to unit-test as well.Vishv Brahmbhatt 2013-08-26Deleting the required files.Vishv Brahmbhatt 2013-08-26Deleting useless unit-test files/directory.Vishv Brahmbhatt 2013-08-26Few name conventions changes.Vishv Brahmbhatt 2013-08-26Fixed a broken unit-test.Vishv Brahmbhatt 2013-08-26Made changes in the unit-test of other configuration filesVishv Brahmbhatt 2013-08-26Solved the unit-test problemVishv Brahmbhatt 2013-08-26Solved the identation problem related to "layoutlist.xml".Vishv Brahmbhatt 2013-08-26Adding new Slide Layouts Samples to "layoutlist.xml".Vishv Brahmbhatt 2013-08-26Working version of XML parser from configuration file pathVishv Brahmbhatt 2013-08-26Changing the XML parser with configuration file pathVishv Brahmbhatt