| Overview | Namespace | Class | Index | Help |
| ::osl::Mutex & | ) throw(); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
Create a container of interface containers.
| rMutex | |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
Delete all containers.
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
Return all id's under which at least one interface is added.
| const ::com::sun::star::uno::Type & | rKey ) const throw(); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | YES | NO | NO | NO | NO | NO |
Return the container created under this key.
the container created under this key. If the container
was not created, null was returned.
| const ::com::sun::star::uno::Type & | 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 | NO | NO |
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.
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).
| rKey | the id of the container |
| r | |
the new count of elements in the container
| const ::com::sun::star::uno::Type & | 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 | NO | NO |
Removes an element from the container with the specified key. It uses interface equality to remove the interface.
| rKey | the id of the container |
| rxIFace | interface to be removed |
the new count of elements in the container
| const ::com::sun::star::lang::EventObject & | rEvt ) throw(); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
Call disposing on all object in the container that support XEventListener. Than clear the container.
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | NO | NO |
Remove all elements of all containers. Does not delete the container.
| const OMultiTypeInterfaceContainerHelper & | ) throw(); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | YES | NO |
| const OMultiTypeInterfaceContainerHelper & | ) throw(); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | NO | YES | NO |
| size_t | nSize ) throw(); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | YES | YES | NO |
| void * | pMem ) throw(); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | YES | YES | NO |
| size_t | , |
| void * | pMem ) throw(); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | YES | YES | NO |
| void * | , |
| void * | ) throw(); |
| virtual | abstract | const | volatile | template | static | inline | C-linkage |
| NO | NO | NO | NO | NO | YES | YES | NO |
Copyright © 2003 Sun Microsystems, Inc.