[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Kevin Suo  changed:

   What|Removed |Added

 CC||l.lu...@collabora.com

--- Comment #5 from Kevin Suo  ---
This one is different from bug 78664.

This one may also be different from bug 133878. The patch in
https://gerrit.libreoffice.org/c/core/+/106594 fixes bug 133878, but not this
one. As a result, Telesto you are correct to report this one separately.

Luboš Luňák: Could you also take a look at this one? It is similar as bug
133878 for which you have submitted a patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #4 from Cor Nouws  ---
possibly the same
  https://bugs.documentfoundation.org/show_bug.cgi?id=78664#c23

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-11-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Kevin Suo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||3834

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-11-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Kevin Suo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||3878

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Kevin Suo  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=13 |
   |6838|

--- Comment #3 from Kevin Suo  ---
*** Bug 136838 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

--- Comment #2 from Kevin Suo  ---
I reported bug 136838 before I found this one. Seems a duplicate. I am copy the
following from that bug:

Assume a column contains n items. When we open the autofilter and un-selected
one, then we have n-1 items selected. Doing this filter with AutoFilter is slow
because it seems to be using the "x in n-1" logic. However, doing this filter
with Standard Filter is fast if we use "Not Equal" logic.

Steps to Reproduce:

1. Open the attachment 165612.

2. Click the autofilter in column A, and de-select the 1st item (i.e., #N/A),
then click OK.
--> Slow, it takes more than 8s.

3. Use Standard Filter, and set condition "POMatch <> #N/A", then click OK.
--> Fast, it takes 1s.

Apparently, if we deselect only one item, the condition is the same as <> that
item. It should be more expensive to compare the value to see whether it is in
the n-1 list.

Actually, if we de-select several items (e.g., 3 items), it would still be
faster to use "(x <> a) and (x <> b) and (x <> c)". However, if the deselected
items are quite a lot, the "x in n-1" logic should be faster.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

BogdanB  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||buzea.bog...@libreoffice.or
   ||g
 Status|UNCONFIRMED |NEW

--- Comment #1 from BogdanB  ---
Confirmed in
Version: 7.0.1.2 (x64)
Build ID: 7cbcfc562f6eb6708b5ff7d7397325de9e764452
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: ro-RO (ro_RO); UI: en-US
Calc: threaded

12-13 seconds

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-09-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Kevin Suo  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||6838

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-06-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133835] Calc autofilter freeze after deselecting an item and pressing OK (number 2)

2020-06-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133835

Telesto  changed:

   What|Removed |Added

 Blocks||103512


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103512
[Bug 103512] [META] AutoFilter-related bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs