Issue 79073 - API: chart2: could not get XAccessible
Summary: API: chart2: could not get XAccessible
Status: CONFIRMED
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: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-02 10:19 UTC by chne
Modified: 2013-09-25 20:42 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 chne 2007-07-02 10:19:10 UTC
since chart2 the UNO-API tests are not able to get XAccessible.

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o sch.AccArea -tdoc  [PATH_TO_TEST_DOCS]
Comment 1 bjoern.milcke 2007-07-16 16:41:51 UTC
Adapting target.

->cn: Any news? You said you would check what the problem really is.
Comment 2 chne 2007-11-22 12:10:03 UTC
cn->bm:

XAccessible xAccessible = (XAccessible) UnoRuntime.queryInterface(
XAccessible.class, xObject);

returns null.
xObject is the implementation object of f.e. sch.AccArea
Comment 3 bjoern.milcke 2008-01-16 10:09:07 UTC
adapting target
Comment 4 bjoern.milcke 2008-06-04 20:36:43 UTC
Changing target due to lack of resources.
Comment 5 IngridvdM 2008-07-03 11:49:16 UTC
change owner