Home
last modified time | relevance | path

Searched refs:ORowSetValueVector (Results 1 – 14 of 14) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx569 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 DOptimisticSet.hxx75 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 DRowSetCache.hxx168 ,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 DCacheSet.hxx148 …id mergeColumnValues(sal_Int32 i_nColumnIndex,ORowSetValueVector::Vector& io_aInsertRow,ORowSetVal…
149 …virtual bool columnValuesUpdated(ORowSetValueVector::Vector& o_aCachedRow,const ORowSetValueVector
150 …virtual bool updateColumnValues(const ORowSetValueVector::Vector& io_aCachedRow,ORowSetValueVector
151 virtual void fillMissingValues(ORowSetValueVector::Vector& io_aRow) const;
H A DOptimisticSet.cxx98 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 DCacheSet.cxx745 …: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 DRowSet.cxx705 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 DRowSetRow.hxx41 typedef connectivity::ORowVector< connectivity::ORowSetValue > ORowSetValueVector; typedef
42 typedef ::vos::ORef< ORowSetValueVector > ORowSetRow;
H A DRowSetBase.cxx277 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 DPrivateRow.hxx34 ORowSetValueVector::Vector m_aRow;
37 OPrivateRow(const ORowSetValueVector::Vector& i_aRow) : m_aRow(i_aRow),m_nPos(0) in OPrivateRow()
H A DKeySet.hxx88 typedef ::std::map<sal_Int32,ORowSetValueVector > OUpdatedParameter;
99 ORowSetValueVector m_aParameterValueForCache;
159 const ORowSetValueVector& _aParameterValueForCache,
H A DRowSet.hxx96 ORowSetValueVector m_aPrematureParamValues;
97 ORowSetValueVector m_aParameterValueForCache;
H A DRowSetBase.hxx426 ORowSetNotifier( ORowSetBase* m_pRowSet,const ORowSetValueVector::Vector& i_aRow );
H A DKeySet.cxx152 const ORowSetValueVector& _aParameterValueForCache, in DBG_NAME()
971 ORowSetValueVector aCopy(m_aParameterValueForCache); in copyRowValue()

Completed in 142 milliseconds