LibreOffice Module cppuhelper (master) 1
|
#include <osl/diagnose.h>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/propshlp.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <memory>
#include <sal/log.hxx>
Go to the source code of this file.
Classes | |
class | cppu::OPropertySetHelper::Impl |
Namespaces | |
namespace | cppu |
Functions | |
static const css::uno::Type & | cppu::getPropertyTypeIdentifier () |
static const css::uno::Type & | cppu::getPropertiesTypeIdentifier () |
static const css::uno::Type & | cppu::getVetoableTypeIdentifier () |
static int | cppu::compare_OUString_Property_Impl (const void *arg1, const void *arg2) SAL_THROW_EXTERN_C() |
static int | cppu::compare_Property_Impl (const void *arg1, const void *arg2) SAL_THROW_EXTERN_C() |
|
private |
Definition at line 76 of file propshlp.cxx.