Home
last modified time | relevance | path

Searched refs:PropertySetBase (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/forms/source/xforms/
H A Dpropertysetbase.cxx64 PropertySetBase::PropertySetBase( ) in PropertySetBase() function in PropertySetBase
69 PropertySetBase::~PropertySetBase( ) in ~PropertySetBase()
74 cppu::IPropertyArrayHelper& SAL_CALL PropertySetBase::getInfoHelper() in getInfoHelper()
84 Reference< XPropertySetInfo > SAL_CALL PropertySetBase::getPropertySetInfo( ) throw(RuntimeExcepti… in getPropertySetInfo()
89 void PropertySetBase::registerProperty( const Property& rProperty, in registerProperty()
102 void PropertySetBase::notifyAndCachePropertyValue( sal_Int32 nHandle ) in notifyAndCachePropertyValue()
138 void PropertySetBase::initializePropertyValueCache( sal_Int32 nHandle ) in initializePropertyValueCache()
150 PropertyAccessorBase& PropertySetBase::locatePropertyHandler( sal_Int32 nHandle ) const in locatePropertyHandler()
160 sal_Bool SAL_CALL PropertySetBase::convertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, … in convertFastPropertyValue()
177 void SAL_CALL PropertySetBase::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rVal… in setFastPropertyValue_NoBroadcast()
[all …]
H A Dpropertysetbase.hxx188 class PropertySetBase : public ::comphelper::OStatefulPropertySet class
203 PropertySetBase();
204 virtual ~PropertySetBase();
296 const_cast< PropertySetBase* >( this )->firePropertyChange( nHandle, rNewValue, rOldValue ); in notifyPropertyChange()
329 const PropertySetBase& m_rPropertySet;
343 inline PropertyChangeNotifier( const PropertySetBase& rPropertySet, sal_Int32 nHandle ) in PropertyChangeNotifier()
347 …m_rPropertySet.getCurrentPropertyValueByHandle( m_nHandle, m_aOldValue, PropertySetBase::NotifierA… in PropertyChangeNotifier()
352 …m_rPropertySet.getCurrentPropertyValueByHandle( m_nHandle, aNewValue, PropertySetBase::NotifierAcc… in ~PropertyChangeNotifier()
355 …m_rPropertySet.notifyPropertyChange( m_nHandle, m_aOldValue, aNewValue, PropertySetBase::NotifierA… in ~PropertyChangeNotifier()
H A Dsubmission.cxx459 …return PropertySetBase::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, makeAny( aC… in convertFastPropertyValue()
463 return PropertySetBase::convertFastPropertyValue( rConvertedValue, rOldValue, nHandle, rValue ); in convertFastPropertyValue()
689 return PropertySetBase::getPropertySetInfo(); in getPropertySetInfo()
693 PropertySetBase::setPropertyValue( aPropertyName, aValue ); in setPropertyValue()
697 return PropertySetBase::getPropertyValue( PropertyName ); in getPropertyValue()
701 PropertySetBase::addPropertyChangeListener( aPropertyName, xListener ); in addPropertyChangeListener()
705 PropertySetBase::removePropertyChangeListener( aPropertyName, aListener ); in removePropertyChangeListener()
709 PropertySetBase::addVetoableChangeListener( PropertyName, aListener ); in addVetoableChangeListener()
713 PropertySetBase::removeVetoableChangeListener( PropertyName, aListener ); in removeVetoableChangeListener()
H A Dbinding.hxx85 PropertySetBase,
H A Dmodel.hxx79 PropertySetBase,
H A Dsubmission.hxx67 PropertySetBase,

Completed in 35 milliseconds