22 module
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 )
285 com::sun::star::registry::
XRegistryKey createKey( [in]
string aKeyName )
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 )
Definition: Ambiguous.idl:20
makes structural information (except regarding tree structures) of a single registry key accessible...
Definition: XRegistryKey.idl:31
signals that the registry is invalid or an operation on the registry failed.
Definition: InvalidRegistryException.idl:27
string KeyName
This is the key of the entry relative to its parent.
Definition: XRegistryKey.idl:41
RegistryValueType
represents all possible types of a key value.
Definition: RegistryValueType.idl:30
signals that the value of the key is invalid or does not have the appropriate key type...
Definition: InvalidValueException.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:45
RegistryKeyType
represents all possible types of a key.
Definition: RegistryKeyType.idl:29