[Libreoffice-bugs] [Bug 137667] New: Clac, API: queryContentCells doesn't correctly evaluate the flag bits 2^5 through 2^8
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Oct 21 22:56:57 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137667
Bug ID: 137667
Summary: Clac, API: queryContentCells doesn't correctly
evaluate the flag bits 2^5 through 2^8
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: BASIC
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: jag at psilosoph.de
Created attachment 166606
--> https://bugs.documentfoundation.org/attachment.cgi?id=166606&action=edit
Demnstrating the reported bug in detail
https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sheet_1_1CellFlags.html#a54545dc062bc2be2d723d0cc34e8cbd2
defines flags which should be evaluated by the queryContentCells methods
(connecting them by OR).
Bit 5 (value 32) e.g. should, if set, make the query find cells to which a hard
attribute was applied. Bit 6 (64) should find cells with an explicitly assigned
cell style ...
These and also the "objects" flag don't work.
Everything should is demonstrated in the attached document.
BTW: The UsedAreaCursor qualifies cells with hard attributes as used.
--
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/20201021/4de1810c/attachment.htm>
More information about the Libreoffice-bugs
mailing list