Overview | Namespace | Class | Index | Help |
const ::com::sun::star::uno::Any & | rAny ) |
throw( ::com::sun::star::lang::IllegalArgumentException ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
* extracts a boolean either as a sal_Bool or an integer from * an any. If there is no sal_Bool or integer inside the any * a ::com::sun::star::lang::IllegalArgumentException is thrown *
template< typename E >
E & | eRet, |
const ::com::sun::star::uno::Any & | rAny ) |
throw( ::com::sun::star::lang::IllegalArgumentException ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | YES | NO | YES | NO |
* Sets int32 from enum or int in any with additional typecheck * <BR> *
rAny | enum or int * |
eRet | the enum value as int. If there is not enum of the given type or * a ::com::sun::star::lang::IllegalArgumentException is thrown |
sal_Bool | bBool ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
* Puts a boolean in an any. * * @DEPRECATED : use makeAny< sal_Bool >() *
template< typename E >
E | eEnum ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | YES | NO | YES | NO |
* Template function to create an uno::Any from an enum * * @DEPRECATED : use makeAny< E >() *
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
* Sets int32 from enum or int in any. *<BR> *
rnEnum | int32 enum value * |
rAny | enum or int * |
sal_True | if enum or int value was set else sal_False. |
template< typename T >
::com::sun::star::uno::Reference< T > & | rxOut, |
const ::com::sun::star::uno::Any & | rAny ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | YES | NO | YES | NO |
* Extracts interface from an any. If given any does not hold the demanded interface, * it will be queried for it. * If no interface is available, the out ref will be cleared. *<BR> *
rxOut | demanded interface * |
rAny | interface * |
sal_True if any reference (including the null ref) was retrieved from any else sal_False.
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
* Sets enum from int32 value. This function does NOT check for valid enum values! *<BR> *
nEnum | int32 enum value * |
rType | enum type * |
enum or emoty any.
Copyright © 2003 Sun Microsystems, Inc.