[Libreoffice-bugs] [Bug 126953] LibreOffice 6.3 Base crashes with the error loading of various forms.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 16 13:09:42 UTC 2019


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

--- Comment #4 from Kadet <kadet38 at ya.ru> ---
So, failures LO 6.3 have themselves I won.
The reasons for them were two problems:
1. The SupportsService method stopped working. Bypassed by the method
Identifier.
2. As far as I understood, there was an error exceeding the amount of
information about the formatting of the document line Calc.
The line was as follows:

        Dim TableBorder As New com.sun.star.table.TableBorder
        oDoc = ThisComponent
        oSheet = oDoc.sheets(0)
        oRange = oSheet.Rows().getByIndex(101) 
        aBorder = oRange.TableBorder


The crash was on the last line.
Reduced oRange and everything went:

        oRange = oSheet.getCellRangeByPosition(0,102,20,102)

However, I will not switch to LO 6.3 yet. It's too slow in my database. In the
Iframe-calc attachment of my forms macros create a lot of any buttons. They are
attached to the cells and, apparently, because of this, they begin to tremble
and jump. Like constantly redrawn with changes. In General, in LO with these
bindings a long-standing problem. I couldn't even level them properly. But in
previous versions, though they stood still and worked, and then dance and do
not always work. Drawing is very slow.

-- 
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/20190816/07a8ad77/attachment.html>


More information about the Libreoffice-bugs mailing list