LibreOffice Module forms (master) 1
Classes | Typedefs
collection.hxx File Reference
#include "enumeration.hxx"
#include <cppuhelper/implbase.hxx>
#include <osl/diagnose.h>
#include <com/sun/star/container/ElementExistException.hpp>
#include <com/sun/star/container/NoSuchElementException.hpp>
#include <com/sun/star/container/XEnumeration.hpp>
#include <com/sun/star/container/XIndexReplace.hpp>
#include <com/sun/star/container/XSet.hpp>
#include <com/sun/star/container/XContainer.hpp>
#include <com/sun/star/container/XContainerListener.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Type.hxx>
#include <vector>
Include dependency graph for collection.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Collection< ELEMENT_TYPE >
 

Typedefs

typedef cppu::WeakImplHelper< css::container::XIndexReplace, css::container::XSet, css::container::XContainer > Collection_t
 

Typedef Documentation

◆ Collection_t

typedef cppu::WeakImplHelper< css::container::XIndexReplace, css::container::XSet, css::container::XContainer> Collection_t

Definition at line 45 of file collection.hxx.