summaryrefslogtreecommitdiff
path: root/extras/Package_tplwizbitmap.mk
blob: 6fdc3cb6634099a5636bb12bfdb11f9ed5a9e8c7 (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
# -*- 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_tplwizbitmap,$(SRCDIR)/extras/source/templates/wizard/bitmap))

$(eval $(call gb_Package_add_files,extras_tplwizbitmap,$(LIBO_SHARE_FOLDER)/template/wizard/bitmap,\
	cancel_down.bmp \
	cancel_up.bmp \
	down.bmp \
	end.bmp \
	euro_1.bmp \
	euro_2.bmp \
	euro_3.bmp \
	ftpconnected.gif \
	ftpconnecting.gif \
	ftperror.gif \
	ftpunknown.gif \
	Import_1.bmp \
	Import_3.bmp \
	Import_4.bmp \
	maximize.bmp \
	minimize.bmp \
	MS-Import_2-1.bmp \
	MS-Import_2-2.bmp \
	MS-Import_2-3.bmp \
	okay_down.bmp \
	okay_up.bmp \
	report.bmp \
	tutorial_background.gif \
	up.bmp \
	XML-Import_2-1.bmp \
	XML-Import_2-2.bmp \
	XML-Import_2-3.bmp \
	XML-Import_2-4.bmp \
))

# vim: set noet sw=4 ts=4:
e8a93ab1aecdbccb332b'>sal_Char->char in vclNoel Grandin 2019-12-17tdf#129311 don't allow temporary trusted certsJan-Marek Glogowski 2019-12-17Fix macro security UI usability problemsJan-Marek Glogowski 2019-11-30Remove nonsense checkEike Rathke 2019-11-30Resolves: tdf#97086 Allow "unlimited" password length for OOXML encryptionEike Rathke 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-11-12Better throw RuntimeException than assert hereStephan Bergmann 2019-11-12getPropertySetInfo is allowed to return nullCaolán McNamara 2019-11-11return an empty PropertySetInfo instead of assertCaolán McNamara 2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin 2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák 2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin 2019-10-15new loplugin:bufferaddNoel Grandin 2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin 2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin 2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák 2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara 2019-09-09enable route to get ParentWindow from an existing UUIInteractionHelperCaolán McNamara 2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet 2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin 2019-08-09Fix typosAndrea Gelmini 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): uuiStephan Bergmann 2019-07-21loplugin:referencecasting in unotools..uuiNoel Grandin 2019-06-25Simplify Sequence iterations in uuiArkadiy Illarionov 2019-06-24tdf#39593 Replace copy-pasted functions with templateArkadiy Illarionov 2019-05-10an is used before a vowel soundCaolán McNamara 2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák 2019-05-07tdf#125079 turn off GTK_WIN_POS_CENTER_ON_PARENT after a whileCaolán McNamara 2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov 2019-04-18Resolves: tdf#115964 force password dialog to center on parent size requestCaolán McNamara 2019-04-15loplugin:sequentialassign in ucb..vbahelperNoel Grandin 2019-03-17tdf#120703 PVS: remove redundant static castsMike Kaganski 2019-02-28fix LockCorruptQueryBox titleNoel Grandin 2019-02-22loplugin:unusedfields in uuiNoel Grandin 2019-02-14[API CHANGE] add setParentWindow to XDocumentDigitalSignaturesCaolán McNamara 2019-02-13stray debugging fprintfCaolán McNamara 2019-02-11loplugin:indentation in unotools..vbahelperNoel Grandin 2019-01-24loplugin:constparams in ucb..xmlhelpNoel Grandin 2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen 2018-12-16tdf#119217 Deleting of unnecessary empty space in Document in use dialogRoman Kuznetsov