/cpputools/

7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlhelp/Module_xmlhelp.mk
/th>
AgeCommit message (Expand)Author
Commit message (Collapse)Author
2014-04-01Disable unit test.Muthu Subramanian
(Export framework is not available on the branch) Change-Id: I3e432625008aab725d96796a5ac26c10ed63afa2
2014-03-27write (no)wrap of text only for custom shapes to .pptx (fdo#71961)Luboš Luňák
Apparently checking the TextWordWrap property in DrawingML::WriteText() gives false by default for objects that do not have it set, which happens to be everything except for custom shapes, which seem to be the only ones to actually obey it. So all normal text would be exported as nowrap to .pptx and read back as custom shape that has non-wrapping text. I tried to make the property return true (which is what it should be in practice), but that appears to be an exercise in futility, or I'm not mad enough to follow the complicated property sets and whatnot. So just write it out only for custom shapes. UNO purists, if any, are welcome to change the dynamic_cast to something UNO-better if they manage without an ambiguous base class error. Conflicts: sd/qa/unit/import-tests.cxx Change-Id: I3ed906285fde88d902ac9c801986a82a7515638b
2014-02-04fdo#72998: Custom shapes have improper size.Muthu Subramanian
2013-11-25Resolves: #i119874 Fixed text alignment in RTL layoutCaolán McNamara
This reverts commit 979def88090633bfee0e0445b19999a1dac71ed4, this time manually confirmed that the import layout does change, but that it appears to be all desirable changes Change-Id: Iee5e5ebd16989f65569b02f8b4f6570985157dfc
2013-10-21Test case fixes.Muthu Subramanian
Includes fixes for: * n#819614 * n#831457
2013-10-18sd: Fix output for unit test file n819614.pptxJacobo Aragunde Pérez
Change-Id: Ida2d2bab3a30beaa8e686a23355e4d6f41182f3f Reviewed-on: https://gerrit.libreoffice.org/6257 Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-10-18n#819614: Lines running off the screens.Muthu Subramanian
Merged: cd40d2ba9e8ed17cc870606b17ac2dffceb2813d d5fc6f61416567b044b72ffa7acdcdb0dc8e5c5a (only n819614_0.xml)
2013-10-18Unit test to avoid the regression...Jan Holesovsky
...that appeared thanks to the bnc#819614 fix. Thanks Fridrich for constructing the document! Change-Id: I780f65ca436caee83094a8591dd9e36b33d921e8
2013-06-13Revert "bnc#819614: Fix runaway lines."Jan Holesovsky
This reverts commit 5fe65c0c5e5a8d815d9d15ef192e7652726662e6. Unfortunately this causes a regression elsewhere. This also disables the unit test for this bug - will re-enable when I find a fix that both fixes this, and does not regress other stuff :-) Change-Id: Iad334e3c59c928edb78f25c0f36a33a26a7e6125