summaryrefslogtreecommitdiff
path: root/reportdesign/AllLangResTarget_rpt.mk
blob: 2d2a5a1ecfba73b714cfd48feab7aa96b4b6a1a4 (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
# -*- 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,rpt))

$(eval $(call gb_AllLangResTarget_set_reslocation,rpt,reportdesign))

$(eval $(call gb_AllLangResTarget_add_srs,rpt,\
    reportdesign/res \
))

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

$(eval $(call gb_SrsTarget_use_srstargets,reportdesign/res,\
	svx/res \
))

$(eval $(call gb_SrsTarget_set_include,reportdesign/res,\
    $$(INCLUDE) \
    -I$(SRCDIR)/reportdesign/source/core/inc \
    -I$(call gb_SrsTemplateTarget_get_include_dir,) \
))

$(eval $(call gb_SrsTarget_add_files,reportdesign/res,\
    reportdesign/source/core/resource/strings.src \
))

# vim: set noet sw=4 ts=4:
n class='decoration'>Miklos Vajna 2019-08-22QR Code : ODF import/exportShubham Goyal 2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke 2019-06-18schema: update ODF 1.3 main rng draft to wd12Michael Stahl 2019-02-27tdf#123557 PPTX: Export timenode condition targets.Mark Hung 2019-02-14sw btlr writing mode: add odf spec proposal URLMiklos Vajna 2019-02-13sw btlr writing mode: implement ODF filterMiklos Vajna 2018-12-13address forward incompatibility of InputRequired default changeLionel Elie Mamane 2018-09-28Fix dictionnary -> dictionaryAndrea Gelmini 2018-08-04Fix typosAndrea Gelmini 2018-07-06tdf#101856 odt: write/read new bookmark attributes: unit testSerge Krot 2018-07-04Fix typoAndrea Gelmini 2018-07-03schema: add some simple things found in ODT exported from crashtestingMichael Stahl 2018-07-03schema: add README, as requested by NoelMichael Stahl 2018-06-30schema,sw: enable ODF validation in all sw testsMichael Stahl 2018-06-30schema,sd: enable ODF validation in sd testsMichael Stahl 2018-06-29schema: ODF 1.3 + libreoffice extensions schemaMichael Stahl 2018-06-29schema: hack for the version numberMichael Stahl 2018-06-28schema: fix some obvious issues in ODF 1.3 schemasMichael Stahl 2018-06-28schema: update to latest available ODF 1.3 draft schemasMichael Stahl 2018-06-26schema: add MathML2 XSDMichael Stahl