|
LibreOffice Module cppuhelper (master) 1
|
#include <cppuhelper/interfacecontainer.hxx>#include <cppuhelper/propshlp.hxx>#include <comphelper/sequence.hxx>#include <o3tl/safeint.hxx>#include <osl/diagnose.h>#include <osl/mutex.hxx>#include <sal/log.hxx>#include <memory>#include <com/sun/star/lang/XEventListener.hpp>Go to the source code of this file.
Namespaces | |
| namespace | cppu |
Typedefs | |
| typedef std::vector< std::pair< Type, void * > > | cppu::t_type2ptr |
| typedef std::vector< std::pair< sal_Int32, void * > > | cppu::t_long2ptr |
Functions | |
| static t_type2ptr::iterator | cppu::findType (t_type2ptr *pMap, const Type &rKey) |
| static t_long2ptr::iterator | cppu::findLong (t_long2ptr *pMap, sal_Int32 nKey) |