aboutsummaryrefslogtreecommitdiff
path: root/source/sat
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-02-07 17:16:54 +0100
committerAndras Timar <andras.timar@collabora.com>2020-02-07 17:16:54 +0100
commitf06c2821630dcfc3a4cb23a35798fdb3875586b0 (patch)
tree5cf92c87ab6c16125b35aa2b993cf933c8ee93e4 /source/sat
parenta06c7f48d88361349bd0500fcccc8310197f9e8d (diff)
add Spanish translations for https://gerrit.libreoffice.org/c/core/+/87677 cp-6.2-5CP-Android-iOS-4.2.0
Change-Id: I3b8049052192dc9777f8c1a4ae43f266ab9d3565
Diffstat (limited to 'source/sat')
0 files changed, 0 insertions, 0 deletions
eature/template_manager_improvements'>feature/template_manager_improvements LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/qa/unit/export-tests-ooxml2.cxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-04-27 11:44:48 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-05-06 04:06:22 +0200
commit57595773df9f89245457443a3def786fa0e70a69 (patch)
tree2a8ec29cbd73bb9c954f0201241b5cf12b977ecb /sd/qa/unit/export-tests-ooxml2.cxx
parent1dd4bfc1fc4b9ba178fb8ee3b24b85aa3ef0c115 (diff)
do not apply line dashing in drawinglayer (tdf#136957)
basegfx::utils::applyLineDashing() is not as good as the actual VCL backend dashing, and there are some rounding errors because of all the canvas transformation matrices or whatever, which leads to the drawing problem. So use LineInfo to carry the dashing information. As a part of this change, also make LineInfo use doubles instead of ints. The use of transformation matrices means that the values may be fractional and less than one. Change-Id: Ia5ac7d266cab344b7137052c81fbd96c1ce28003 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114710 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> (cherry picked from commit b71d9a6d15cfb8a50afdea5ac064f40d84c561f8) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115038 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>