Issue 79098

Summary: runner: com::sun::star::awt::UnoControlScrollBarModel::Tabstop
Product: App Dev Reporter: chne
Component: apiAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: All   
OS: Solaris   
Issue Type: TASK Latest Confirmation in: ---
Developer Difficulty: ---

Description chne 2007-07-02 16:33:04 UTC
the optional property "Tabstop" should return "boolean" but I get a XInterface

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 forms.OScrollBarModel::com::sun::star::awt::UnoControlScrollBarModel
Comment 1 chne 2007-07-02 16:40:23 UTC
seems to be a solaris only problem
Comment 2 Frank Schönheit 2007-07-03 06:29:24 UTC
AWt is CD's responsibility nowadays.

fs->cd: I somehow doubt this bug, this would break a lot of functionality in OOo
if it were the case ...
Comment 3 carsten.driesner 2007-07-06 15:07:23 UTC
cd: Sounds very strange to me.
Comment 4 carsten.driesner 2007-07-10 10:26:11 UTC
cd->cn: Back to you. This is not a regression. The property "Tabstop" has the
following property flags "MAYBEVOID", "BOUND" and "MAYBEDEFAULT". These flags
are set for Tabstop for more than 2 years. Therefore it's allowed that this
property returns VOID. I don't know why VOID is mapped to
com.sun.star.XInterface, but this looks more like a Java UNO runtime
implementation issue.
Comment 5 chne 2007-07-11 09:25:18 UTC
accepted
Comment 6 chne 2008-02-28 15:42:47 UTC
change summary: interface test is valid for several implementations
Comment 7 chne 2009-04-20 09:24:07 UTC
change owner