Bug 41385 - c.s.s.sheet.NamedRangeFlag is meaningless when used with sheet specific names
Summary: c.s.s.sheet.NamedRangeFlag is meaningless when used with sheet specific names
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
3.4.3 release
Hardware: Other All
: medium normal
Assignee: Markus Mohrhard
URL:
Whiteboard: target:3.5
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-01 08:30 UTC by Andreas Säger
Modified: 2011-10-26 08:19 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Säger 2011-10-01 08:30:31 UTC
You can add all 4 kinds of flags to a named range. They appear as selectable options in the print range dialog and in the advanced filter dialog unless the name happens to be a sheet specific one.
Comment 1 Andreas Säger 2011-10-01 09:47:01 UTC
c.s.s.sheet.NamedRangeFlag refers to the 4 extra options when you hit the More button in the names dialog. 
In fact there is no representation of sheet specific names in the API. 
In the Basic lingo, neither ThisComponent.Links nor ThisComponent.NamedRanges reveal any sheet specific names.
Should I consider this as "normal" for such a premature hack or should I file another issue?
Comment 2 Markus Mohrhard 2011-10-01 11:25:09 UTC
it is a planned feature to add a api for local range names and I hope that Laurent will finish it, I'll add it for now to my bug for all local range name enhacements for 3-5

I have to check the print range dialog and the advanced filter dialog.
Comment 3 Markus Mohrhard 2011-10-01 11:27:56 UTC
have a look at https://bugs.freedesktop.org/show_bug.cgi?id=38565

I listed all missing features I know
Comment 4 Markus Mohrhard 2011-10-26 08:19:03 UTC
fixed in master: you can now use the "rangeNames" property with a sheet like you would do with a document