Created attachment 143407 [details] The example file saved from current master Attached odt has a simple text box form control containing a long text. When saved as odt, this has the Text type set as multi-line by default, but in docx this is set as Single-line. To reproduce: 1, Create a Text Box form control, set a long Default text. Notice the default 2, Save it as odt 3, Save it as docx Actual results: In the docx file Text type is single line, while odt retains the setting.
Created attachment 143408 [details] The example file saved from current master to docx
Created attachment 143409 [details] Screenshot of the odt file in current master
Created attachment 143410 [details] Screenshot of the docx file in current master
Reproduced in Version: 6.2.0.0.alpha0+ Build ID: 4b345f95ce7cb09011892bf465cfdf3811adaf8e CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded and Version: 6.0.0.0.alpha1+ Build ID: 6eeac3539ea4cac32d126c5e24141f262eb5a4d9 CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group threaded in previous versions, the form button wasn't exported at all...
Balazs Varga committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4edb7599d83c897cc7e800b916dcedf07b645cba tdf#118651 OOXML ActiveX textbox: fix multiline support It will be available in 6.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Balazs Varga committed a patch related to this issue. It has been pushed to "libreoffice-6-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=076cb54472d5bba8916df9ee50074ac74433d694&h=libreoffice-6-1 tdf#118651 OOXML ActiveX textbox: fix multiline support It will be available in 6.1.0.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.