Lines Matching refs:aOldValues
901 ORowSetRow aOldValues; in insertRow() local
903 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in insertRow()
916 setCurrentRow( sal_False, sal_True, aOldValues, aGuard ); // we don't move here in insertRow()
963 ORowSetRow aOldValues; in updateRow() local
965 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in updateRow()
991 ORowSetBase::firePropertyChange(aOldValues); in updateRow()
1036 ORowSetRow aOldValues; in deleteRow() local
1038 aOldValues = new ORowSetValueVector( m_pCache->m_aMatrixIter->getBody() ); in deleteRow()
1081 ORowSetRow aOldValues; in implCancelRowUpdates() local
1083 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in implCancelRowUpdates()
1097 ORowSetBase::firePropertyChange(aOldValues); in implCancelRowUpdates()
1201 ORowSetRow aOldValues; in moveToInsertRow() local
1206 setCurrentRow( sal_True, sal_False, aOldValues, aGuard); in moveToInsertRow()
1217 aOldValues = new ORowSetValueVector( m_pCache->m_aMatrixIter->getBody() ); in moveToInsertRow()
1231 ORowSetBase::firePropertyChange(aOldValues); in moveToInsertRow()