https://bugs.documentfoundation.org/show_bug.cgi?id=164259
Bug ID: 164259
Summary: Allow FORMATTING of Formula bar in CALC - i.e. change
font used
Product: LibreOffice
Version: 24.8.3.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Created attachment 198024
--> https://bugs.documentfoundation.org/attachment.cgi?id=198024&action=edit
screenshot of default font in formula bar
When entering long multi-line formulas into the formula bar (after it has been
expanded) it would be helpful if the formula could be displayed in a monospace
font, such that syntax could be aligned for easier comprehension)
By allowing the selection of the font and font size used, people would be able
to customize the formula bar to their requirements.
eg of formula which is more readable if font is monospace.
=
SUMIF( tmpallocaggregatews.d$4:D$22, C3, tmpallocaggregatews.c$4:C$22 ) +
SUMIF( tmpallocaggregatews.i$4:I$25, C3, tmpallocaggregatews.h$4:H$25 ) +
SUMIF( tmpallocaggregatews.n$4:N$25, C3, tmpallocaggregatews.m$4:M$25 ) +
SUMIF( tmpallocaggregatews.s$4:S$25, C3, tmpallocaggregatews.r$4:R$25 )
in a non monospace font (which is what is forced upon you in WIN 11) the commas
are not aligned and the C3 cell is also not aligned.
--
You are receiving this mail because:
You are the assignee for the bug.