summaryrefslogtreecommitdiff
path: root/extras/Package_database.mk
blob: 357e21403df9fa0c80cf368a0b0adb0199deda39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- 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_database,$(SRCDIR)/extras/source/database))

$(eval $(call gb_Package_add_files,extras_database,$(LIBO_SHARE_PRESETS_FOLDER)/database,\
	biblio.odb \
	evolocal.odb \
))

# vim: set noet sw=4 ts=4:
2022-01-06 10:41:32 +0100'>2022-01-06tdf#66039 DOCX: import textboxes (with tables, images etc.) in group shapesAttila Bakos (NISZ) 2021-12-29be more exact about the type of pDocumentCaolán McNamara 2021-12-18tdf#104823: basic support for reading field data from databindingVasily Melenchuk 2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-11-19tdf#123936 Formatting files in module writerfilter with clang-formatPhilipp Hofer 2020-03-16Revert "loplugin:constfields in writerfilter"Noel Grandin 2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen 2019-10-17loplugin:virtualdead unused param in LoggedStream::lcl_infoNoel Grandin 2019-10-17loplugin:virtualdead unusedparam in LoggedTable::lcl_entryNoel Grandin 2019-03-25We can simply use DBG_UTIL now after efc29fbb6d458f5fd3660a36e2ff1592608fcbacTor Lillqvist 2018-09-13loplugin:constfields in writerfilterNoel Grandin 2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin 2017-08-01loplugin:checkunusedparamsNoel Grandin 2017-05-01AutoText: Reading multiple entriesSzymon Kłos 2016-11-04update loplugin:unnnecessaryvirtual to handler destructorsNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-05-19loplugin:staticmethodsStephan Bergmann 2015-05-19TagLogger can be staticNoel Grandin 2015-04-11writerfilter: no need to spell out com::sun::star, css is enoughMiklos Vajna 2014-12-22writerfilter: fold single remaining header of resourcemodel into dmapperMiklos Vajna 2014-12-22-Werror,-Winconsistent-missing-overrideStephan Bergmann 2014-12-21TagLogger is used only in dmapperMiklos Vajna 2014-12-21writerfilter: refactor to get rid of remaining scary PositionHandler staticsMiklos Vajna 2014-12-21writerfilter: refactor to get rid of savedPositionOffset{V,H} staticsMiklos Vajna 2014-12-13writerfilter: only dmapper needs LoggedResourcesMiklos Vajna