summaryrefslogtreecommitdiff
path: root/extras/Package_gallbullets.mk
blob: d1523363587e9ad6d2a11cd5186f62e7c71eb503 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# -*- 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_gallbullets,$(SRCDIR)/extras/source/gallery/bullets))

$(eval $(call gb_Package_add_files,extras_gallbullets,$(LIBO_SHARE_FOLDER)/gallery/bullets,\
	Bullet01-Circle-DarkRed.svg \
	Bullet02-Circle-Blue.svg \
	Bullet03-Circle-Green.svg \
	Bullet04-Square-Black.svg \
	Bullet05-Square-Orange.svg \
	Bullet06-Square-Purple.svg \
	Bullet07-Diamond-Blue.svg \
	Bullet08-Diamond-LightBlue.svg \
	Bullet09-Diamond-Red.svg \
	Bullet10-Star-Yellow.svg \
	Bullet11-Star-Blue.svg \
	Bullet12-Triangle-Blue.svg \
	Bullet13-Triangle-DarkGreen.svg \
	Bullet14-Arrow-Red.svg \
	Bullet15-Arrow-Blue.svg \
	Bullet16-Box-Blue.svg \
	Bullet17-Box-Red.svg \
	Bullet18-Asterisk-LightBlue.svg \
	Bullet19-Leaves-Red.svg \
	Bullet20-Target-Blue.svg \
	Bullet21-Arrow-Blue.svg \
	Bullet22-Arrow-DarkBlue.svg \
	Bullet23-Arrow-Brown.svg \
	Bullet24-Flag-Red.svg \
	Bullet25-Flag-Green.svg \
	Bullet26-X-Red.svg \
	Bullet27-X-Black.svg \
	Bullet28-Checkmark-Green.svg \
	Bullet29-Checkmark-Blue.svg \
	Bullet30-Square-DarkRed.svg \
	blkpearl.gif \
	bluarrow.gif \
	bluball.gif \
	bludiamd.gif \
	bluered.gif \
	blusqare.gif \
	blustar.gif \
	coffee_1.gif \
	coffee_2.gif \
	coffee_3.gif \
	coffee_4.gif \
	coffee_5.gif \
	con-blue.gif \
	con-cyan.gif \
	con-green.gif \
	con-lilac.gif \
	con-oran.gif \
	con-pink.gif \
	con-red.gif \
	con-yellow.gif \
	corner_1.gif \
	corner_2.gif \
	corner_3.gif \
	corner_4.gif \
	darkball.gif \
	darkblue.gif \
	gldpearl.gif \
	golfball.gif \
	grnarrow.gif \
	grnball.gif \
	grndiamd.gif \
	grnpearl.gif \
	grnsqare.gif \
	grnstar.gif \
	gryarrow.gif \
	gryball.gif \
	grydiamd.gif \
	grysqare.gif \
	grystar.gif \
	orgarrow.gif \
	orgball.gif \
	orgdiamd.gif \
	orgsqare.gif \
	orgstar.gif \
	pebble_1.gif \
	pebble_2.gif \
	pebble_3.gif \
	poliball.gif \
	popcorn_1.gif \
	popcorn_2.gif \
	rainbow.gif \
	redarrow.gif \
	redball.gif \
	reddiamd.gif \
	redsqare.gif \
	redstar.gif \
	whtpearl.gif \
	ylwarrow.gif \
	ylwball.gif \
	ylwdiamd.gif \
	ylwsqare.gif \
	ylwstar.gif \
))

# vim: set noet sw=4 ts=4:
ce.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-03-13tdf#95416 remove ../ in #include headers of sfx2 filesJeevan Change-Id: I5f3e1a8fe559500aec7ea9e38edaba42dff3f98b Reviewed-on: https://gerrit.libreoffice.org/35028 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> 2017-01-25loplugin: unnecessary destructor sfx2..storeNoel Grandin Change-Id: Idbf2585e48cd89a43ab68c5c8819880d20461ccf Reviewed-on: https://gerrit.libreoffice.org/33514 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann ...which was introduced with 3ead3ad52f9bb2f9d1d6cf8dfc73a0a25e6778ed "Gradually typed Link" to distinguish the new, typed versions from the old, untyped ones, but is no longer necessary since 382eb1a23c390154619c385414bdbe6f6e461173 "remove untyped Link<>" removed the old versions. Change-Id: I494025df486a16a45861fcd8192dfe0275b1103c 2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara since... commit ba81e5c6bd420b41a84ade6ccd774011a8089f7f Date: Thu May 28 21:35:43 2015 +0100 tdf#91702 - fix stack-based MessBox allocation. There is no special ScopedVclPtr<X>::Create or ScopedVclPtrInstance<X>::Create just VclPtr<X>::Create and a raw VclPtr<X>::Create()->foo doesn't call dispose on the owned X Change-Id: Ifacc8d5e742820701307c3c37b9b86487667d84f