[Libreoffice-bugs] [Bug 132939] New: Calc: Crash for uninitialized FilterDescriptor in macro
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon May 11 08:51:55 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=132939
Bug ID: 132939
Summary: Calc: Crash for uninitialized FilterDescriptor in
macro
Product: LibreOffice
Version: 6.4.4.1 rc
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: kamlan at post.cz
Run this simple macro from Calc and Libre will crash
Sub crashFilter
dim oRange, oFilter
oRange=thisComponent.sheets(0).getCellRangeByName("A1:A10")
'oFilter=oRange.createFilterDescriptor(true) 'uncomment this line and
it will be OK
oRange.filter(oFilter)
End Sub
Verze: 6.4.4.1 (x64)
ID sestavení: b50bc319eca5cd5b66fbfe2ebd0d3bd1eed099b5
Vlákna CPU: 8; OS: Windows 10.0 Build 17763; Vykreslování UI: výchozí; VCL:
win;
Národní prostředí: cs-CZ (cs_CZ); Jazyk UI: cs-CZ
Calc: threaded
Bug is also in:
Version: 7.0.0.0.alpha1 (x64)
Build ID: 6a03b2a54143a9bc0c6d4c7f1...
Vlákna CPU: 8; OS: Windows 10.0 Build 17763; Vykreslování UI: Skia/Vulkan; VCL:
win;
Locale: cs-CZ (cs_CZ); UI: cs-CZ
Calc: threaded
--
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/20200511/e9df4bcd/attachment.htm>
More information about the Libreoffice-bugs
mailing list