Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
virtual | abstract | interface | template |
NO | NO | NO | NO |
Typedefs |
|
keyType |
Methods |
|
OMultiTypeInterfaceContainerHelperInt32( ::osl::Mutex & ) throw( ); |
Create a container of interface containers. |
~OMultiTypeInterfaceContainerHelperInt32( ) throw( ); |
Delete all containers. |
::com::sun::star::uno::Sequence< sal_Int32 > getContainedTypes( ) const throw( ); |
Return all id's under which at least one interface is added. |
OInterfaceContainerHelper * getContainer( const sal_Int32 & rKey ) const throw( ); |
Return the container created under this key. |
sal_Int32 addInterface( const sal_Int32 & rKey, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & r ) throw( ); |
Insert an element in the container specified with the key. The position is not specified. |
sal_Int32 removeInterface( const sal_Int32 & rKey, const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > & rxIFace ) throw( ); |
Remove an element from the container specified with the key. It uses the equal definition of uno objects to remove the interfaces. |
void disposeAndClear( const ::com::sun::star::lang::EventObject & rEvt ) throw( ); |
Call disposing on all objects in the container that support XEventListener. Then clear the container. |
void clear( ) throw( ); |
Remove all elements of all containers. Does not delete the container. |
Static Methods |
|
static void * operator new( size_t nSize ) throw( ); |
|
static void operator delete( void * pMem ) throw( ); |
|
static void * operator new( size_t , void * pMem ) throw( ); |
|
static void operator delete( void * , void * ) throw( ); |
Methods |
|
OMultiTypeInterfaceContainerHelperInt32( const OMultiTypeInterfaceContainerHelperInt32 & ) throw( ); |
|
OMultiTypeInterfaceContainerHelperInt32 & operator=( const OMultiTypeInterfaceContainerHelperInt32 & ) throw( ); |
Data |
|
void * m_pMap; | |
::osl::Mutex & rMutex; |
Copyright © 2000, 2016 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.