Methods' Details |
writeln
void
writeln( |
[in] string |
Text ); |
- Description
- output method.
|
|
getDroenk
|
getIntroTest
- Description
- gets another object with this interface.
|
|
getUps
long
getUps( |
[in] long |
l ); |
- Description
- !!! No property, because parameter exists
|
|
setDroenk
void
setDroenk( |
[in] long |
l ); |
- Description
- ...
|
|
getBla
|
setBla
void
setBla( |
[in] long |
n ); |
- Description
- !!! Not the set method for property Bla, because param type != return type.
|
|
getBlub
|
setBlub
void
setBlub( |
[in] short |
n ); |
- Description
- ...
|
|
getGulp
|
setGulp
short
setGulp( |
[in] short |
n ); |
- Description
- !!! Not the set method for property Gulp, because return type != void.
|
|
getTypeClass
::com::sun::star::uno::TypeClass
getTypeClass( |
[in] short |
n ); |
- Description
- ...
|
|
setTypeClass
void
setTypeClass( |
[in] ::com::sun::star::uno::TypeClass
[in] double
[in] double |
t,
d1,
d2 ); |
- Description
- ...
|
|
getStrings
sequence< string >
getStrings(); |
|
|
|
|
setStrings
void
setStrings( |
[in] sequence< string > |
Strings ); |
- Description
- ...
|
|
setStringsPerMethod
void
setStringsPerMethod( |
[in] sequence< string >
[in] short |
Strings,
n ); |
- Description
- ...
|
|
getMultiSequence
sequence< sequence< sequence< short > > >
getMultiSequence(); |
|
|
|
|
setMultiSequence
void
setMultiSequence( |
[in] sequence< sequence< sequence< short > > > |
Seq ); |
- Description
- ...
|
|
addPropertiesChangeListener
- Description
- adds a listener which is called, when one of the specified properties
changes its value.
It is suggested to allow multiple registration of the same listener,
thus for each time a listener is added, it has to be removed.
|
|
removePropertiesChangeListener
- Description
- removes a listener.
It is suggested to allow multiple registration of the same listener,
thus for each time a listener is added, it has to be removed.
|
|
Copyright © 2003 Sun Microsystems, Inc.