Language
The Free and Open Productivity Suite
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 |
:: class RegistryKeyNames
- Base Classes
- None.
- Known Derived Classes
- None.
virtual |
abstract |
interface |
template |
NO |
NO |
NO |
NO |
- Summary
- RegistryKeyNames represents an array of key names.
- Description
- RegistryKeyNames is a helper class to work with an array of key names.
- File
- registry.hxx
Public Members
-
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. |
Protected Members
-
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. |
Top of Page
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.