summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_impress.mk
blob: fc097b5e13eb54147356d2e8cd832b6123186d76 (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
# -*- 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 \
	impress_brand \
	ogltrans \
))

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

$(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_scpfiles,scp2/impress,\
	$(if $(filter TRUE,$(ENABLE_OPENGL_TRANSITIONS)),\
		scp2/source/impress/module_ogltrans \
	) \
))

$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/impress,\
    scp2/source/impress/module_impress \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
n>Stephan Bergmann 2022-12-16Use rtl::Reference to avoid a dynamic_castStephan Bergmann 2022-12-14loplugin:implinheritancehelper in frameworkNoel Grandin 2022-12-14loplugin:unocast (framework::AddonsToolBarWrapper)Stephan Bergmann 2022-12-12tdf#151376 framework: fix calling in-document macros with reused framesMiklos Vajna 2022-11-10Simplify the method and fix its descriptionMike Kaganski 2022-09-28use more string_view in frameworkNoel Grandin 2022-08-30tdf#149956 Rework toolbar image flippingMaxim Monastirsky 2022-08-30tdf#149956 Remove previous vcl only solutionMaxim Monastirsky 2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann 2022-08-10Unnecessary ToolBox::SetItemText callMaxim Monastirsky 2022-07-17No need for SfxWeldToolBoxControllerFactoryMaxim Monastirsky 2022-07-13tdf#149956 Pass the correct frame to VclStatusListenerMaxim Monastirsky 2022-06-13tdf#125040 Make single mode toolbar context awareMaxim Monastirsky 2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin 2022-05-08osl::Mutex->std::mutex in framework::ToolBarManagerNoel Grandin 2022-05-07osl::Mutex->std::mutex in framework::StatusBarManagerNoel Grandin