summaryrefslogtreecommitdiff
path: root/wizards/Jar_table.mk
blob: ff7ba392947535c0222ea9aaea0c9f330f568d8d (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
40
41
42
43
44
45
46
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Jar_Jar,table))

$(eval $(call gb_Jar_use_jars,table,\
	libreoffice \
	java_uno \
	commonwizards \
))

$(eval $(call gb_Jar_set_packageroot,table,com))

$(eval $(call gb_Jar_set_manifest,table,$(SRCDIR)/wizards/com/sun/star/wizards/table/MANIFEST.MF))

$(eval $(call gb_Jar_add_sourcefiles,table,\
	wizards/com/sun/star/wizards/table/CallTableWizard \
	wizards/com/sun/star/wizards/table/CGCategory \
	wizards/com/sun/star/wizards/table/CGTable \
	wizards/com/sun/star/wizards/table/FieldDescription \
	wizards/com/sun/star/wizards/table/FieldFormatter \
	wizards/com/sun/star/wizards/table/Finalizer \
	wizards/com/sun/star/wizards/table/PrimaryKeyHandler \
	wizards/com/sun/star/wizards/table/ScenarioSelector \
	wizards/com/sun/star/wizards/table/TableWizard \
))

$(eval $(call gb_Jar_set_componentfile,table,wizards/com/sun/star/wizards/table/table,OOO,services))

# vim: set noet sw=4 ts=4:
ibepubgen?id=8b8aa6bc010fffbcd47679aa101075d702741f69'>EPUB export: handle total table widthMiklos Vajna 2017-11-24EPUB export: handle cell widthMiklos Vajna 2017-11-24EPUB export: implement row span for tablesMiklos Vajna 2017-11-08drop obsolete patchDavid Tardon 2017-11-05fix build of bundled libepubgen on ppc64leDavid Tardon 2017-10-28libepubgen: pass optimization flags to configureDavid Tardon 2017-10-18EPUB export: better handling of tabsMiklos Vajna 2017-10-18EPUB export: handle headings inside sectionsMiklos Vajna 2017-10-17EPUB export: fix handling of empty paragraphsMiklos Vajna 2017-10-17EPUB export: ignore underline type/style 'none'Miklos Vajna 2017-09-19EPUB export: write styles inline to please poor readersMiklos Vajna 2017-09-11EPUB export: ignore line though type/style 'none'Miklos Vajna 2017-09-08EPUB export: avoid writing image/x-vclgraphic to the output fileMiklos Vajna 2017-09-08EPUB export: fix double escaped NBSPMiklos Vajna 2017-09-06iOS, add arm64 support in libepubjan Iversen 2017-09-04EPUB export: write author metadataMiklos Vajna 2017-08-29Pass --enable-debug also down to external/libepubgenMiklos Vajna 2017-08-29EPUB export: write generator stringMiklos Vajna 2017-08-25EPUB export: make sure that the mimetype stream is not compressedMiklos Vajna 2017-08-22EPUB export: fix validation error around as-char imagesMiklos Vajna 2017-08-22EPUB export: fix unexpected first chapter nameMiklos Vajna 2017-08-17EPUB export: fix unexpected text in chapter namesMiklos Vajna 2017-08-17EPUB export: use real chapter namesMiklos Vajna 2017-08-15EPUB export: initial index supportMiklos Vajna 2017-08-11EPUB export: improve metadata handlingMiklos Vajna 2017-08-11EPUB export: add initial metadata support, document titleMiklos Vajna 2017-08-11EPUB export: write legacy ToC as wellMiklos Vajna 2017-08-10EPUB export: write EPUB3 outputMiklos Vajna 2017-08-09For Clang -fsanitize=vptr use -fvisibility-ms-compat in exernal/libepubgen tooStephan Bergmann 2017-08-09libepubgen: backport 3 validation fixesMiklos Vajna 2017-08-02external: bundle libepubgenMiklos Vajna