Searched refs:aOldValues (Results 1 – 6 of 6) sorted by relevance
500 ORowSetRow aOldValues = getOldRow(bWasNew); in moveToBookmark() local543 ORowSetRow aOldValues = getOldRow(bWasNew); in moveRelativeToBookmark() local653 ORowSetRow aOldValues = getOldRow(bWasNew); in next() local831 ORowSetRow aOldValues = getOldRow(bWasNew); in afterLast() local870 ORowSetRow aOldValues = getOldRow(bWasNew); in move() local973 ORowSetRow aOldValues = getOldRow(bWasNew); in absolute() local1028 ORowSetRow aOldValues = getOldRow(bWasNew); in relative() local1077 ORowSetRow aOldValues = getOldRow(bWasNew); in previous() local1207 firePropertyChange(aOldValues); in refreshRow()1425 ORowSetRow aOldValues; in getOldRow() local[all …]
901 ORowSetRow aOldValues; in insertRow() local903 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in insertRow()963 ORowSetRow aOldValues; in updateRow() local991 ORowSetBase::firePropertyChange(aOldValues); in updateRow()1036 ORowSetRow aOldValues; in deleteRow() local1081 ORowSetRow aOldValues; in implCancelRowUpdates() local1083 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in implCancelRowUpdates()1097 ORowSetBase::firePropertyChange(aOldValues); in implCancelRowUpdates()1201 ORowSetRow aOldValues; in moveToInsertRow() local1206 setCurrentRow( sal_True, sal_False, aOldValues, aGuard); in moveToInsertRow()[all …]
974 uno::Sequence<double> aOldValues; in CallSolver() local975 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()
389 uno::Sequence< beans::NamedValue > aOldValues = _aOld.getNamedValues(); in lcl_removeUnused() local390 const beans::NamedValue* pIter = aOldValues.getConstArray(); in lcl_removeUnused()391 const beans::NamedValue* pEnd = pIter + aOldValues.getLength(); in lcl_removeUnused()
150 PrinterOptions aOldValues( *this ); in ReadFromConfig() local225 *this = aOldValues; in ReadFromConfig()
1956 rtl::OUString aOldValues; in detectArguments() local1969 aOldLabel = aNewLabel = aOldValues = aNewValues = aEmpty; in detectArguments()1975 aOldValues = xOld->getValues()->getSourceRangeRepresentation(); in detectArguments()1980 && ( aOldValues.equals(aNewValues) ) ) in detectArguments()
Completed in 102 milliseconds