Bug 82610 - DEC2HEX function not working in macro
Summary: DEC2HEX function not working in macro
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: BASIC (show other bugs)
Version: 3.5.0 release
Hardware: All All
: medium normal
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-14 09:12 UTC by oligo92
Modified: 2014-11-11 19:43 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description oligo92 2014-08-14 09:12:06 UTC
Hello,

when I run the following code, the selected cell shows “#NAME?” and its content shows “=dec2hex(A1)” (with lowercases!)

dim oSel as object
oSel=ThisComponent.currentSelection
oSel.Formula="=DEC2HEX(A1)"
Comment 1 raal 2014-11-11 19:43:10 UTC
I can confirm with Version: 4.3.4.0.0+
Build ID: e812aaaf31050c29a9499d3936cf07079b1a5f86
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:libreoffice-4-3, Time: 2014-11-10_10:51:25

Reproducible with Win7, LO 4.3.3

LibreOffice 3.5.0 Build ID: d6cde02 is oldest version where I can reproduce the problem

When I change macro, for example oSel.Formula="=SUM(A1)", then formula is correct.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.