Issue 53963 - IDL: css::drawing::LayerManager
Summary: IDL: css::drawing::LayerManager
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial
Target Milestone: ---
Assignee: christianjunker
QA Contact: issues@api
URL: http://api.openoffice.org/docs/common...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-30 11:12 UTC by christianjunker
Modified: 2013-02-24 21:08 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 christianjunker 2005-08-30 11:12:44 UTC
service does not list XIndexAccess as an exported interface. Yet in reality it
does support XIndexAccess, which can easily be tested in SB:
<code>
odoc = thisComponent
lmgr = odoc.getLayerManager()
o = lmgr.getByIndex(0)
</code>
It works for both 1.1.x and 2.0 pre.
Comment 1 christianjunker 2005-08-30 11:13:44 UTC
taking it myself.
Comment 2 christianjunker 2005-08-30 11:19:29 UTC
oversaw that XLayerManager does support XIndexAccess, thus setting to invalid.
Comment 3 christianjunker 2005-08-30 11:21:22 UTC
closed.