Home
last modified time | relevance | path

Searched refs:m_aOldValue (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/forms/source/xforms/
H A Dpropertysetbase.hxx331 com::sun::star::uno::Any m_aOldValue; member
347 …m_rPropertySet.getCurrentPropertyValueByHandle( m_nHandle, m_aOldValue, PropertySetBase::NotifierA… in PropertyChangeNotifier()
353 if ( aNewValue != m_aOldValue ) in ~PropertyChangeNotifier()
355 …m_rPropertySet.notifyPropertyChange( m_nHandle, m_aOldValue, aNewValue, PropertySetBase::NotifierA… in ~PropertyChangeNotifier()
/aoo42x/main/dbaccess/source/core/api/
H A DCRowSetDataColumn.cxx224 m_aOldValue = _rOldValue.makeAny(); in fireValueChange()
227 fire(&nHandle, &aNew, &m_aOldValue, 1, sal_False ); in fireValueChange()
232 m_aOldValue = _rOldValue.makeAny(); in fireValueChange()
235 fire(&nHandle, &aNew, &m_aOldValue, 1, sal_False ); in fireValueChange()
H A DCRowSetDataColumn.hxx45 ::com::sun::star::uno::Any m_aOldValue;
/aoo42x/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx363 ,m_aOldValue(evt.OldValue) in ORptUndoPropertyAction()
391 xObj->setPropertyValue( m_aPropertyName, _bOld ? m_aOldValue : m_aNewValue ); in setProperty()
/aoo42x/main/reportdesign/inc/
H A DUndoActions.hxx269 ::com::sun::star::uno::Any m_aOldValue;
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.hxx394 const ::com::sun::star::uno::Any m_aOldValue; member in dbaccess::NameChangeNotifier
H A Ddocumentdefinition.cxx2375 ,m_aOldValue( makeAny( i_rDocumentDefinition.getCurrentName() ) ) in NameChangeNotifier()
2393 … PROPERTY_ID_NAME, m_aNewValue, m_aOldValue, i_bVetoable, ODocumentDefinition::NotifierAccess() ); in impl_fireEvent_throw()

Completed in 56 milliseconds