Overview | Namespace | Class | Index | Help |
::com::sun::star::beans::Property * | pProps, |
sal_Int32 | nElements, |
sal_Bool | bSorted = sal_True ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Create an object which supports the common property interfaces.
pProps | array of properties The array pProps should be sorted. |
nElements | is the number of properties in the pProps structure. |
bSorted | indicates that the elements are sorted. |
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > & | aProps, |
sal_Bool | bSorted = sal_True ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Create an object which supports the common property interfaces.
aProps | sequence of properties which are supported by this helper. The sequence aProps should be sorted. |
bSorted | indicates that the elements are sorted. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Return the number of properties.
::rtl::OUString * | pPropName, |
sal_Int16 * | pAttributes, |
sal_Int32 | nHandle ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | NO | NO | NO | NO | NO | NO | NO |
Return the property members Name and Attribute from the handle nHandle.
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 is only an indexed acces to the property array. Otherwise it is a linear search through the 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. |
True, if the handle exist, otherwise false.
void | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | NO | NO | NO | NO | NO | NO | NO |
Return the sequence of properties. The sequence is sorted by name.
const ::rtl::OUString & | rPropertyName ) |
throw( ::com::sun::star::beans::UnknownPropertyException ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | NO | NO | NO | NO | NO | NO | NO |
Return the property with the name rPropertyName.
rPropertyName | the name of the property. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | NO | NO | NO | NO | NO | NO | NO |
Return true if the property with the name rPropertyName exist, otherwise false.
rPropertyName | the name of the property. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | NO | NO | NO | NO | NO | NO | NO |
Return the handle of the property with the name rPropertyName. If the property does not exist -1 is returned.
rPropertyName | the name of the property. |
sal_Int32 * | pHandles, |
const ::com::sun::star::uno::Sequence< ::rtl::OUString > & | rPropNames ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | NO | NO | NO | NO | NO | NO | NO |
Fill the array with the handles of the properties.
the handles of the names from the pHandles array. -1 indicates an unknown property name.
sal_Bool | bSorted ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Copyright © 2003 Sun Microsystems, Inc.