Methods of Class IPropertyArrayHelper
- ~IPropertyArrayHelper
- virtual ~IPropertyArrayHelper();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
YES |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
- Summary
- Following the rule, the first virtual method implies a virtual destructor.
- fillPropertyMembersByHandle
- virtual sal_Bool fillPropertyMembersByHandle(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
YES |
YES |
NO |
NO |
NO |
NO |
NO |
NO |
- Summary
- Return the property members Name and Attribute from the handle nHandle.
- Parameters
nHandle |
the handle of a property. If the values of the handles
are sorted in the same way as the names and the highest handle value
is getCount() -1, than it must be an indexed acces to the property array.
|
pPropName |
is an out parameter filled with property name of the property with the
handle nHandle. May be NULL.
|
rAttributes |
is an out parameter filled with attributes of the property with the
handle nHandle. May be NULL.
|
- Return
- True, if the handle exist, otherwise false.
- getProperties
- virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > getProperties(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
YES |
YES |
NO |
NO |
NO |
NO |
NO |
NO |
- Summary
- Return the sequence of properties. The sequence is sorted by name.
- getPropertyByName
- virtual ::com::sun::star::beans::Property getPropertyByName(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
YES |
YES |
NO |
NO |
NO |
NO |
NO |
NO |
- Summary
- Return the property with the name rPropertyName.
- Parameters
rPropertyName |
the name of the property.
|
- hasPropertyByName
- virtual sal_Bool hasPropertyByName(
const ::rtl::OUString & |
rPropertyName ) = 0; |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
YES |
YES |
NO |
NO |
NO |
NO |
NO |
NO |
- Summary
- Return true if the property with the name rPropertyName exist, otherwise false.
- Parameters
rPropertyName |
the name of the property.
|
- getHandleByName
- virtual sal_Int32 getHandleByName(
const ::rtl::OUString & |
rPropertyName ) = 0; |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
YES |
YES |
NO |
NO |
NO |
NO |
NO |
NO |
- Summary
- Return the handle of the property with the name rPropertyName.
If the property does not exist -1 is returned.
- Parameters
rPropertyName |
the name of the property.
|
- fillHandles
- virtual sal_Int32 fillHandles(
sal_Int32 * |
pHandles, |
const ::com::sun::star::uno::Sequence< ::rtl::OUString > & |
rPropNames ) = 0; |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
YES |
YES |
NO |
NO |
NO |
NO |
NO |
NO |
- Summary
- Fill the array with the handles of the properties.
- Return
- the handles of the names from the pHandles array. -1
indicates an unknown property name.
- operator new
- static void * operator new(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- operator delete
- static void operator delete(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- operator new
- static void * operator new(
size_t |
, |
void * |
pMem ) throw(); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
- operator delete
- static void operator delete(
void * |
, |
void * |
) throw(); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
YES |
YES |
NO |
Top of Page
Copyright © 2000, 2015 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.