Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx901 ORowSetRow aOldValues; in insertRow() local
903 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in insertRow()
963 ORowSetRow aOldValues; in updateRow() local
991 ORowSetBase::firePropertyChange(aOldValues); in updateRow()
1036 ORowSetRow aOldValues; in deleteRow() local
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()
[all …]
H A DRowSetBase.cxx500 ORowSetRow aOldValues = getOldRow(bWasNew); in moveToBookmark() local
543 ORowSetRow aOldValues = getOldRow(bWasNew); in moveRelativeToBookmark() local
653 ORowSetRow aOldValues = getOldRow(bWasNew); in next() local
831 ORowSetRow aOldValues = getOldRow(bWasNew); in afterLast() local
870 ORowSetRow aOldValues = getOldRow(bWasNew); in move() local
973 ORowSetRow aOldValues = getOldRow(bWasNew); in absolute() local
1028 ORowSetRow aOldValues = getOldRow(bWasNew); in relative() local
1077 ORowSetRow aOldValues = getOldRow(bWasNew); in previous() local
1207 firePropertyChange(aOldValues); in refreshRow()
1425 ORowSetRow aOldValues; in getOldRow() local
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx389 uno::Sequence< beans::NamedValue > aOldValues = _aOld.getNamedValues(); in lcl_removeUnused() local
390 const beans::NamedValue* pIter = aOldValues.getConstArray(); in lcl_removeUnused()
391 const beans::NamedValue* pEnd = pIter + aOldValues.getLength(); in lcl_removeUnused()
/trunk/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()
/trunk/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()
/trunk/main/vcl/source/gdi/
H A Dprint.cxx150 PrinterOptions aOldValues( *this ); in ReadFromConfig() local
225 *this = aOldValues; in ReadFromConfig()

Completed in 91 milliseconds