LibreOffice Module comphelper (master) 1
|
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/util/XModifiable.hpp>
#include <com/sun/star/beans/XPropertyBag.hpp>
#include <com/sun/star/container/XSet.hpp>
#include <cppuhelper/implbase.hxx>
#include <comphelper/interfacecontainer3.hxx>
#include <comphelper/propstate.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <comphelper/propertybag.hxx>
#include <comphelper/uno3.hxx>
#include <map>
#include <set>
#include <memory>
Go to the source code of this file.
Classes | |
struct | comphelper::UnoTypeLess |
class | comphelper::OPropertyBag |
Namespaces | |
namespace | comphelper |
Typedefs | |
typedef std::map< sal_Int32, css::uno::Any > | comphelper::MapInt2Any |
typedef std::set< css::uno::Type, UnoTypeLess > | comphelper::TypeBag |
typedef ::cppu::WeakImplHelper< css::beans::XPropertyBag, css::util::XModifiable, css::lang::XServiceInfo, css::lang::XInitialization, css::container::XSet > | comphelper::OPropertyBag_Base |
typedef ::comphelper::OPropertyStateHelper | comphelper::OPropertyBag_PBase |