Searched refs:i_aRow (Results 1 – 6 of 6) sorted by relevance
639 …umnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector::Vector& i_aRow) in columnValuesUpdated() argument653 … 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()
37 OPrivateRow(const ORowSetValueVector::Vector& i_aRow) : m_aRow(i_aRow),m_nPos(0) in OPrivateRow() argument
94 …mnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector::Vector& i_aRow);
1515 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet,const ORowSetValueVector::Vector& i_aRow ) in ORowSetNotifier() argument1527 m_pImpl->aRow = i_aRow; // yes, create a copy to store the old values in ORowSetNotifier()
149 …mnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector::Vector& i_aRow);
426 ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );
Completed in 39 milliseconds