(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

::

template< typename ValueType >

class RegistryValueList


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO YES
Summary
RegistryValueList represents a value list of the specified type.
Description
RegistryValueList is a helper class to work with a list value.
File
registry.hxx

Public Members

Methods


RegistryValueList( );
Default constructor

~RegistryValueList( );
Destructor, the internal value list will be freed.
ValueType
getElement( sal_uInt32 index );
returns the value of the list specified by index.
sal_uInt32
getLength( );
returns the length of the list.

Protected Members

Methods

void
setValueList( Registry & registry, RegValueType valueType, ValueType * pValueList, sal_uInt32 length );
sets the data of the value list.

Data

sal_uInt32 m_length; stores the length of the list, the number of elements.
ValueType * m_pValueList; stores the value list.
RegValueType m_valueType; stores the type of the list elements
Registry m_registry; stores the handle to the registry file where the appropriate key to this value is located.

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.