22module
com { module sun { module star { module registry {
98 void setLongValue( [in]
long value )
111 sequence<
long> getLongListValue()
123 void setLongListValue( [in] sequence<
long> seqValue )
136 string getAsciiValue()
149 void setAsciiValue( [in]
string value )
162 sequence<
string> getAsciiListValue()
175 void setAsciiListValue( [in] sequence<
string> seqValue )
188 string getStringValue()
200 void setStringValue( [in]
string value )
213 sequence<
string> getStringListValue()
224 void setStringListValue( [in] sequence<
string> seqValue )
237 sequence<
byte> getBinaryValue()
249 void setBinaryValue( [in] sequence<
byte> value )
306 void deleteKey( [in]
string rKeyName )
330 sequence<
string> getKeyNames()
353 boolean createLink( [in]
string aLinkName,
354 [in]
string aLinkTarget )
367 void deleteLink( [in]
string rLinkName )
381 string getLinkTarget( [in]
string rLinkName )
396 string getResolvedName( [in]
string aKeyName )
signals that the registry is invalid or an operation on the registry failed.
Definition InvalidRegistryException.idl:28
signals that the value of the key is invalid or does not have the appropriate key type.
Definition InvalidValueException.idl:28
makes structural information (except regarding tree structures) of a single registry key accessible.
Definition XRegistryKey.idl:32
boolean isReadOnly()
checks if the key can be overwritten.
string KeyName
This is the key of the entry relative to its parent.
Definition XRegistryKey.idl:41
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
RegistryKeyType
represents all possible types of a key.
Definition RegistryKeyType.idl:30
RegistryValueType
represents all possible types of a key value.
Definition RegistryValueType.idl:31
Definition Ambiguous.idl:20