LibreOffice
LibreOffice 7.4 SDK API Reference
List of all members
Converter Service Referencepublished

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

import"Converter.idl";

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. More...
 
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. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

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: