Home
last modified time | relevance | path

Searched refs:NotifierAccess (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/forms/source/xforms/
H A Dpropertysetbase.hxx280 struct NotifierAccess { friend struct PropertyChangeNotifier; private: NotifierAccess() { } }; in NotifierAccess() struct in PropertySetBase
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()
/aoo4110/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.hxx214 struct NotifierAccess { friend class NameChangeNotifier; private: NotifierAccess() { } }; in NotifierAccess() struct in dbaccess::ODocumentDefinition
221 const NotifierAccess
H A Ddocumentdefinition.cxx2363 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 45 milliseconds