Issue 25331 - API: text.AutoTextContainer
Summary: API: text.AutoTextContainer
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P2 Trivial
Target Milestone: ---
Assignee: stephan.wunderlich
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-10 15:44 UTC by steffen.grund
Modified: 2013-02-24 21:06 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 steffen.grund 2004-02-10 15:44:10 UTC
The following macro lets the office crash on Solaris:

xContainer = createUnoService("com.sun.star.text.AutoTextContainer")
msgbox xContainer.getCount()
xContainer.getByIndex(0)

Macro throws a NoSuchElementException on Windows.
Worked on src680_m20.
Comment 1 thomas.lange 2004-03-08 11:55:40 UTC
.
Comment 2 stephan.wunderlich 2004-05-28 11:07:58 UTC
SW->TL: the fact that the XIndexAccess is supported by the AutoTextContainer
should be reflected in the idl-reference.
Comment 3 thomas.lange 2004-05-28 11:15:36 UTC
->QA: when verifying this one please also check #i23293#.
Both variants should work. Until only either one or the other was not functional.
Comment 4 thomas.lange 2004-05-28 11:17:08 UTC
Files changed:
- unoatxt.cxx 1.27.118.1
Comment 5 thomas.lange 2004-05-28 12:29:21 UTC
Fixed in CWS tleamisc.

Additional files changed:
- AutoTextContainer.idl 1.6.348.1
Comment 6 thomas.lange 2004-08-06 11:56:22 UTC
.
Comment 7 thomas.lange 2004-08-06 11:56:50 UTC
OK in CWS tleamisc.
Comment 8 stephan.wunderlich 2004-08-10 16:45:27 UTC
fixed in cws_tleamisc
Comment 9 stephan.wunderlich 2004-08-10 16:45:47 UTC
works as expected in cws_tleamisc => verified
Comment 10 stephan.wunderlich 2004-09-10 11:59:52 UTC
ok in src680_m52 => closed