Lines Matching refs:ChainablePropertySet

41 ChainablePropertySet::ChainablePropertySet( comphelper::ChainablePropertySetInfo* pInfo, vos::IMute…  in ChainablePropertySet()  function in ChainablePropertySet
49 ChainablePropertySet::~ChainablePropertySet() in ~ChainablePropertySet()
55 Reference< XPropertySetInfo > SAL_CALL ChainablePropertySet::getPropertySetInfo( ) in getPropertySetInfo()
61 void ChainablePropertySet::lockMutex() in lockMutex()
67 void ChainablePropertySet::unlockMutex() in unlockMutex()
73 void SAL_CALL ChainablePropertySet::setPropertyValue( const ::rtl::OUString& rPropertyName, const A… in setPropertyValue()
91 Any SAL_CALL ChainablePropertySet::getPropertyValue( const ::rtl::OUString& rPropertyName ) in getPropertyValue()
112 void SAL_CALL ChainablePropertySet::addPropertyChangeListener( const ::rtl::OUString&, const Refere… in addPropertyChangeListener()
118 void SAL_CALL ChainablePropertySet::removePropertyChangeListener( const ::rtl::OUString&, const Ref… in removePropertyChangeListener()
124 void SAL_CALL ChainablePropertySet::addVetoableChangeListener( const ::rtl::OUString&, const Refere… in addVetoableChangeListener()
130 void SAL_CALL ChainablePropertySet::removeVetoableChangeListener( const ::rtl::OUString&, const Ref… in removeVetoableChangeListener()
137 void SAL_CALL ChainablePropertySet::setPropertyValues( const Sequence< ::rtl::OUString >& aProperty… in setPropertyValues()
171 Sequence< Any > SAL_CALL ChainablePropertySet::getPropertyValues( const Sequence< ::rtl::OUString >… in getPropertyValues()
205 void SAL_CALL ChainablePropertySet::addPropertiesChangeListener( const Sequence< ::rtl::OUString >&… in addPropertiesChangeListener()
211 void SAL_CALL ChainablePropertySet::removePropertiesChangeListener( const Reference< XPropertiesCha… in removePropertiesChangeListener()
217 void SAL_CALL ChainablePropertySet::firePropertiesChangeEvent( const Sequence< ::rtl::OUString >&, … in firePropertiesChangeEvent()
224 PropertyState SAL_CALL ChainablePropertySet::getPropertyState( const ::rtl::OUString& PropertyName … in getPropertyState()
240 Sequence< PropertyState > SAL_CALL ChainablePropertySet::getPropertyStates( const Sequence< ::rtl::… in getPropertyStates()
266 void SAL_CALL ChainablePropertySet::setPropertyToDefault( const ::rtl::OUString& rPropertyName ) in setPropertyToDefault()
276 Any SAL_CALL ChainablePropertySet::getPropertyDefault( const ::rtl::OUString& rPropertyName ) in getPropertyDefault()
286 void ChainablePropertySet::_preGetPropertyState () in _preGetPropertyState()
292 void ChainablePropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState()
298 void ChainablePropertySet::_postGetPropertyState () in _postGetPropertyState()
304 void ChainablePropertySet::_setPropertyToDefault( const comphelper::PropertyInfo& ) in _setPropertyToDefault()
310 Any ChainablePropertySet::_getPropertyDefault( const comphelper::PropertyInfo& ) in _getPropertyDefault()