summaryrefslogtreecommitdiff
path: root/desktop/Pagein_calc.mk
blob: 9d7ac0a6c4682bf3b10fef9537a1bee4922aa08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- 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_Pagein_Pagein,calc))

$(eval $(call gb_Pagein_add_objects,calc,\
    sc \
    scui \
    svx \
    svxcore \
))

# vim: set ts=4 sw=4 et:
tkspinbutton.cxx?id=f806fc136b3410ec9a1e09320d100c78b33c867b'>patch) tree6dfe83ace2253869f7409595034d58cdc9e801d4 /toolkit/source/controls/tkspinbutton.cxx parent3b8aad9781654a392b973690fb62f69433366c58 (diff)
tdf#137335 calculate paragraph height in RTF/DOCX HEADmaster
TabStops and spaces are not included in height calculation of paragraphs in Word. With a compatibility option this is now also set in RTF import. But if spaces or/or tabstops are the only parts of a line their font size is taken into account. The fix 89e7341025b607491c90efdb74708e63d875c1e5%5E%21 from tdf#142404 has been removed because it broke formatting of follow lines. Change-Id: Id28488438462114bd54c4f8bd15e2ada606c4192 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168788 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>