Home
last modified time | relevance | path

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

/trunk/main/forms/source/xforms/
H A Dpropertysetbase.hxx278 struct NotifierAccess { friend struct PropertyChangeNotifier; private: NotifierAccess() { } }; in NotifierAccess() function
285 …tPropertyValueByHandle( sal_Int32 nHandle, Any_t& /* [out] */ rValue, const NotifierAccess& ) const in getCurrentPropertyValueByHandle()
292 …e( sal_Int32 nHandle, const Any_t& rOldValue, const Any_t& rNewValue, const NotifierAccess& ) const in notifyPropertyChange()
345 …tySet.getCurrentPropertyValueByHandle( m_nHandle, m_aOldValue, PropertySetBase::NotifierAccess() ); in PropertyChangeNotifier()
350 …ertySet.getCurrentPropertyValueByHandle( m_nHandle, aNewValue, PropertySetBase::NotifierAccess() ); in ~PropertyChangeNotifier()
353 …tySet.notifyPropertyChange( m_nHandle, m_aOldValue, aNewValue, PropertySetBase::NotifierAccess() ); in ~PropertyChangeNotifier()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.hxx214 struct NotifierAccess { friend class NameChangeNotifier; private: NotifierAccess() { } }; in NotifierAccess() argument
221 const NotifierAccess
H A Ddocumentdefinition.cxx2362 sal_Bool i_bVetoable, const NotifierAccess ) in firePropertyChange() argument
2392 … PROPERTY_ID_NAME, m_aNewValue, m_aOldValue, i_bVetoable, ODocumentDefinition::NotifierAccess() ); in impl_fireEvent_throw()