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

            Bug ID: 152130
           Summary: user defined calc chart names not reflected in e.g.
                    BASIC macros
           Product: LibreOffice
           Version: 7.4.2.3 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Description:
if a chart name is changed from defaults the default  name is retained 'in
background' of API and the chart can not be accsed by the new user name:

e.g. 
for single chart (Object 1) renamed in Calc GUI to (Chart1)
:
getByIndex(0) > gets the chart
[getByIndex(0)] .Name > gets the original default name (Object 1) 
and getByName("Object 1") also works to get the chart
but
getByName("Chart1") fails ('Chart1 not found')



Steps to Reproduce:
1.see above
2.
3.

Actual Results:
new user/GUI defined name for chart not found e.g. with basic macro  

Expected Results:
user defined chart names should be find-able with e.g. getByName , and the old
default names should not remain 'in background' being used by the API

also; getByIndex can be awkward because index positions of new vs copied charts
is not intuitive


Reproducible: Always


User Profile Reset: No

Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to