Searched refs:getChangedColumns (Results 1 – 3 of 3) sorted by relevance
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSet.cxx | 707 m_pCache->updateValue(columnIndex,x,rRow,aNotify.getChangedColumns()); in updateValue() 708 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateValue() 723 m_pCache->updateNull(columnIndex,rRow,aNotify.getChangedColumns()); in updateNull() 724 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateNull() 821 m_pCache->updateCharacterStream(columnIndex,x,length,rRow,aNotify.getChangedColumns()); in updateCharacterStream() 822 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateCharacterStream() 865 m_pCache->updateObject(columnIndex,aNewValue,rRow,aNotify.getChangedColumns()); in updateObject() 866 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateObject() 879 m_pCache->updateNumericObject(columnIndex,x,scale,rRow,aNotify.getChangedColumns()); in updateNumericObject() 880 m_bModified = m_bModified || !aNotify.getChangedColumns().empty(); in updateNumericObject()
|
H A D | RowSetBase.hxx | 452 ::std::vector<sal_Int32>& getChangedColumns() const;
|
H A D | RowSetBase.cxx | 1557 ::std::vector<sal_Int32>& ORowSetNotifier::getChangedColumns() const in getChangedColumns() function in dbaccess::ORowSetNotifier
|
Completed in 69 milliseconds