Alphabetical Index: T

_ A B C D E F G H I L M N P Q R S T U V W

T

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(a[]) - 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(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.
toObject(com.sun.star.uno.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.
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() - method in class com.sun.star.uno.Type
toString(Object) - static method in class com.sun.star.uno.AnyConverter
converts a string or an any containing a string into a string.
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 com.sun.star.uno.Type
Represents the UNO built-in type TYPE.
TYPE - static field in class com.sun.star.uno.Type
Type() - constructor for class com.sun.star.uno.Type
Constructs a new Type which defaults to VOID.
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(com.sun.star.uno.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(String,TypeClass) - constructor for class com.sun.star.uno.Type
Constructs a new Type with the given type class and type name.
Type(TypeClass) - constructor for class com.sun.star.uno.Type
Constructs a new Type with the given type class.