Searched refs:m_aOldValue (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/forms/source/xforms/ |
H A D | propertysetbase.hxx | 331 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()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | CRowSetDataColumn.cxx | 224 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 D | CRowSetDataColumn.hxx | 45 ::com::sun::star::uno::Any m_aOldValue;
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 363 ,m_aOldValue(evt.OldValue) in ORptUndoPropertyAction() 391 xObj->setPropertyValue( m_aPropertyName, _bOld ? m_aOldValue : m_aNewValue ); in setProperty()
|
/aoo41x/main/reportdesign/inc/ |
H A D | UndoActions.hxx | 269 ::com::sun::star::uno::Any m_aOldValue;
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | documentdefinition.hxx | 394 const ::com::sun::star::uno::Any m_aOldValue; member in dbaccess::NameChangeNotifier
|
H A D | documentdefinition.cxx | 2375 ,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 44 milliseconds