Deprecated, UNOIDL does not have an array concept. More...
import "XArrayTypeDescription.idl";
 
  
| Public Member Functions | |
| com::sun::star::reflection::XTypeDescription | getType () | 
| Returns the element type of the array. | |
| long | getNumberOfDimensions () | 
| Returns the number of dimensions of the array. | |
| sequence< long > | getDimensions () | 
| Returns dimensions of array (same length as getNumberOfDimensions()). | |
|  Public Member Functions inherited from XTypeDescription | |
| com::sun::star::uno::TypeClass | getTypeClass () | 
| Returns the type class of the reflected UNOIDL entity. | |
| string | getName () | 
| Returns the fully qualified name of the UNOIDL entity. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Deprecated, UNOIDL does not have an array concept.
| sequence< long > getDimensions | ( | ) | 
Returns dimensions of array (same length as getNumberOfDimensions()).
| long getNumberOfDimensions | ( | ) | 
Returns the number of dimensions of the array.
| com::sun::star::reflection::XTypeDescription getType | ( | ) | 
Returns the element type of the array.