[Libreoffice-bugs] [Bug 53489] New: FORMATTING: Doubled line in chart after removing line in represented table

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 14 13:37:52 CEST 2012


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

             Bug #: 53489
           Summary: FORMATTING: Doubled line in chart after removing line
                    in represented table
    Classification: Unclassified
           Product: LibreOffice
           Version: 3.5.5.3 release
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
 Status Whiteboard: BSA
          Severity: normal
          Priority: medium
         Component: Chart
        AssignedTo: libreoffice-bugs at lists.freedesktop.org
        ReportedBy: green.flash at gmx.de


Problem description: 

Steps to reproduce:
1. Create a table and a chart which is representing this table (linewise)
2. Fill out some values
3. Remove a line in the table

Current behavior:
the line below the deleted line is double-represented in the chart
(Also the things get messed up, if I insert a line in the represented range of
the chart, but maybe this will be repaired during fixing THIS bug)

Expected behavior:
line should disappear in the chart


Platform: 

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20100101
Firefox/14.0.1


At this time I can avoid this bug in my macro with this dirty hack:

' to avoid double categorie when reduced by only 1
' reduce by 2
For i = 12 To 24
    ranges(i).EndRow = ranges(i).EndRow - 2
Next
graph.setRanges(ranges)

' increase by 1
For i = 12 To 24
    ranges(i).EndRow = ranges(i).EndRow + 1
Next
graph.setRanges(ranges)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list