[Libreoffice-bugs] [Bug 148612] Bug in a macro that cannot read cells

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

--- Comment #4 from Frederic Parrenin 
 ---
This bug is still present in 7.5.9.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148612] Bug in a macro that cannot read cells

2022-10-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148612

--- Comment #3 from Frederic Parrenin 
 ---
A workaround to this problem is to copy "test_bug" to another module and
execute it from there.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148612] Bug in a macro that cannot read cells

2022-06-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148612

Aron Budea  changed:

   What|Removed |Added

 CC||aron.bu...@gmail.com
 Blocks||127592


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127592
[Bug 127592] [META] LibreOffice Basic incl."Option Compatible" modules
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148612] Bug in a macro that cannot read cells

2022-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148612

Mike Kaganski  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148612] Bug in a macro that cannot read cells

2022-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148612

--- Comment #2 from Mike Kaganski  ---
Created attachment 179588
  --> https://bugs.documentfoundation.org/attachment.cgi?id=179588=edit
Minimal bugdoc

Repro using Version: 7.3.3.1 (x64) / LibreOffice Community
Build ID: 1688991ca59a3ca1c74bc2176b274fba1b034928
CPU threads: 12; OS: Windows 10.0 Build 19044; UI render: default; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: 

The attachment has minimal macro needed to reproduce the bug. Looks like having
something named "cells" referenced from a sub, affects use of an object's
member having the same name in another function. Renaming "cells" to anything
else in "test3" makes "test_bug" function properly copy data from A1 to A2.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148612] Bug in a macro that cannot read cells

2022-04-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148612

--- Comment #1 from Frederic Parrenin 
 ---
Note that in the test_bug macro, if I write:

sheets("Feuil1").cells(2,1) = "test"

it works. So LO is able to write something, but not to read.

-- 
You are receiving this mail because:
You are the assignee for the bug.