- set underline bold to a field --> in the resulting odt document, the underlining is dotted.
Created attachment 64801 [details] Dotting underlining, while bold choosen - automatic-color always white Have tested it. First I saw no underlining. Then I changed the color. The underlining is dotted. And the automatic-color is always white in Linux-RPM 32 bit. Is this another bug?
Just testing all bugs from Report-Builder. This bug first appears in the oldest available version of LO, 3.3.0 beta1. So I set the first available bugzilla-version, 3.3.0 release.
Adding self to CC if not already on
Lionel: if interested, I submitted a straightforward patch to review https://gerrit.libreoffice.org/14789 207 switch( eNewUnderline ) 208 { 209 case awt::FontUnderline::NONE: 210 case awt::FontUnderline::SINGLE: 211 // keep double or bold line style 212 eNewUnderline = eUnderline; 213 //fall-through 214 case awt::FontUnderline::DOTTED: 215 // The line style has priority over a double type. 216 if( awt::FontUnderline::BOLD == eUnderline ) 217 eNewUnderline = awt::FontUnderline::BOLDDOTTED; 218 break; See http://opengrok.libreoffice.org/xref/core/xmloff/source/style/undlihdl.cxx#210
Julien Nabet committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=27bc6714df6638c6fd9d2ee5c26870ae5eb2f63e tdf#50133: Wrong underlining in Reports It will be available in 4.5.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.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=3f0f70d7811431d3e61a87d279349f89dd6a48ef&h=libreoffice-4-4 tdf#50133: Wrong underlining in Reports It will be available in 4.4.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.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=61f9f97e276da473573fd47826106ec8ac19ab83&h=libreoffice-4-3 tdf#50133: Wrong underlining in Reports It will be available in 4.3.7. 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.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=61a3ace9f42a37640b1ec18fad776ba7c1f61714 Related tdf#50133: Wrong underlining in Reports It will be available in 4.5.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.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-4-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=17f741678ea58841ba463465f22eeb6b83c40bc3&h=libreoffice-4-4 Related tdf#50133: Wrong underlining in Reports It will be available in 4.4.3. 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.