Home
last modified time | relevance | path

Searched refs:aOldValues (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/dbaccess/source/core/api/
H A DRowSetBase.cxx500 ORowSetRow aOldValues = getOldRow(bWasNew); in moveToBookmark() local
509 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in moveToBookmark()
543 ORowSetRow aOldValues = getOldRow(bWasNew); in moveRelativeToBookmark() local
552 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in moveRelativeToBookmark()
653 ORowSetRow aOldValues = getOldRow(bWasNew); in next() local
666 setCurrentRow( bRet, sal_True, aOldValues, aGuard ); in next()
789 ORowSetRow aOldValues = getOldRow(bWasNew); in beforeFirst() local
796 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in beforeFirst()
831 ORowSetRow aOldValues = getOldRow(bWasNew); in afterLast() local
839 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in afterLast()
[all …]
H A DRowSet.cxx901 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()
[all …]
/AOO41X/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx974 uno::Sequence<double> aOldValues; in CallSolver() local
975 aOldValues.realloc( nVarCount ); in CallSolver()
980 aOldValues[nVarPos] = mpDoc->GetValue( aCellPos ); in CallSolver()
1068 aFunc.PutCell( aCellPos, new ScValueCell( aOldValues[nVarPos] ), sal_True ); in CallSolver()
/AOO41X/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx431 uno::Sequence< beans::NamedValue > aOldValues = _aOld.getNamedValues(); in lcl_removeUnused() local
432 const beans::NamedValue* pIter = aOldValues.getConstArray(); in lcl_removeUnused()
433 const beans::NamedValue* pEnd = pIter + aOldValues.getLength(); in lcl_removeUnused()
/AOO41X/main/vcl/source/gdi/
H A Dprint.cxx150 PrinterOptions aOldValues( *this ); in ReadFromConfig() local
225 *this = aOldValues; in ReadFromConfig()
/AOO41X/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1956 rtl::OUString aOldValues; in detectArguments() local
1969 aOldLabel = aNewLabel = aOldValues = aNewValues = aEmpty; in detectArguments()
1975 aOldValues = xOld->getValues()->getSourceRangeRepresentation(); in detectArguments()
1980 && ( aOldValues.equals(aNewValues) ) ) in detectArguments()