summaryrefslogtreecommitdiff
path: root/sw/Makefile
blob: 8d71119918b6cc2a2635633315fa76bf28f2cdad (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
37
38
39
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# 
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org.  If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************

ifeq ($(strip $(SOLARENV)),)
$(error No environment set!)
endif

gb_PARTIALBUILD := T
GBUILDDIR := $(SOLARENV)/gbuild
include $(GBUILDDIR)/gbuild.mk

$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))

# vim: set noet sw=4 ts=4:
Noel Grandin 2017-07-28loplugin:constparams handle constructorsNoel Grandin 2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin 2017-06-27loplugin:useuniqueptr in variousNoel Grandin 2017-05-04Make SvNumberformat::ImpIsIso8601() constEike Rathke 2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin 2017-04-06tdf#106190 Fix (again) left alignment of denominatorLaurent Balland-Poirier 2017-03-16Fix typosAndrea Gelmini 2017-03-14tdf#106253 Precision as shown for thousand dividorLaurent Balland-Poirier 2017-03-14tdf#106252 Engineering notation for Precision as shownLaurent Balland-Poirier 2017-03-13force SvNumberformat::FormatterPrivateAccess for Get/SetLastInsertKeyEike Rathke 2017-02-21tdf#106052 Treat SubFormat for "Precision as shown"Laurent Balland-Poirier 2017-02-20don't obtain the underlying SvNumberformat thrice, tdf#105657 follow-upEike Rathke 2017-02-20tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier 2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin 2016-10-07loplugin:staticmethods: svlStephan Bergmann 2016-08-23tdf#79398 Add LCID with DBNum during export to XLLaurent Balland-Poirier 2016-08-15tdf#79398 Export to XL DBNum codesLaurent Balland-Poirier 2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin 2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier 2016-07-04tdf#99996 New algorithm for fractionLaurent Balland-Poirier 2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier 2016-05-09tdf#88657 calculate denominator lengthLaurent Balland-Poirier 2016-05-03tdf#97835 No decimal separtor for empty decimalLaurent Balland-Poirier 2016-05-03tdf#31449 Correctly test if fraction has no integer partLaurent Balland-Poirier 2016-04-04loplugin:constantparam in svlNoel Grandin 2016-03-01loplugin:unuseddefaultparam in svlNoel Grandin 2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin 2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin 2015-07-10Resolves: tdf#92457 handle trailing text subformat if others omittedEike Rathke 2015-07-06loplugin:unusedmethods svlNoel Grandin 2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier 2015-03-23tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier 2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin