- toArray() - Method in class com.sun.star.lib.uno.helper.InterfaceContainer
-
Returns an array containing all of the elements in this list
in the correct order.
- toArray(Object[]) - Method in class com.sun.star.lib.uno.helper.InterfaceContainer
-
Returns an array containing all of the elements in this list in the
correct order.
- toArray(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts an array or an any containing an array into an array.
- toBoolean(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts an Boolean object or an Any object containing a Boolean object into a simple boolean.
- toByte(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts an Byte object or an Any object containing a Byte object into a simple byte.
- toChar(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts an Char object or an Any object containing a Char object into a simple char.
- toDouble(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a number object into a simple double and allows widening conversions.
- toFloat(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a number object into a simple float and allows widening conversions.
- toInt(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a number object into a simple int and allows widening conversions.
- toLong(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a number object into a simple long and allows widening conversions.
- toObject(Type, Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a UNO object (struct, exception, sequence, enum or interface) or an Any containing
these types into an UNO object of a specified destination type.
- toObject(Class<?>, Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a UNO object (struct, exception, sequence, enum or interface) or an Any containing
these types into an UNO object of a specified destination type.
- toShort(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a number object into a simple short and allows widening conversions.
- toString() - Method in class com.sun.star.uno.Any
-
- toString(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a string or an any containing a string into a string.
- toString() - Method in class com.sun.star.uno.Type
-
- toType(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a Type or an any containing a Type into a Type.
- toUnsignedInt(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a number object into an idl unsigned long and allows widening conversions.
- toUnsignedLong(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a number object into an idl unsigned hyper and allows widening conversions.
- toUnsignedShort(Object) - Static method in class com.sun.star.uno.AnyConverter
-
converts a number object into an idl unsigned short and allows widening conversions.
- trimToSize() - Method in class com.sun.star.lib.uno.helper.InterfaceContainer
-
Trims the capacity of this ArrayList instance to be the
list's current size.
- Type - Class in com.sun.star.uno
-
Represents the UNO built-in type TYPE
.
- Type() - Constructor for class com.sun.star.uno.Type
-
Constructs a new Type
which defaults to VOID
.
- Type(String, TypeClass) - Constructor for class com.sun.star.uno.Type
-
Constructs a new Type
with the given type class and type
name.
- Type(Class<?>) - Constructor for class com.sun.star.uno.Type
-
Constructs a new Type
from the given
java.lang.Class
.
- Type(Class<?>, boolean) - Constructor for class com.sun.star.uno.Type
-
Constructs a new Type
from the given
java.lang.Class
, handling ambiguous cases.
- Type(ITypeDescription) - Constructor for class com.sun.star.uno.Type
-
Constructs a new Type
from the given type description.
- Type(String) - Constructor for class com.sun.star.uno.Type
-
Constructs a new Type
with the given type name.
- Type(TypeClass) - Constructor for class com.sun.star.uno.Type
-
Constructs a new Type
with the given type class.
- TYPE - Static variable in class com.sun.star.uno.Type
-