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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to