interface XIntroTest in module com::sun::star::beans::

(Global Index)

[ DEPRECATED ]

Syntax

interface XIntroTest : com::sun::star::uno::XInterface ;

Description

This is a test interface for introspection.

IMPORTANT: FOR TEST ONLY!

The following interface is just for testing purposes. It will not stay in the product. It is only used as an exportable test class, i.e. for BASIC integration.

Method Summary

writeln output method.

getDroenk ...

getIntroTest gets another object with this interface.

getUps !!! No property, because parameter exists

setDroenk ...

getBla ...

setBla !!! Not the set method for property Bla, because param type != return type.

getBlub ...

setBlub ...

getGulp ...

setGulp !!! Not the set method for property Gulp, because return type != void.

getTypeClass ...

setTypeClass ...

getStrings

setStrings ...

setStringsPerMethod ...

getMultiSequence

setMultiSequence ...

addPropertiesChangeListener Add a PropertiesChangeListener

removePropertiesChangeListener Remove a PropertiesChangeListener

Method Details



writeln

Syntax

void writeln (
string Text );

Description

output method.


getDroenk

Syntax

long getDroenk ();

Description

...


getIntroTest

Syntax

com::sun::star::beans::XIntroTest getIntroTest ();

Description

gets another object with this interface.


getUps

Syntax

long getUps (
long l );

Description

!!! No property, because parameter exists


setDroenk

Syntax

void setDroenk (
long l );

Description

...


getBla

Syntax

short getBla ();

Description

...


setBla

Syntax

void setBla (
long n );

Description

!!! Not the set method for property Bla, because param type != return type.


getBlub

Syntax

short getBlub ();

Description

...


setBlub

Syntax

void setBlub (
short n );

Description

...


getGulp

Syntax

short getGulp ();

Description

...


setGulp

Syntax

short setGulp (
short n );

Description

!!! Not the set method for property Gulp, because return type != void.


getTypeClass

Syntax

com::sun::star::uno::TypeClass getTypeClass (
short n );

Description

...


setTypeClass

Syntax

void setTypeClass (
com::sun::star::uno::TypeClass t,
double d1,
double d2 );

Description

...


getStrings

Syntax

sequence< string > getStrings ();

setStrings

Syntax

void setStrings (
sequence< string > Strings );

Description

...


setStringsPerMethod

Syntax

void setStringsPerMethod (
sequence< string > Strings,
short n );

Description

...


getMultiSequence

Syntax

sequence< sequence< sequence< short > > > getMultiSequence ();

setMultiSequence

Syntax

void setMultiSequence (
sequence< sequence< sequence< short > > > Seq );

Description

...


addPropertiesChangeListener

Syntax

oneway void addPropertiesChangeListener (
sequence< string > PropertyNames,
com::sun::star::beans::XPropertiesChangeListener Listener );

Description

Add a PropertiesChangeListener


removePropertiesChangeListener

Syntax

oneway void removePropertiesChangeListener (
com::sun::star::beans::XPropertiesChangeListener Listener );

Description

Remove a PropertiesChangeListener

Top of Page