You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2013/10/29 15:44:06 UTC

[Bug 109639] Currency NumberFormat is not applied

https://issues.apache.org/ooo/show_bug.cgi?id=109639

MPTrishka@Gmail.COM changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |MPTrishka@Gmail.COM

--- Comment #7 from MPTrishka@Gmail.COM ---
For formating number into currency from macro value  104 should be used as:

dim args1(0) as new com.sun.star.beans.PropertyValue
args1(0).Name = "NumberFormatValue"
args1(0).Value = 104

dispatcher.executeDispatch(document, ".uno:NumberFormatValue", "", 0, args1())

Value 106 will convert number into date format

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.