https://bugs.freedesktop.org/show_bug.cgi?id=51309

             Bug #: 51309
           Summary: Names of DatabaseRanges should not be case sensitive
    Classification: Unclassified
           Product: LibreOffice
           Version: 3.6.0.0.beta1
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Spreadsheet
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Some of my macros break because of case-sensitive DBRange names.
nrg = ThisComponent.NamedRanges.getByName("sal") gets named range "SAL"
addrg = ThisCOmponent.Sheets(0).getCellRangeByName("a1") gets cell A1
dbrg = ThisComponent.DatabaseRanges.getByName("apo_umsatz") raises no such
element exception instead of returning database range "APO_Umsatz"

Like anything else, DBRange names are case-insensitive in the UI.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to