Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx639 …umnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector::Vector& i_aRow) in columnValuesUpdated() argument
653 … o_aCachedRow[aFind->second.nPosition].setSigned(i_aRow[aFind->second.nPosition].isSigned()); in columnValuesUpdated()
654 if ( o_aCachedRow[aFind->second.nPosition] != i_aRow[aFind->second.nPosition] ) in columnValuesUpdated()
667 o_aCachedRow[aIter2->second.nPosition] = i_aRow[aIter2->second.nPosition]; in columnValuesUpdated()
H A DPrivateRow.hxx37 OPrivateRow(const ORowSetValueVector::Vector& i_aRow) : m_aRow(i_aRow),m_nPos(0) in OPrivateRow() argument
H A DOptimisticSet.hxx94 …mnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector::Vector& i_aRow);
H A DRowSetBase.cxx1515 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet,const ORowSetValueVector::Vector& i_aRow ) in ORowSetNotifier() argument
1527 m_pImpl->aRow = i_aRow; // yes, create a copy to store the old values in ORowSetNotifier()
H A DCacheSet.hxx149 …mnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector::Vector& i_aRow);
H A DRowSetBase.hxx426 ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );

Completed in 46 milliseconds