|
| Reference< XCurrentContext > | getCurrentContext () |
| | Getting the current context.
|
| |
| bool | setCurrentContext (Reference< XCurrentContext > const &xContext) |
| | Setting the current context.
|
| |
| template<class C > |
| bool | mapToCpp (Reference< C > *ppRet, uno_Interface *pUnoI) |
| | Deprecated.
|
| |
| template<class C > |
| bool | mapToUno (uno_Interface **ppRet, const Reference< C > &x) |
| | Deprecated.
|
| |
| template<class C > |
| Any | makeAny (const C &value) |
| | Template function to generically construct an any from a C++ value.
|
| |
| template<> |
| Any | makeAny (sal_uInt16 const &value) |
| |
| template<> |
| Any | makeAny (Any const &) SAL_DELETED_FUNCTION |
| |
| template<typename T > |
| Any | toAny (T const &value) |
| | Wrap a value in an Any, if necessary.
|
| |
| template<> |
| Any | toAny (Any const &value) |
| |
| template<class C > |
| void | operator<<= (Any &rAny, const C &value) |
| | Template binary <<= operator to set the value of an any.
|
| |
| template<> |
| void | operator<<= (Any &rAny, bool const &value) |
| |
| template<class C > |
| bool | operator>>= (const Any &rAny, C &value) |
| | Template binary >>= operator to assign a value from an any.
|
| |
| template<class C > |
| bool | operator== (const Any &rAny, const C &value) |
| | Template equality operator: compares set value of left side any to right side value.
|
| |
| template<class C > |
| bool | operator!= (const Any &rAny, const C &value) |
| | Template inequality operator: compares set value of left side any to right side value.
|
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_Bool &value) |
| |
| template<> |
| bool | operator== (const Any &rAny, const sal_Bool &value) |
| |
| template<> |
| bool | operator>>= (Any const &rAny, bool &value) |
| |
| template<> |
| bool | operator== (Any const &rAny, bool const &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_Int8 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_Int16 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_uInt16 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_Int32 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_uInt32 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_Int64 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_uInt64 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, float &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, double &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, ::rtl::OUString &value) |
| |
| template<> |
| bool | operator== (const Any &rAny, const ::rtl::OUString &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, Type &value) |
| |
| template<> |
| bool | operator== (const Any &rAny, const Type &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, Any &value) |
| |
| template<> |
| bool | operator== (const Any &rAny, const BaseReference &value) |
| |
| template<> |
| Any | makeAny (sal_uInt16 const &value) |
| |
| template<> |
| Any | toAny (Any const &value) |
| |
| template<> |
| void | operator<<= (Any &rAny, bool const &value) |
| |
| template<> |
| bool | operator>>= (const ::com::sun::star::uno::Any &rAny, sal_Bool &value) |
| |
| template<> |
| bool | operator== (const Any &rAny, const sal_Bool &value) |
| |
| template<> |
| bool | operator>>= (Any const &rAny, bool &value) |
| |
| template<> |
| bool | operator== (Any const &rAny, bool const &value) |
| |
| template<> |
| bool | operator>>= (const ::com::sun::star::uno::Any &rAny, sal_Int8 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_Int16 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_uInt16 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_Int32 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_uInt32 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_Int64 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, sal_uInt64 &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, float &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, double &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, ::rtl::OUString &value) |
| |
| template<> |
| bool | operator== (const Any &rAny, const ::rtl::OUString &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, Type &value) |
| |
| template<> |
| bool | operator== (const Any &rAny, const Type &value) |
| |
| template<> |
| bool | operator>>= (const Any &rAny, Any &value) |
| |
| template<> |
| bool | operator== (const Any &rAny, const BaseReference &value) |
| |
| template<typename charT , typename traits > |
| std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &o, Any const &any) |
| | Support for Any in std::ostream (and thus in CPPUNIT_ASSERT or SAL_INFO macros, for example).
|
| |
| void | cpp_acquire (void *pCppI) |
| | Function to acquire a C++ interface.
|
| |
| void | cpp_release (void *pCppI) |
| | Function to release a C++ interface.
|
| |
| void * | cpp_queryInterface (void *pCppI, typelib_TypeDescriptionReference *pType) |
| | Function to query for a C++ interface.
|
| |
| inline ::com::sun::star::uno::Sequence< sal_Int8 > | toUnoSequence (const ::rtl::ByteSequence &rByteSequence) |
| | Creates a UNO byte sequence from a SAL byte sequence.
|
| |