summaryrefslogtreecommitdiff
path: root/sd/Package_web.mk
blob: 1c7c6b80a5370692323b7e1c04e6db795e387ee5 (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
# -*- 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,sd_web,$(SRCDIR)/sd/res))

$(eval $(call gb_Package_add_files,sd_web,$(LIBO_SHARE_FOLDER)/config/webcast,\
	webview/common.inc \
	webview/common.pl \
	webview/edit.asp \
	webview/editpic.asp \
	webview/editpic.pl \
	webview/edit.pl \
	webview/index.pl \
	webview/poll.asp \
	webview/poll.pl \
	webview/savepic.asp \
	webview/savepic.pl \
	webview/show.asp \
	webview/show.pl \
	webview/webcast.asp \
	webview/webcast.pl \
))

$(eval $(call gb_Package_add_files,sd_web,$(LIBO_SHARE_FOLDER)/config/wizard/web/buttons,\
	buttons/elementary.zip \
	buttons/sukapura.zip \
	buttons/round-white.zip \
	buttons/simple.zip \
))

# vim: set noet sw=4 ts=4:
td> 2016-06-24loplugin:singlevalfields in sfx2Noel Grandin 2016-06-01tdf#89329: use unique_ptr for pImpl in objfaceXisco Fauli 2016-03-17loplugin:constantparam in sfx2Noel Grandin 2016-03-07drop unused headersCaolán McNamara 2016-03-07these ResIds are used solely for their number by nowCaolán McNamara 2016-02-28Kill sfx2 menu supportMaxim Monastirsky 2016-02-09Remove excess newlinesChris Sherlock 2016-02-08convert SfxSlotKind to scoped enumNoel Grandin 2015-12-13tdf#93837 Adapt sfx2 to use xml based context menusMaxim Monastirsky 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-04-23loplugin:staticmethodsNoel Grandin 2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-02-18Better way to avoid ambiguities among ResId ctorsStephan Bergmann 2014-11-25We now only need one bit of information hereCaolán McNamara 2014-11-24SfxObjectUI_Impl's pName is now unusedCaolán McNamara 2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara 2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara 2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara 2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara 2014-11-24so CreateObjectBarUI_Impl's pStr arg is unusedCaolán McNamara 2014-11-24so SfxObjectUI_Impl pName is only set, never readCaolán McNamara 2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara 2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini 2014-08-08qsort and bsearch need different kinds of callback functionsStephan Bergmann 2014-07-22callcatcher: update unused codeCaolán McNamara 2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud 2014-04-03sfx2/objface.xx: sal_Bool->boolNoel Grandin 2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann 2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini 2014-02-26Remove visual noise from sfx2Alexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2014-02-18Use correct log areaTor Lillqvist 2014-02-18assert() is too harsh here I think, use SAL_WARN_IF() insteadTor Lillqvist