Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
virtual | abstract | interface | template |
YES | YES | YES | NO |
This interface is used by the OPropertyHelper, to access the property description.
Methods |
|
virtual ~IPropertyArrayHelper( ); |
Following the rule, the first virtual method implies a virtual destructor. |
virtual sal_Bool fillPropertyMembersByHandle( ::rtl::OUString * pPropName, sal_Int16 * pAttributes, sal_Int32 nHandle ) = 0; |
Return the property members Name and Attribute from the handle nHandle. |
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > getProperties( void ) = 0; |
Return the sequence of properties. The sequence is sorted by name. |
virtual ::com::sun::star::beans::Property getPropertyByName( const ::rtl::OUString & rPropertyName ) throw( ::com::sun::star::beans::UnknownPropertyException ) = 0; |
Return the property with the name rPropertyName. |
virtual sal_Bool hasPropertyByName( const ::rtl::OUString & rPropertyName ) = 0; |
Return true if the property with the name rPropertyName exist, otherwise false. |
virtual sal_Int32 getHandleByName( const ::rtl::OUString & rPropertyName ) = 0; |
Return the handle of the property with the name rPropertyName. If the property does not exist -1 is returned. |
virtual sal_Int32 fillHandles( sal_Int32 * pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames ) = 0; |
Fill the array with the handles of the properties. |
Static Methods |
|
static void * operator new( size_t nSize ) throw( ); |
|
static void operator delete( void * pMem ) throw( ); |
|
static void * operator new( size_t , void * pMem ) throw( ); |
|
static void operator delete( void * , void * ) throw( ); |
Copyright © 2000, 2018 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.