https://issues.apache.org/ooo/show_bug.cgi?id=124957
[email protected] <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED CC| |[email protected] Ever confirmed|0 |1 --- Comment #3 from [email protected] <[email protected]> --- I'm no calc expert but the behaviour suggests that there is a bug when it is determined whether a literal or a regexp comparison should be done between the strings. In literal comparison "dword<=d.*" is false, because the codepoint of 'w' is bigger than the codepoint of a dot. Only for the equality-check the regexp seems to be active... I'm sorry that I currently can't spend more time on this but for volunteers here is a code pointer: main/sc/source/core/tool/interpr1.cxx -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
