|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module script {
44 [in] type xDestinationType )
any convertToSimpleType([in] any aFrom, [in] com::sun::star::uno::TypeClass aDestinationType)
Converts the value aFrom to the specified simple type aDestinationType.
This exception is thrown to indicate that a type conversion can not be performed.
Definition: CannotConvertException.idl:28
Interface to provide standard type conversions.
Definition: XTypeConverter.idl:30
Definition: Ambiguous.idl:20
TypeClass
This enum describes all type classes of UNO.
Definition: TypeClass.idl:35
any convertTo([in] any aFrom, [in] type xDestinationType)
Converts the value aFrom to the specified type xDestinationType.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:46