[Libreoffice-bugs] [Bug 119248] Status bar displays "wrong" sum when colored negative cell format used
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 23 09:59:35 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119248
--- Comment #3 from Eike Rathke <erack at redhat.com> ---
Transporting colour to display in status bar IMHO would be overkill. Solution
probably would be to not use the actually applied format, but the format's
locale's category's default format instead. Of course not for currencies..
Suitable as EasyHack, code pointer:
sc/source/ui/view/tabvwsha.cxx
ScTabViewShell::GetFunction()
place calling pDoc->GetNumberFormat(...)
Add something calling SvNumberFormatter::GetStandardFormat( double, sal_uInt32,
SvNumFormatType, LanguageType)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180823/bb9d7968/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list