Overview | Namespace | Class | Index | Help |
const Registry_Api * | pApi ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const RegistryLoader & | rLoader ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const Registry & | toCopy ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const Registry & | toAssign ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
RegistryKey & | rRootKey ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
rRootKey | reference to a RegistryKey which is filled with the rootkey. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const ::rtl::OUString & | registryName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
registryName | specifies the name of the new registry. |
const ::rtl::OUString & | registryName, |
RegAccessMode | accessMode ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
registryName | specifies a registry name. |
accessMode | specifies the access mode for the registry, REG_READONLY or REG_READWRITE. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
const ::rtl::OUString & | registryName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
registryName | specifies a registry name, if the name is an empty string the registry itselfs will be destroyed. |
RegistryKey & | rKey, |
const ::rtl::OUString & | keyName, |
const ::rtl::OUString & | regFileName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
rKey | references a currently open key. The key which should store the registry information is a subkey of this key. |
keyName | specifies the name of the key which stores the registry information. If keyName is is an empty string the registry information will be saved under the key specified by rKey. |
regFileName | specifies the file containing the registry information. |
RegistryKey & | rKey, |
const ::rtl::OUString & | keyName, |
const ::rtl::OUString & | regFileName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
rKey | references a currently open key. The key which information is saved by this function is a subkey of this key. |
keyName | specifies the name of the key which information should be stored. If keyName is an empty string the registry information under the key specified by rKey is saved in the specified file. |
regFileName | specifies the file containing the registry information. |
RegistryKey & | rKey, |
const ::rtl::OUString & | keyName, |
const ::rtl::OUString & | regFileName, |
sal_Bool | bWarnings = sal_False, |
sal_Bool | bReport = sal_False ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
rKey | references a currently open key. The key which information is merged by this function is a subkey of this key |
keyName | specifies the name of the key which will be merged. If keyName is an empty string the registry information under the key specified by rKey is merged with the information from the specified file. |
regFileName | specifies the file containing the registry information. |
bWarnings | if TRUE the function returns an error if a key already exists. |
bReport | if TRUE the function reports warnings on stdout if a key already exists. |
RegistryKey & | rKey ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
rKey | references a currently open key which content will be reported. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Copyright © 2003 Sun Microsystems, Inc.