Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: frame ::

interface XConfigManager

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]


Methods' Summary

addPropertyChangeListener add a listener to notify changes on "sKeyName"
removePropertyChangeListener remove a listener
substituteVariables substitute variables in "sText"
flush write data of INI-file to disk

Methods' Details

addPropertyChangeListener
 
[ oneway ] void
addPropertyChangeListener(
[ in ] string sKeyName,
[ in ] 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.

removePropertyChangeListener
 
[ oneway ] void
removePropertyChangeListener(
[ in ] string sKeyName,
[ in ] com::sun::star::beans::XPropertyChangeListener xListener );

Description
remove a listener
substituteVariables
 
string
substituteVariables(
[ in ] string sText );

Description
substitute variables in "sText"

The value of "sText" is NOT changed.

flush
 
[ oneway ] void
flush();
Description
write data of INI-file to disk

Top of Page