|
Syntax
- void writeln
(
- string Text );
Description
output method.
Syntax
- long getDroenk
();
Description
...
Syntax
- com::sun::star::beans::XIntroTest getIntroTest
();
Description
gets another object with this interface.
Syntax
- long getUps
(
- long l );
Description
!!! No property, because parameter exists
Syntax
- void setDroenk
(
- long l );
Description
...
Syntax
- short getBla
();
Description
...
Syntax
- void setBla
(
- long n );
Description
!!! Not the set method for property Bla, because param type != return type.
Syntax
- short getBlub
();
Description
...
Syntax
- void setBlub
(
- short n );
Description
...
Syntax
- short getGulp
();
Description
...
Syntax
- short setGulp
(
- short n );
Description
!!! Not the set method for property Gulp, because return type != void.
Syntax
- com::sun::star::uno::TypeClass getTypeClass
(
- short n );
Description
...
Syntax
- void setTypeClass
(
- com::sun::star::uno::TypeClass t,
- double d1,
- double d2 );
Description
...
Syntax
- sequence< string > getStrings
();
Syntax
- void setStrings
(
- sequence< string > Strings );
Description
...
Syntax
- void setStringsPerMethod
(
- sequence< string > Strings,
- short n );
Description
...
Syntax
- sequence< sequence< sequence< short > > > getMultiSequence
();
Syntax
- void setMultiSequence
(
- sequence< sequence< sequence< short > > > Seq );
Description
...
Syntax
- oneway void addPropertiesChangeListener
(
- sequence< string > PropertyNames,
- com::sun::star::beans::XPropertiesChangeListener Listener );
Description
Add a PropertiesChangeListener
Syntax
- oneway void removePropertiesChangeListener
(
- com::sun::star::beans::XPropertiesChangeListener Listener );
Description
Remove a PropertiesChangeListener
|