[Libreoffice-bugs] [Bug 146082] In Basic , Structures stored in an array

2022-07-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146082 Vladimir Sokolinskiy changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 146082] In Basic , Structures stored in an array

2022-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146082 --- Comment #7 from Vladimir Sokolinskiy --- Let's first look at issues related to arrays of UNO structures. If the function PrintPoint is written like this: Sub PrintPoint(s, Byval x) Print "Expect " & s & " Found (" & x.X & ", " &

[Libreoffice-bugs] [Bug 146082] In Basic , Structures stored in an array

2022-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146082 --- Comment #6 from Mike Kaganski --- (In reply to Julien Nabet from comment #5) We have some utter mess with by-reference handling of array elements in general (and not only in array - but it needs case-by-case analysis). We already

[Libreoffice-bugs] [Bug 146082] In Basic , Structures stored in an array

2022-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146082 Julien Nabet changed: What|Removed |Added CC||mikekagan...@hotmail.com,

[Libreoffice-bugs] [Bug 146082] In Basic , Structures stored in an array

2021-12-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146082 --- Comment #4 from Leslie --- Created attachment 177076 --> https://bugs.documentfoundation.org/attachment.cgi?id=177076=edit Simple code showing 1 aspect of bug -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 146082] In Basic , Structures stored in an array

2021-12-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146082 --- Comment #3 from Leslie --- I have added an attachment which shows 1 aspect of this bug in much simpler code. 2 simple integer classes and a collector class. Both the simple integer classes look like this: private _a as

[Libreoffice-bugs] [Bug 146082] In Basic , Structures stored in an array

2021-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146082 Rafael Lima changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Libreoffice-bugs] [Bug 146082] In Basic , Structures stored in an array

2021-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146082 --- Comment #1 from Rafael Lima --- Created attachment 176747 --> https://bugs.documentfoundation.org/attachment.cgi?id=176747=edit Screenshots showing the results There's definitely a problem here. I ran Andrew's code and got many