summaryrefslogtreecommitdiff
path: root/uui/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
span class='decoration'>Eike Rathke 2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin 2018-01-13loplugin:useuniqueptr in svlNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-05-19loplugin:unusedmethods in slideshow to svtoolsNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin 2015-07-04Fix typosAndrea Gelmini 2015-03-11svl: use constructor syntax in svl.componentChris Sherlock 2015-02-05yet another Windows build fixEike Rathke 2014-12-18svl: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-24svl: Internalize strmadpt.hxx headerMatúš Kukan 2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-06drop XPersistObject support from SvNumberFormatsSupplierServiceCaolán McNamara 2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet 2014-04-07Clean up function declarations and some unused functionsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza 2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke 2013-06-17Translate German comments, correct some WSPhilipp Weissenbacher 2013-06-05fdo#46808, Convert XMultiServiceFactory in svl moduleNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-04-05new module i18nlangtagEike Rathke 2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin 2012-11-23some i18n wrappers with LanguageTagEike Rathke 2012-11-16use LanguageTagEike Rathke 2012-07-02re-base on ALv2 code.Michael Meeks 2012-06-02targeted string re-workNorbert Thiebaud 2011-11-27remove include of pch header from svlNorbert Thiebaud