|
LibreOffice Module comphelper (master) 1
|
#include <MasterPropertySet.hxx>
Public Member Functions | |
| SlaveData (ChainablePropertySet *pSlave) | |
| bool | IsInit () const |
| void | SetInit (bool bInit) |
Public Attributes | |
| rtl::Reference< ChainablePropertySet > | mxSlave |
| bool | mbInit |
Definition at line 37 of file MasterPropertySet.hxx.
| SlaveData::SlaveData | ( | ChainablePropertySet * | pSlave | ) |
Definition at line 58 of file MasterPropertySet.cxx.
|
inline |
Definition at line 43 of file MasterPropertySet.hxx.
References mbInit.
Referenced by comphelper::MasterPropertySet::getPropertyStates(), comphelper::MasterPropertySet::getPropertyValues(), and comphelper::MasterPropertySet::setPropertyValues().
|
inline |
Definition at line 44 of file MasterPropertySet.hxx.
References mbInit.
Referenced by comphelper::MasterPropertySet::getPropertyStates(), comphelper::MasterPropertySet::getPropertyValues(), and comphelper::MasterPropertySet::setPropertyValues().
| bool comphelper::SlaveData::mbInit |
Definition at line 40 of file MasterPropertySet.hxx.
| rtl::Reference< ChainablePropertySet > comphelper::SlaveData::mxSlave |
Definition at line 39 of file MasterPropertySet.hxx.
Referenced by comphelper::MasterPropertySet::getPropertyValues(), and comphelper::MasterPropertySet::setPropertyValues().