[Libreoffice-bugs] [Bug 151005] With "Option VBASupport 1" arguments should be treated as ByValue by default (not as ByRef)

2023-03-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151005 Buovjaga changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 151005] With "Option VBASupport 1" arguments should be treated as ByValue by default (not as ByRef)

2022-11-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151005 QA Administrators changed: What|Removed |Added Whiteboard| QA:needsComment| -- You are receiving this

[Libreoffice-bugs] [Bug 151005] With "Option VBASupport 1" arguments should be treated as ByValue by default (not as ByRef)

2022-11-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151005 --- Comment #2 from tanh --- In LO, the statement DummySub (a) Does NOT create and discard a reference. Rather, it acts the same way as the CALL syntax LibreOffice: DummySub(a) is the same as Call DummySub(a). MS VBA: DummySub (a) is

[Libreoffice-bugs] [Bug 151005] With "Option VBASupport 1" arguments should be treated as ByValue by default (not as ByRef)

2022-11-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151005 --- Comment #1 from tanh --- In MS VBA, arguments are passed BYREF as default. (Documentation claims that VB.NET is different). In MS VBA the test case shown creates a temporary reference by using an expression DummySub (a) The

[Libreoffice-bugs] [Bug 151005] With "Option VBASupport 1" arguments should be treated as ByValue by default (not as ByRef)

2022-10-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151005 QA Administrators changed: What|Removed |Added Whiteboard|| QA:needsComment -- You

[Libreoffice-bugs] [Bug 151005] With "Option VBASupport 1" arguments should be treated as ByValue by default (not as ByRef)

2022-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151005 Rafael Lima changed: What|Removed |Added See Also||https://bugs.documentfounda

[Libreoffice-bugs] [Bug 151005] With "Option VBASupport 1" arguments should be treated as ByValue by default (not as ByRef)

2022-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151005 Rafael Lima changed: What|Removed |Added Blocks||108908 Referenced Bugs:

[Libreoffice-bugs] [Bug 151005] With "Option VBASupport 1" arguments should be treated as ByValue by default (not as ByRef)

2022-09-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151005 Rafael Lima changed: What|Removed |Added Summary|With VBASupport 1 arguments |With "Option VBASupport 1"