Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


Methods of Class OMultiTypeInterfaceContainerHelperVar


OMultiTypeInterfaceContainerHelperVar
OMultiTypeInterfaceContainerHelperVar(
::osl::Mutex & ) throw();

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

Summary
Create a container of interface containers.
Parameters
rMutex
the mutex to protect multi thread access.
                    The lifetime must be longer than the lifetime
                    of this object.

~OMultiTypeInterfaceContainerHelperVar
~OMultiTypeInterfaceContainerHelperVar() throw();

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

Summary
Deletes all containers.

getContainedTypes
::com::sun::star::uno::Sequence< key > getContainedTypes() throw();

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

Summary
Return all id's under which at least one interface is added.

getContainer
OInterfaceContainerHelper * getContainer(
const key & ) const throw();

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

Summary
Return the container created under this key. The InterfaceContainerHelper exists until the whole MultiTypeContainer is destroyed.
Return
the container created under this key. If the container was not created, null was returned.

addInterface
sal_Int32 addInterface(
const key & rKey,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & r ) throw();

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

Summary
Inserts an element into the container with the specified key. The position is not specified, thus it is not specified in which order events are fired.
ATTENTION!
If you add the same interface more than once, then it will be added to the elements list more than once and thus if you want to remove that interface from the list, you have to call removeInterface() the same number of times. In the latter case, you will also get events fired more than once (if the interface is a listener interface).
Parameters
rKey
       the id of the container
r
       interface to be added; it is allowed, to insert null or
       the same interface more than once
Return
the new count of elements in the container

removeInterface
sal_Int32 removeInterface(
const key & rKey,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & rxIFace ) throw();

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

Summary
Removes an element from the container with the specified key. It uses interface equality to remove the interface.
Parameters
rKey
       the id of the container
rxIFace
       interface to be removed
Return
the new count of elements in the container

disposeAndClear
void disposeAndClear(
const ::com::sun::star::lang::EventObject & rEvt ) throw();

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

Summary
Call disposing on all references in the container, that support XEventListener. Then clears the container.
Parameters
rEvt
the event object which is passed during disposing() call

clear
void clear() throw();

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

Summary
Remove all elements of all containers. Does not delete the container.

find
InterfaceMap::iterator find(
const key & rKey ) const;

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


OMultiTypeInterfaceContainerHelperVar
OMultiTypeInterfaceContainerHelperVar(
const OMultiTypeInterfaceContainerHelperVar & ) throw();

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


operator=
OMultiTypeInterfaceContainerHelperVar & operator=(
const OMultiTypeInterfaceContainerHelperVar & ) throw();

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


operator new
static void * operator new(
size_t nSize ) throw();

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


operator delete
static void operator delete(
void * pMem ) throw();

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


operator new
static void * operator new(
size_t ,
void * pMem ) throw();

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


operator delete
static void operator delete(
void * ,
void * ) throw();

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


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.