22module
com { module sun { module star { module registry {
354 [in]
string aLinkTarget )
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
string getResolvedName([in] string aKeyName)
void setStringListValue([in] sequence< string > seqValue)
sets a unicode string value to the key.
void setAsciiValue([in] string value)
sets an ASCII string value to the key.
sequence< string > getAsciiListValue()
void setStringValue([in] string value)
sets a unicode string value to the key.
string getLinkTarget([in] string rLinkName)
void deleteKey([in] string rKeyName)
deletes a key from the registry.
boolean isValid()
checks if the key points to an open valid key in the data-source.
void closeKey()
closes a key in the registry.
sequence< string > getStringListValue()
com::sun::star::registry::RegistryKeyType getKeyType([in] string rKeyName)
void setBinaryValue([in] sequence< byte > value)
sets a binary value to the key.
sequence< byte > getBinaryValue()
void setLongListValue([in] sequence< long > seqValue)
sets a long list value to the key.
void setLongValue([in] long value)
sets a long value to the key.
boolean createLink([in] string aLinkName, [in] string aLinkTarget)
creates a new link in the registry.
com::sun::star::registry::XRegistryKey createKey([in] string aKeyName)
creates a new key in the registry.
com::sun::star::registry::RegistryValueType getValueType()
void setAsciiListValue([in] sequence< string > seqValue)
sets an ASCII string list value to the key.
sequence< string > getKeyNames()
sequence< com::sun::star::registry::XRegistryKey > openKeys()
opens all subkeys of the key.
boolean isReadOnly()
checks if the key can be overwritten.
com::sun::star::registry::XRegistryKey openKey([in] string aKeyName)
opens a sub key of the key.
string KeyName
This is the key of the entry relative to its parent.
Definition XRegistryKey.idl:41
void deleteLink([in] string rLinkName)
deletes a link from the registry.
sequence< long > getLongListValue()
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Interfaces to access registration databases.
Definition modules.idl:63
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
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20