[Libreoffice-bugs] [Bug 151393] Auto_Open should not run from ThisWorkbook

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

Justin L  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |
 Resolution|--- |FIXED
 Status|NEW |RESOLVED

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

[Libreoffice-bugs] [Bug 151393] Auto_Open should not run from ThisWorkbook

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.5.0

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

[Libreoffice-bugs] [Bug 151393] Auto_Open should not run from ThisWorkbook

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

--- Comment #3 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/ffc15725b58d0988b4e2ed836c5751223ad00984

tdf#148806 tdf#151393 xls vba: no Auto_Open from ThisWorksheet

It will be available in 7.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 151393] Auto_Open should not run from ThisWorkbook

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

--- Comment #2 from Justin L  ---
Prior to Tomaž' patch, hasMacro could return true if
sMod.isEmpty() and a Module named sMacroName has a "Main" macro.

I think that might have been for MS Word's benefit. At least AutoOpen works
that way (although our code didn't get the macroURL right). It is probably
better that it doesn't return true, but just noting the difference.

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

[Libreoffice-bugs] [Bug 151393] Auto_Open should not run from ThisWorkbook

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

Justin L  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #1 from Justin L  ---
Steps to reproduce
1.) Open autoOpenClose.xls and allow macros to run
2.) Accept MsgBox from ThisWorkbook.WorkBook_Open macro.
3.) That should be it. However, we have a second msgbox opening for
ThisWorkbook.auto_open. This second one should not run (tested Excel
2010/2003).

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