summaryrefslogtreecommitdiff
path: root/writerperfect/CppunitTest_writerperfect_epubexport.mk
blob: d634e59b87da035479184a649f94d49168b2c567 (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
47
48
# -*- 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_CppunitTest_CppunitTest,writerperfect_epubexport))

$(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_epubexport, \
    writerperfect/qa/unit/EPUBExportTest \
))

$(eval $(call gb_CppunitTest_use_sdk_api,writerperfect_epubexport))

$(eval $(call gb_CppunitTest_use_libraries,writerperfect_epubexport, \
	comphelper \
	cppu \
	cppuhelper \
	sal \
	test \
	tl \
	unotest \
	utl \
	wpftwriter \
	$(gb_UWINAPI) \
))

$(eval $(call gb_CppunitTest_use_externals,writerperfect_epubexport,\
    epubgen \
    libxml2 \
    revenge \
))

$(eval $(call gb_CppunitTest_use_external,writerperfect_epubexport,boost_headers))

$(eval $(call gb_CppunitTest_use_sdk_api,writerperfect_epubexport))

$(eval $(call gb_CppunitTest_use_ure,writerperfect_epubexport))
$(eval $(call gb_CppunitTest_use_vcl,writerperfect_epubexport))

$(eval $(call gb_CppunitTest_use_rdb,writerperfect_epubexport,services))

$(eval $(call gb_CppunitTest_use_configuration,writerperfect_epubexport))

# vim: set noet sw=4 ts=4:
2019-08-15tdf#122529 lok - table border position manipulationTomaž Vajngerl 2019-08-08tdf#119228 Add 'Resolved Comments' option to the View menu.Scott Clarke 2019-08-06Move CopyHyperlinkLocation to svxSamuel Mehrbrodt 2019-08-01Make QR Code callable in calc and writerShubham Goyal 2019-07-15Deduplicate EditHyperlink commandSamuel Mehrbrodt 2019-06-18tdf#111707 Add 'Remove Hyperlink' to context menu in ImpressSamuel Mehrbrodt 2019-05-28tdf#120905 Remove temporary uno command.Gülşah Köse 2019-05-24Add a parameter to insert a text box directly.Jan Holesovsky 2019-05-23Add new customize and position merged dialogGülşah Köse 2019-03-14tdf#112411 Remove all that remains of the More controls toolbarsRoman Kuznetsov 2019-03-11i#119731 Hyperlink Control on dialog EditorShubham Goyal 2019-03-08tdf#53524 Create UNO grid control- dialog editorShubham Goyal 2019-03-04Fix typo: KATAGANA -> KATAKANATakeshi Abe 2019-02-20Use named shapes for redactionMuhammet Kara 2019-02-18Resolves tdf#121596 - Include a key combination to insert thin spacesheiko tietze 2019-01-25Forge the freeform redaction toolMuhammet Kara 2019-01-25Add Redaction ToolbarMuhammet Kara 2019-01-06tdf#82504 writer table cell background color SvxColorItem uno functionJim Raykowski 2018-12-10lok: shape scaling reworkMarco Cecchetti 2018-12-07add parameter TransformRotationDeltaAngle to .uno:TransformDialogHenry Castro 2018-12-07svx: add parameters to .uno:TransformDialogHenry Castro 2018-11-30tdf#93005, tdf#100611, remove the incomplete ODC export featureMarkus Mohrhard 2018-11-28Fix SID_EXTRUSION_TOOGLE -> SID_EXTRUSION_TOGGLEAndrea Gelmini 2018-10-15tdf#120429 - Functions Insert Columns Exist Two Timesheiko tietze