[Libreoffice-ux-advise] [Bug 113572] Copying a chart converts data ranges to data table

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Dec 21 18:47:53 UTC 2017


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

--- Comment #5 from Regina Henschel <rb.henschel at t-online.de> ---
Recording it as macro shows the associated uno-command and its parameters, e.g.

dim args2(3) as new com.sun.star.beans.PropertyValue
args2(0).Name = "Name"
args2(0).Value = "Object 1"
args2(1).Name = "Range"
args2(1).Value = "$Sheet1.$B$1:$C$4"
args2(2).Name = "ColHeaders"
args2(2).Value = true
args2(3).Name = "RowHeaders"
args2(3).Value = false
dispatcher.executeDispatch(document, ".uno:ChangeChartData", "", 0, args2())

There is "Object 1" the chart.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list