[Libreoffice-bugs] [Bug 107238] VBA macro recorded in Excel behaves differently in Calc
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 20 04:28:29 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=107238
Markus Mohrhard <markus.mohrhard at googlemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |difficultyInteresting,
| |easyHack, skillCpp,
| |skillDebug
CC| |markus.mohrhard at googlemail.
| |com
--- Comment #2 from Markus Mohrhard <markus.mohrhard at googlemail.com> ---
Let's make this an easy hack.
The issue is in the criteria detection in ScVbaRange which does not handle
string arrays and as a result tries to filter for "".
The code for this is in sc/source/ui/vba/vbarange.cxx:4508 and following which
currently only handles numeric and string values but would need to be extended
to handle css::uno::Sequence<OUString> as well.
This task is to add the support and check how to transport the information
through the UNO API to the internal data structures.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170420/613760c9/attachment.html>
More information about the Libreoffice-bugs
mailing list