Searched refs:o_ChangedColumns (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 564 ,::std::vector<sal_Int32>& o_ChangedColumns in updateNull() argument 578 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateNull() 584 ,::std::vector<sal_Int32>& o_ChangedColumns in updateValue() argument 597 m_pCacheSet->mergeColumnValues(columnIndex,rInsert,io_aRow,o_ChangedColumns); in updateValue() 598 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateValue() 619 m_pCacheSet->mergeColumnValues(columnIndex,rInsert,io_aRow,o_ChangedColumns); in updateCharacterStream() 620 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateCharacterStream() 625 ,::std::vector<sal_Int32>& o_ChangedColumns in updateObject() argument 641 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateObject() 663 impl_updateRowFromCache_throw(io_aRow,o_ChangedColumns); in updateNumericObject() [all …]
|
H A D | RowSetCache.hxx | 169 ,::std::vector<sal_Int32>& o_ChangedColumns 173 ,::std::vector<sal_Int32>& o_ChangedColumns 228 … x, sal_Int32 length,ORowSetValueVector::Vector& io_aRow,::std::vector<sal_Int32>& o_ChangedColumns 230 …star::uno::Any& x,ORowSetValueVector::Vector& io_aRow ,::std::vector<sal_Int32>& o_ChangedColumns); 231 …, sal_Int32 scale,ORowSetValueVector::Vector& io_aRow ,::std::vector<sal_Int32>& o_ChangedColumns); 234 ,::std::vector<sal_Int32>& o_ChangedColumns
|
Completed in 39 milliseconds