Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PROTECTED MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
virtual | abstract | interface | template |
NO | NO | NO | NO |
Methods |
|
RegistryKeyNames( ); |
Default constructor |
~RegistryKeyNames( ); |
Destructor, the internal array with key names will be deleted. |
::rtl::OUString getElement( sal_uInt32 index ); |
returns the name of the key sepecified by index. |
sal_uInt32 getLength( ); |
returns the length of the array. |
Methods |
|
void setKeyNames( Registry & registry, rtl_uString * * pKeyNames, sal_uInt32 length ); |
sets the data of the array. |
RegError freeKeyNames( ); |
delete the array of key names. |
Data |
|
sal_uInt32 m_length; | stores the number of key names, the number of elements. |
rtl_uString * * m_pKeyNames; | stores an array of key names. |
Registry m_registry; | stores the handle to the registry file where the appropriate keys are located. |
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.