summaryrefslogtreecommitdiff
path: root/desktop/AllLangResTarget_deployment.mk
blob: 2b78327991775b402e7888d83cc15ec6ef89d585 (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_AllLangResTarget_AllLangResTarget,deployment))

$(eval $(call gb_AllLangResTarget_set_reslocation,deployment,desktop))

$(eval $(call gb_AllLangResTarget_add_srs,deployment,\
    deployment/res \
))

$(eval $(call gb_SrsTarget_SrsTarget,deployment/res))

$(eval $(call gb_SrsTarget_set_include,deployment/res,\
    $$(INCLUDE) \
    -I$(SRCDIR)/desktop/inc \
    -I$(SRCDIR)/desktop/source/deployment/registry/inc \
    -I$(SRCDIR)/desktop/source/inc \
))

$(eval $(call gb_SrsTarget_add_files,deployment/res,\
    desktop/source/deployment/manager/dp_manager.src \
    desktop/source/deployment/misc/dp_misc.src \
    desktop/source/deployment/registry/component/dp_component.src \
    desktop/source/deployment/registry/configuration/dp_configuration.src \
    desktop/source/deployment/registry/dp_registry.src \
    desktop/source/deployment/registry/help/dp_help.src \
    desktop/source/deployment/registry/package/dp_package.src \
    desktop/source/deployment/registry/script/dp_script.src \
    desktop/source/deployment/registry/sfwk/dp_sfwk.src \
    desktop/source/deployment/unopkg/unopkg.src \
))

# vim: set ts=4 sw=4 et:
s='decoration'>Tibor Nagy 2022-03-06link bug report to "likely wrong" commentJustin Luth 2022-03-05Fix typosAndrea Gelmini 2022-03-04Advanced Diagram support: Allow reLayout without keeping oox::ShapeArmin Le Grand (Allotropia) 2022-03-04cid#1500690 Explicit null dereferencedCaolán McNamara 2022-02-22Advanced Diagram support: first additions/reorganizationsArmin Le Grand (Allotropia) 2022-02-15tdf#132557: PPTX import: Workaround for slide footer shape presetsSarper Akdemir 2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen 2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia) 2022-01-03tdf#146223 PPTX import: fix master objects visible propertyTibor Nagy 2021-11-18import pptx color schemes as color setsSarper Akdemir 2021-11-04tdf#144918 PPTX import: fix internal hyperlink on shapesTibor Nagy 2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski 2021-10-20tdf#144917 PPTX import: fix hyperlinks on grouped shapesTibor Nagy 2021-10-13tdf#144943 PPTX import: fix permission for editingTünde Tóth 2021-10-01tdf#144616 PPTX import: fix hyperlinks on shapesTibor Nagy 2021-09-27tdf#141704 PPTX import: fix hyperlinks on images added via placeholderTibor Nagy 2021-09-17Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann 2021-09-14tdf#141704 PPTX import: fix hyperlinks on imagesTibor Nagy 2021-08-31tdf#142645 PPTX import: convert "ctrTitle" text to slide nameTibor Nagy 2021-08-04Duplicating checksMike Kaganski 2021-07-27tdf#142915 PPTX import: support for presentation's timing attributeTibor Nagy 2021-07-20tdf#142648 PPTX: import long slide names to avoid broken link exportTibor Nagy 2021-06-29tdf#142913 PPTX: slideshow setting “Start from” not importedTibor Nagy 2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin 2021-06-28tdf#142646 PPTX import: count repeating slide namesTibor Nagy 2021-06-26ofz#35597 Null-dereference READCaolán McNamara 2021-06-21tdf#142590 PPTX import: fix custom slide show use as defaultTibor Nagy 2021-06-16tdf#59323: pptx import: import footer fields as propertiesSarper Akdemir 2021-06-14tdf#59323: ooxml import: hasNonInheritedShapePropertiesSarper Akdemir 2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet 2021-06-08editengine-columns: PPTX support (tdf#118458)Mike Kaganski 2021-05-25tdf#131390 PPTX: fix custom slide show is not imported.Tibor Nagy 2021-05-04tdf#103347 PPTX import: fix duplicated slide nameTibor Nagy 2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann 2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin 2021-04-14reduce allocation in TextListStyle some moreNoel Grandin 2021-04-14reduce allocation in TextListStyleNoel Grandin