Issue 79407 - implement chart document's interface method XModel::getCurrentSelection()
Summary: implement chart document's interface method XModel::getCurrentSelection()
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: bjoern.milcke
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-09 14:26 UTC by bjoern.milcke
Modified: 2013-02-24 21:21 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bjoern.milcke 2007-07-09 14:26:17 UTC
->CN: Two things.

1. Please change the relation "TOSELECT" to something different. We no longer
have a main title per default. Either insert a main title before, or change the
object to getLegend() or getArea()

2. XSelectionSupplier no longer works with objects but instead with
object-identifier strings. To get the object of the current selection there is
the method XModel::getCurrentSelection() which doesn't work, as selection is
done with XSelectionSupplier::select( XInterface object ) Use "CID/Page=" for
selection the Area.
Comment 1 bjoern.milcke 2007-07-09 23:03:08 UTC
Didn't want to submit this issue
Comment 2 bjoern.milcke 2007-07-09 23:03:25 UTC
Closing