Lines Matching refs:MasterPropertySet
81 MasterPropertySet::MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo, IMutex *pMutex ) in MasterPropertySet() function in MasterPropertySet
90 void MasterPropertySet::lockMutex() in lockMutex()
95 void MasterPropertySet::unlockMutex() in unlockMutex()
101 MasterPropertySet::~MasterPropertySet() in ~MasterPropertySet()
113 Reference< XPropertySetInfo > SAL_CALL MasterPropertySet::getPropertySetInfo( ) in getPropertySetInfo()
119 void MasterPropertySet::registerSlave ( ChainablePropertySet *pNewSet ) in registerSlave()
126 void SAL_CALL MasterPropertySet::setPropertyValue( const ::rtl::OUString& rPropertyName, const Any&… in setPropertyValue()
160 Any SAL_CALL MasterPropertySet::getPropertyValue( const ::rtl::OUString& rPropertyName ) in getPropertyValue()
196 void SAL_CALL MasterPropertySet::addPropertyChangeListener( const ::rtl::OUString&, const Reference… in addPropertyChangeListener()
202 void SAL_CALL MasterPropertySet::removePropertyChangeListener( const ::rtl::OUString&, const Refere… in removePropertyChangeListener()
208 void SAL_CALL MasterPropertySet::addVetoableChangeListener( const ::rtl::OUString&, const Reference… in addVetoableChangeListener()
214 void SAL_CALL MasterPropertySet::removeVetoableChangeListener( const ::rtl::OUString&, const Refere… in removeVetoableChangeListener()
221 void SAL_CALL MasterPropertySet::setPropertyValues( const Sequence< ::rtl::OUString >& aPropertyNam… in setPropertyValues()
287 Sequence< Any > SAL_CALL MasterPropertySet::getPropertyValues( const Sequence< ::rtl::OUString >& a… in getPropertyValues()
353 void SAL_CALL MasterPropertySet::addPropertiesChangeListener( const Sequence< ::rtl::OUString >&, c… in addPropertiesChangeListener()
359 void SAL_CALL MasterPropertySet::removePropertiesChangeListener( const Reference< XPropertiesChange… in removePropertiesChangeListener()
365 void SAL_CALL MasterPropertySet::firePropertiesChangeEvent( const Sequence< ::rtl::OUString >&, con… in firePropertiesChangeEvent()
372 PropertyState SAL_CALL MasterPropertySet::getPropertyState( const ::rtl::OUString& PropertyName ) in getPropertyState()
404 Sequence< PropertyState > SAL_CALL MasterPropertySet::getPropertyStates( const Sequence< ::rtl::OUS… in getPropertyStates()
451 void SAL_CALL MasterPropertySet::setPropertyToDefault( const ::rtl::OUString& rPropertyName ) in setPropertyToDefault()
461 Any SAL_CALL MasterPropertySet::getPropertyDefault( const ::rtl::OUString& rPropertyName ) in getPropertyDefault()
471 void MasterPropertySet::_preGetPropertyState () in _preGetPropertyState()
477 void MasterPropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState()
483 void MasterPropertySet::_postGetPropertyState () in _postGetPropertyState()
489 void MasterPropertySet::_setPropertyToDefault( const comphelper::PropertyInfo& ) in _setPropertyToDefault()
495 Any MasterPropertySet::_getPropertyDefault( const comphelper::PropertyInfo& ) in _getPropertyDefault()