LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
List of all members
Converter Service Referencepublished

This service provides a widening converter converting from one type to another, if possible. More...

Inheritance diagram for Converter:
XTypeConverter XInterface

Additional Inherited Members

- Public Member Functions inherited from XTypeConverter
any convertTo ([in] any aFrom, [in] type xDestinationType) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::script::CannotConvertException )
 Converts the value aFrom to the specified type xDestinationType.
 
any convertToSimpleType ([in] any aFrom, [in] com::sun::star::uno::TypeClass aDestinationType) raises ( com::sun::star::lang::IllegalArgumentException, com::sun::star::script::CannotConvertException )
 Converts the value aFrom to the specified simple type aDestinationType.
 
- 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.
 

Detailed Description

This service provides a widening converter converting from one type to another, if possible.

What is possible?

rules:

Developers Guide
Advanced UNO - UNO Reflection API

The documentation for this service was generated from the following file: