Issue 35173 - XSelectionSupplier.getSelection doesn't return CellRanges in the sequence they have been marked
Summary: XSelectionSupplier.getSelection doesn't return CellRanges in the sequence the...
Status: CLOSED WONT_FIX
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-08 09:15 UTC by stephan.wunderlich
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description stephan.wunderlich 2004-10-08 09:15:41 UTC
Mark for example the range "I1:H2" and then the range "A4:B5". Afterwards
execute the following macro

   view = ThisComponent.currentController()
   sel = view.getSelection
   firstRange = sel.getByIndex(0)
   firstRange.CellBackColor=32768 

=> the range A4:B5 will have a green background instead of the expected I1:H2
Comment 1 sascha.ballach 2004-10-08 09:39:27 UTC
will not be fixed
Comment 2 sascha.ballach 2004-10-08 09:42:13 UTC
reopen to reassign
Comment 3 sascha.ballach 2004-10-08 09:42:41 UTC
back to you
Comment 4 stephan.wunderlich 2005-01-26 17:00:56 UTC
changed resolution
Comment 5 stephan.wunderlich 2005-01-26 17:01:19 UTC
closing