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

Markus Mohrhard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyInteresting,
                   |                            |easyHack, skillCpp,
                   |                            |skillDebug
                 CC|                            |markus.mohrhard@googlemail.
                   |                            |com

--- Comment #2 from Markus Mohrhard <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to