https://bugs.documentfoundation.org/show_bug.cgi?id=153752
Bug ID: 153752
Summary: Calling a macro with non-ASCII characters in name from
command line fails
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
0. Make sure that macro security level is medium or lower (to allow executing
macros in documents).
1. Download attachment 185469 from bug 153724. It contains a Basic sub named
'さかさことば2' in library Standard, module Module1.
2. Try this command line:
> soffice path/to/VBAForEachInSelectionProblem.ods
> macro://./Standard.Module1.さかさことば2
This command line is expected to execute the specified macro from the current
document (after it's open). Before the fix to bug 153724, it is expected to
raise Basic error. After the said fix, it is expected to reverse the content of
the selected cell (A1: the "foo" should become "oof").
Actually, nothing happens after opening the document (with macros approved).
If the sub is renamed to something ASCII-only, and the command line is fixed
accordingly, the macro executes as expected.
Tested with Version: 7.5.1.1 (X86_64) / LibreOffice Community
Build ID: bd819218336a5be54a11b986ea4dd2db2efb120e
CPU threads: 12; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL threaded
--
You are receiving this mail because:
You are the assignee for the bug.