LibreOffice Module comphelper (master)
1
|
#include <propertycontainerhelper.hxx>
Classes | |
union | LocationAccess |
Public Types | |
enum | LocationType { LocationType::DerivedClassRealType, LocationType::DerivedClassAnyType, LocationType::HoldMyself } |
Public Member Functions | |
PropertyDescription () | |
Public Attributes | |
css::beans::Property | aProperty |
LocationType | eLocated |
LocationAccess | aLocation |
Definition at line 34 of file propertycontainerhelper.hxx.
|
strong |
Enumerator | |
---|---|
DerivedClassRealType | |
DerivedClassAnyType | |
HoldMyself |
Definition at line 37 of file propertycontainerhelper.hxx.
|
inline |
Definition at line 54 of file propertycontainerhelper.hxx.
References comphelper::PropertyDescription::LocationAccess::nOwnClassVectorIndex.
LocationAccess comphelper::PropertyDescription::aLocation |
css::beans::Property comphelper::PropertyDescription::aProperty |
Definition at line 50 of file propertycontainerhelper.hxx.
Referenced by comphelper::OPropertyContainerHelper::implPushBackProperty(), comphelper::OPropertyContainerHelper::registerMayBeVoidProperty(), comphelper::OPropertyContainerHelper::registerProperty(), comphelper::OPropertyContainerHelper::registerPropertyNoMember(), and comphelper::OPropertyContainerHelper::searchHandle().
LocationType comphelper::PropertyDescription::eLocated |