summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_impress.mk
blob: d57dc3f34ecac9108a60f1d23230bc615933c975 (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
# -*- 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_InstallModule_InstallModule,scp2/impress))

$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/impress,impress))

$(eval $(call gb_InstallModule_define_if_set,scp2/impress,\
	ENABLE_MACOSX_MACLIKE_APP_STRUCTURE \
	ENABLE_MACOSX_SANDBOX \
	ENABLE_OPENGL \
))

$(eval $(call gb_InstallModule_add_templates,scp2/impress,\
    scp2/source/templates/module_langpack_impress \
))

$(eval $(call gb_InstallModule_add_scpfiles,scp2/impress,\
    scp2/source/impress/file_impress \
))

$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/impress,\
    scp2/source/impress/module_impress \
	$(if $(filter TRUE,$(ENABLE_OPENGL)),\
		scp2/source/impress/module_ogltrans \
	) \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
6:11 +0100'>2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-04-30coverity#708727 Uninitialized pointer fieldCaolán McNamara 2014-01-23coverity#1158416 Uninitialized pointer fieldCaolán McNamara 2013-12-06Zip .ui translations per UIConfig target.Matúš Kukan 2013-11-11xmlreader: include <> for external includesNorbert Thiebaud 2013-06-24fdo#43460 shell,vcl,xmlreader: use isEmpty()Jelle van der Waa 2013-05-16Some string literal clean upStephan Bergmann 2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-10-27remove xmlreader from string now I don't need it anymoreCaolán McNamara 2012-10-17allow XmlReader to parse a stringCaolán McNamara 2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud