aboutsummaryrefslogtreecommitdiff
path: root/source/mr/editeng/source
ModeNameSize
-rw-r--r--accessibility.po1333logplain
-rw-r--r--editeng.po3102logplain
-rw-r--r--items.po40243logplain
-rw-r--r--misc.po2162logplain
-rw-r--r--outliner.po1481logplain
/template_manager_improvements LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/qa/unit/data/tdf121952_Toggle_direction_command_X.odp
AgeCommit message (Collapse)Author
2018-12-23tdf#121761, tdf#121952 Accurate ellipsequadrant in custom shapeRegina Henschel
The current solution uses one, bad valued Bezier curve and does not toggle direction. The patch uses the more accurate solution from basegfx and simplifies the decision tree. In addition it extracts the calculation in double from GetPoint, so they can be used directly instead of double->long->double conversion. Change-Id: I298f49415d1b7624b36ca561647f2e58af5eb5c6 Reviewed-on: https://gerrit.libreoffice.org/65203 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de>