https://bugs.documentfoundation.org/show_bug.cgi?id=158555

--- Comment #6 from ady <adylo811...@gmail.com> ---
(In reply to m.a.riosv from comment #5)

> Quotes, one more example.
> [NatNum12 D=ordinal]\""hola" \" D MMM => "hola " third Jan

Let's be more specific, to clarify what is not working.

"D MMM" is a **DATE** format > seems to be working.

Now, what about a **NUMBER** format? > it is not working as expected (with a
recent LO 24.2 alpha).

Examples:
--------

Cell Value (with decimal point):
1.23

[NatNum12 capitalize EUR]0.00
One euro and twenty-three cents

Format:
[NatNum12 capitalize EUR]\""Total: "\"0.00
Actual result:
"Total: "1.23
Expected result:
"Total: "One euro and twenty-three cents


[NatNum12 capitalize EUR]\"Total: \"0.00
"Total: "1.23

[NatNum12 capitalize EUR]"Total: "0.00
Total: 1.23

[NatNum12 capitalize EUR]Total: 0.00
Total: 1.23


[NatNum12 cardinal]0.00
one point two three

[NatNum12 cardinal]\""Total: "\"0.00
"Total: "1.23

[NatNum12 cardinal]\"Total: \"0.00
"Total: "1.23

[NatNum12 cardinal]"Total: "0.00
Total: 1.23

[NatNum12 cardinal]Total: 0.00
Total: 1.23

Hopefully these examples can be reproduced and are enough to show what seems to
not be working as expected (or much more documentation is needed, somewhere).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to