summaryrefslogtreecommitdiff
path: root/extras/Package_tploffimisc.mk
blob: d45f419bf8cb404662944ee43f24180aa681c468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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_tploffimisc,$(SRCDIR)/extras/source/templates/offimisc))

$(eval $(call gb_Package_add_files,extras_tploffimisc,$(LIBO_SHARE_FOLDER)/template/common/offimisc,\
	Businesscard-with-logo.ott \
))

# vim: set noet sw=4 ts=4:
> Change-Id: Idf9e638ac559e1135182811c2bc30465efe45d3d 2016-07-27add uui component to some other placesCaolán McNamara Change-Id: If07caacf7bc18b39820db73fe64201f9cb97bc6c 2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko This patch changes occurences in makefiles from $(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \ udkapi \ offapi \ )) to $(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config)) (corrected instead of abandon, jani) Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e Reviewed-on: https://gerrit.libreoffice.org/23426 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org> 2016-04-12lok context menu: unit testPranav Kant Change-Id: I244fbf4b98368c7c0d66cdd865e1243639727026 Reviewed-on: https://gerrit.libreoffice.org/23985 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: pranavk <pranavk@collabora.com> 2016-04-07CppunitTest_desktop_lib: avoid #include "../..." style includeMiklos Vajna Change-Id: Ib5ce0dee00c9306f89ad4b43af4b34e604147a1c 2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara Change-Id: I068d404431d3565f6ad5741edbd3693225824a4d 2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara cairo can therefore always render to a svp virtual device with need for a fallback Change-Id: I5d03ae541820389e26f7448444444be009fb28a4 2015-11-14CppunitTest_desktop_lib: add Writer comments textcaseMiklos Vajna Fails without e.g. the last hunk of commit 1ba9d7fd2a7a3e2b4f52ed0f5efdf7df867b9db3 (sw lok: forward key events to annotation window if necessary, 2015-11-12). Change-Id: I7f39530881f6141fea956b751aa57eb2bdcadcb2 2015-10-22desktop: add lok::Document::paste() testcaseMiklos Vajna Also, closeDoc() is called by tearDown(), so no need to call it manually at the end of tests. Change-Id: Ib8f61a09fa3fc0885d7ea90ce96210bff4cc9f98 2015-10-20lok::Document::saveAs: add Writer/Impress/Draw png mappingMiklos Vajna Change-Id: I7530281302b9787a9cb9f98f0dee9d98d39cfb05 2015-10-08CppunitTest_desktop_lib: add Calc find-all testcaseMiklos Vajna Fails without commit a31f95b180728c1c671930913b4b4ad96ebcda5f (sc tiled rendering: fix showing all search results, 2015-10-07). Change-Id: Ibc01d468168367f789b3f5046808104fa3f5ef18 2015-09-09LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga We needed a better way to test LOK methods that are not app specific, but are defined in /desktop/source/lib/init.cxx. So the decalaration needs to be visible. I also moved the `getStyles` test in the new test file Change-Id: I98d97dc17a66e72732ca7bd848c131610790f48e