aboutsummaryrefslogtreecommitdiff
path: root/source/ca/sysui
ModeNameSize
d---------desktop36logplain
e='feature/ooxml-analyze'>feature/ooxml-analyze LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/inc/drawingml/textbodyproperties.hxx
0 +0100'>2014-02-20
AgeCommit message (Collapse)Author
2018-09-21Related: tdf#120028 PPTX import: fix font size of multi-col shape textMiklos Vajna
Normal shapes have a TextFitToSize property for this, but table cell content has to be scaled manually, as the rendering has no automatic support for them. Luckily the file format has the info we need to scale at import time. Change-Id: Ibbcc4b8685995261536cce88b8c0774e148f708e Reviewed-on: https://gerrit.libreoffice.org/60880 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
2018-09-21tdf#120028 PPTX import: map shapes with multiple columns to table shapesMiklos Vajna
Longer term the core Impress shape has to be improved so that it can have text in multiple columns. Shorter term, map text with multiple columns to table shapes, that gives correct layout in many cases and requires changes to the import filter only. Change-Id: Id7942b16882ab1f083ded2f0e577e8c9e128697c Reviewed-on: https://gerrit.libreoffice.org/60859 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins
2018-08-02tdf#116350 Import preset text geometry (text effects)Szymon Kłos
"Font effect" implementation, instead of normal text, content is converted to "fontwork". Change-Id: I5d02c7faedb66a4b919e64ae1b830bffb69984c1 Reviewed-on: https://gerrit.libreoffice.org/58358 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
svl: sal_Bool -> boolStephan Bergmann
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2013-10-01convert CUI module from String to OUStringNoel Grandin
2013-09-29add border to driverlist and drop unnecessary custom hidCaolán McNamara
2013-09-29Convert connpooloptions to .ui + adapt code.Jan Holesovsky
2013-07-11XubString->OUStringCaolán McNamara