Searched refs:ORowSetValueVector (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetCache.cxx | 569 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateNull() 583 ,ORowSetValueVector::Vector& io_aRow in updateValue() 589 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateValue() 613 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateCharacterStream() 624 ,ORowSetValueVector::Vector& io_aRow in updateObject() 630 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateObject() 652 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateNumericObject() 770 *aIter = new ORowSetValueVector(m_xMetaData->getColumnCount()); in fillMatrix() 1046 *aIter = new ORowSetValueVector(m_xMetaData->getColumnCount()); in moveWindow() 1669 *_aIter = new ORowSetValueVector(nColumnCount); in fill() [all …]
|
H A D | OptimisticSet.hxx | 75 const ORowSetValueVector& _aParameterValueForCache, 93 …id mergeColumnValues(sal_Int32 i_nColumnIndex,ORowSetValueVector::Vector& io_aInsertRow,ORowSetVal… 94 …virtual bool columnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector… 95 …virtual bool updateColumnValues(const ORowSetValueVector::Vector& io_aCachedRow,ORowSetValueVector… 96 virtual void fillMissingValues(ORowSetValueVector::Vector& io_aRow) const;
|
H A D | RowSetCache.hxx | 168 ,ORowSetValueVector::Vector& io_aRow 172 void impl_updateRowFromCache_throw(ORowSetValueVector::Vector& io_aRow 200 const ORowSetValueVector& _aParameterValueForCache, 228 …ference< ::com::sun::star::io::XInputStream >& x, sal_Int32 length,ORowSetValueVector::Vector& io_… 230 …void updateObject( sal_Int32 columnIndex, const ::com::sun::star::uno::Any& x,ORowSetValueVector::… 231 … columnIndex, const ::com::sun::star::uno::Any& x, sal_Int32 scale,ORowSetValueVector::Vector& io_… 233 ,ORowSetValueVector::Vector& io_aRow
|
H A D | CacheSet.hxx | 169 …id mergeColumnValues(sal_Int32 i_nColumnIndex,ORowSetValueVector::Vector& io_aInsertRow,ORowSetVal… 170 …virtual bool columnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector… 171 …virtual bool updateColumnValues(const ORowSetValueVector::Vector& io_aCachedRow,ORowSetValueVector… 172 virtual void fillMissingValues(ORowSetValueVector::Vector& io_aRow) const;
|
H A D | OptimisticSet.cxx | 98 const ORowSetValueVector& _aParameterValueForCache, in DBG_NAME() 560 …t::mergeColumnValues(sal_Int32 i_nColumnIndex,ORowSetValueVector::Vector& io_aInsertRow,ORowSetVal… in mergeColumnValues() 602 bool OptimisticSet::updateColumnValues(const ORowSetValueVector::Vector& io_aCachedRow,ORowSetValue… in updateColumnValues() 639 bool OptimisticSet::columnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValue… in columnValuesUpdated() 678 void OptimisticSet::fillMissingValues(ORowSetValueVector::Vector& io_aRow) const in fillMissingValues()
|
H A D | CacheSet.cxx | 745 …:mergeColumnValues(sal_Int32 i_nColumnIndex,ORowSetValueVector::Vector& /*io_aInsertRow*/,ORowSetV… in mergeColumnValues() 750 bool OCacheSet::columnValuesUpdated(ORowSetValueVector::Vector& /*io_aCachedRow*/,const ORowSetValu… in columnValuesUpdated() 755 bool OCacheSet::updateColumnValues(const ORowSetValueVector::Vector& /*io_aCachedRow*/,ORowSetValue… in updateColumnValues() 760 void OCacheSet::fillMissingValues(ORowSetValueVector::Vector& /*io_aRow*/) const in fillMissingValues()
|
H A D | RowSetRow.hxx | 41 typedef connectivity::ORowVector< connectivity::ORowSetValue > ORowSetValueVector; typedef 42 typedef ::vos::ORef< ORowSetValueVector > ORowSetRow;
|
H A D | RowSet.cxx | 705 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateValue() 721 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateNull() 819 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateCharacterStream() 863 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateObject() 877 ORowSetValueVector::Vector& rRow = ((*m_aCurrentRow)->get()); in updateNumericObject() 903 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in insertRow() 965 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in updateRow() 987 m_aOldRow->setRow(new ORowSetValueVector(m_aCurrentRow->getBody())); in updateRow() 1038 aOldValues = new ORowSetValueVector( m_pCache->m_aMatrixIter->getBody() ); in deleteRow() 1083 aOldValues = new ORowSetValueVector( m_aCurrentRow->getBody() ); in implCancelRowUpdates() [all …]
|
H A D | RowSetBase.cxx | 277 ORowSetValueVector* pTemp = k->getBodyPtr(); in impl_getValue() 1170 m_aOldRow->setRow(new ORowSetValueVector(m_aCurrentRow->getBody())); in setCurrentRow() 1427 aOldValues = new ORowSetValueVector( m_aOldRow->getRow().getBody()); // remember the old values in getOldRow() 1489 ORowSetValueVector::Vector aRow; 1515 ORowSetNotifier::ORowSetNotifier( ORowSetBase* _pRowSet,const ORowSetValueVector::Vector& i_aRow ) in ORowSetNotifier()
|
H A D | PrivateRow.hxx | 34 ORowSetValueVector::Vector m_aRow; 37 OPrivateRow(const ORowSetValueVector::Vector& i_aRow) : m_aRow(i_aRow),m_nPos(0) in OPrivateRow()
|
H A D | KeySet.hxx | 88 typedef ::std::map<sal_Int32,ORowSetValueVector > OUpdatedParameter; 99 ORowSetValueVector m_aParameterValueForCache; 159 const ORowSetValueVector& _aParameterValueForCache,
|
H A D | RowSet.hxx | 96 ORowSetValueVector m_aPrematureParamValues; 97 ORowSetValueVector m_aParameterValueForCache;
|
H A D | RowSetBase.hxx | 426 ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );
|
H A D | KeySet.cxx | 152 const ORowSetValueVector& _aParameterValueForCache, in DBG_NAME() 971 ORowSetValueVector aCopy(m_aParameterValueForCache); in copyRowValue()
|
Completed in 283 milliseconds