Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


Global Functions in Namespace cppu
in Sourcefile unotype.hxx


getTypeFavourUnsigned

template< typename T >


const ::com::sun::star::uno::Type & getTypeFavourUnsigned(
const T * );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO YES NO YES NO

Summary
A working replacement for getCppuType (see there).
Description
There are three overloads of this function that together form the replacement of getCppuType. The replacement has exactly the same semantics as getCppuType, in that it returns correct results for the UNO type UNSIGNED SHORT but not for the UNO type CHAR.
Since
UDK 3.2.2

getTypeFavourUnsigned
const ::com::sun::star::uno::Type & getTypeFavourUnsigned(
const ::sal_uInt16 * );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO NO NO YES NO

Summary
A working replacement for getCppuType (see there).
Description
There are three overloads of this function that together form the replacement of getCppuType. The replacement has exactly the same semantics as getCppuType, in that it returns correct results for the UNO type UNSIGNED SHORT but not for the UNO type CHAR.
Since
UDK 3.2.2

getTypeFavourUnsigned

template< typename T >


const ::com::sun::star::uno::Type & getTypeFavourUnsigned(
const ::com::sun::star::uno::Sequence< T > * );

virtual abstract const volatile template static inline C-linkage
NO NO NO NO YES NO YES NO

Summary
A working replacement for getCppuType (see there).
Description
There are three overloads of this function that together form the replacement of getCppuType. The replacement has exactly the same semantics as getCppuType, in that it returns correct results for the UNO type UNSIGNED SHORT but not for the UNO type CHAR.
Since
UDK 3.2.2

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.