Overview | Namespace | Class | Index | Help |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | NO | NO | NO | NO | NO | NO | NO |
Folowing the rule, the first virtual method impies the virtual destructor.
::rtl::OUString * | pPropName, |
sal_Int16 * | pAttributes, |
sal_Int32 | nHandle ) = 0; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | YES | 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 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. |
True, if the handle exist, otherwise false.
void | ) = 0; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | YES | 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 ) = 0; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | YES | 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 | YES | 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 | YES | 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 ) = 0; |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
YES | YES | 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.
size_t | nSize ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
void * | pMem ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
size_t | , |
void * | pMem ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
void * | , |
void * | ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
Copyright © 2010 Sun Microsystems, Inc.