https://bugs.documentfoundation.org/show_bug.cgi?id=148948
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |[email protected] Status|UNCONFIRMED |NEW --- Comment #1 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today and new profile, I could reproduce this. This part should interest you: https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/queryparam.cxx?r=14001bc7#263 At line 263 rItem.meType = ScQueryEntry::ByValue then it's changed line 264 to ScQueryEntry::ByString If I remove this change and so if we keep ScQueryEntry::ByValue, the recalc is ok. A comment block below tells: " 266 /* TODO: pFormatter currently is also used as a flag whether matching 267 * empty cells with an empty string is triggered from the interpreter. 268 * This could be handled independently if all queries should support 269 * it, needs to be evaluated if that actually is desired. */ " -- You are receiving this mail because: You are the assignee for the bug.
