https://bugs.documentfoundation.org/show_bug.cgi?id=89895
--- Comment #6 from Julien Nabet <[email protected]> --- >From #10 0x00002aaae008f101 in rptui::GeometryHandler::setPropertyValue (this=0x69fa190, PropertyName="FontDescriptor", Value= uno::Any uno::Sequence of length 4 = {{Name = "Font", Value = uno::Any {Name = "Liberation Sans", Height = 12, Width = 0, StyleName = "", Family = 3, CharSet = 76, Pitch = 2, CharacterWidth = 100, Weight = 150, Slant = com::sun::star::awt::FontSlant_NONE, Underline = 1, Strikeout = 0, Orientation = 0, Kerning = 0 '\000', WordLineMode = 0 '\000', Type = 0}}, {Name = "FontAsian", Value = uno::Any {Name = "Source Han Sans CN Regular", Height = 12, Width = 0, StyleName = "", Family = 6, CharSet = 76, Pitch = 2, CharacterWidth = 75, Weight = 100, Slant = com::sun::star::awt::FontSlant_NONE, Underline = 1, Strikeout = 0, Orientation = 0, Kerning = 0 '\000', WordLineMode = 0 '\000', Type = 0}}, {Name = "FontComplex", Value = uno::Any {Name = "FreeSans", Height = 12, Width = 0, StyleName = "", Family = 6, CharSet = 76, Pitch = 2, CharacterWidth = 100, Weight = 100, Slant = com::sun::star::awt::FontSlant_NONE, Underline = 1, Strikeout = 0, Orientation = 0, Kerning = 0 '\000', WordLineMode = 0 '\000', Type = 0}}, {Name = "CharUnderlineColor", Value = uno::Any 4294967295}}) at /home/julien/compile-libreoffice/libreoffice/reportdesign/source/ui/inspection/GeometryHandler.cxx:657 I got this: #10 0x00002aaae008f101 in rptui::GeometryHandler::setPropertyValue (this=0x69fa190, PropertyName="FontDescriptor", Value= uno::Any uno::Sequence of length 4 = { {Name = "Font", Value = uno::Any {Name = "Liberation Sans", Height = 12, Width = 0, StyleName = "", Family = 3, CharSet = 76, Pitch = 2, CharacterWidth = 100, Weight = 150, Slant = com::sun::star::awt::FontSlant_NONE, Underline = 15, Strikeout = 0, Orientation = 0, Kerning = 0 '\000', WordLineMode = 0 '\000', Type = 0 } }, {Name = "FontAsian", Value = uno::Any {Name = "Source Han Sans CN Regular", Height = 12, Width = 0, StyleName = "", Family = 6, CharSet = 76, Pitch = 2, CharacterWidth = 75, Weight = 100, Slant = com::sun::star::awt::FontSlant_NONE, Underline = 15, Strikeout = 0, Orientation = 0, Kerning = 0 '\000', WordLineMode = 0 '\000', Type = 0 } }, {Name = "FontComplex", Value = uno::Any {Name = "FreeSans", Height = 12, Width = 0, StyleName = "", Family = 6, CharSet = 76, Pitch = 2, CharacterWidth = 100, Weight = 100, Slant = com::sun::star::awt::FontSlant_NONE, Underline = 15, Strikeout = 0, Orientation = 0, Kerning = 0 '\000', WordLineMode = 0 '\000', Type = 0 } }, {Name = "CharUnderlineColor", Value = uno::Any 4294967295 } }) at /home/julien/compile-libreoffice/libreoffice/reportdesign/source/ui/inspection/GeometryHandler.cxx:657 where we can see there's no overline part. After some research, the location to fix seems there: http://opengrok.libreoffice.org/xref/core/reportdesign/source/ui/misc/UITools.cxx#594 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
