|
Syntax
- oneway void addPropertyChangeListener
(
- string sKeyName,
- com::sun::star::beans::XPropertyChangeListener xListener );
Description
add a listener to notify changes on "sKeyName"
If sKeyName specifies a group of keys, the listener gets one notify for each subkey.
Syntax
- oneway void removePropertyChangeListener
(
- string sKeyName,
- com::sun::star::beans::XPropertyChangeListener xListener );
Description
remove a listener
Syntax
- string substituteVariables
(
- string sText );
Description
substitute variables in "sText"
The value of "sText" is NOT changed.
Syntax
- oneway void flush
();
Description
write data of INI-file to disk
|