[Libreoffice-bugs] [Bug 128065] BASIC Runtime Error on start LOCalc

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Oct 10 17:10:39 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=128065

Oliver Brinzing <oliver.brinzing at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
                 CC|                            |oliver.brinzing at gmx.de

--- Comment #3 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
i can even reproduce the problem with attached file with:

Version: 5.4.7.2 (x64)
Build-ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU-Threads: 4; BS: Windows 6.19; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: single

but not with:
LO 4.4.7.2
AOO 4.1.5

i think this issue could be a duplicate of:

Bug 123005 - FILEOPEN: Error on creating
getCurrentController().getActiveSheet() for basic script from location=document

cause "Document.CurrentController" reports is Null

'Get Sheet object
If Not IsMissing(startingSheetName) And 
       Document.Sheets.hasByName(startingSheetName) Then

   msgbox isnull(Document.CurrentController)
   If startingSheetName = Document.CurrentController.ActiveSheet.Name Then

-- 
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/20191010/8c45f8a5/attachment.html>


More information about the Libreoffice-bugs mailing list