Searched refs:NotifierAccess (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/forms/source/xforms/ |
H A D | propertysetbase.hxx | 280 struct NotifierAccess { friend struct PropertyChangeNotifier; private: NotifierAccess() { } }; in NotifierAccess() function 287 …tPropertyValueByHandle( sal_Int32 nHandle, Any_t& /* [out] */ rValue, const NotifierAccess& ) const in getCurrentPropertyValueByHandle() 294 …e( sal_Int32 nHandle, const Any_t& rOldValue, const Any_t& rNewValue, const NotifierAccess& ) const in notifyPropertyChange() 347 …tySet.getCurrentPropertyValueByHandle( m_nHandle, m_aOldValue, PropertySetBase::NotifierAccess() ); in PropertyChangeNotifier() 352 …ertySet.getCurrentPropertyValueByHandle( m_nHandle, aNewValue, PropertySetBase::NotifierAccess() ); in ~PropertyChangeNotifier() 355 …tySet.notifyPropertyChange( m_nHandle, m_aOldValue, aNewValue, PropertySetBase::NotifierAccess() ); in ~PropertyChangeNotifier()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.hxx | 214 struct NotifierAccess { friend class NameChangeNotifier; private: NotifierAccess() { } }; in NotifierAccess() struct in dbaccess::ODocumentDefinition 221 const NotifierAccess
|
H A D | documentdefinition.cxx | 2363 sal_Bool i_bVetoable, const NotifierAccess ) in firePropertyChange() argument 2393 … PROPERTY_ID_NAME, m_aNewValue, m_aOldValue, i_bVetoable, ODocumentDefinition::NotifierAccess() ); in impl_fireEvent_throw()
|
Completed in 25 milliseconds