Searched refs:m_aInsertRow (Results 1 – 6 of 6) sorted by relevance
402 m_aInsertRow = m_pInsertMatrix->end(); in setFetchSize()569 ORowSetValueVector::Vector& rInsert = ((*m_aInsertRow)->get()); in updateNull()1270 if ( !m_bNew || !m_aInsertRow->isValid() ) in insertRow()1273 m_pCacheSet->insertRow(*m_aInsertRow,m_aUpdateTable); in insertRow()1279 Any aBookmark = ((*m_aInsertRow)->get())[0].makeAny(); in insertRow()1405 m_aInsertRow = m_pInsertMatrix->begin(); in moveToInsertRow()1406 if(!m_aInsertRow->isValid()) in moveToInsertRow()1476 m_aInsertRow = m_pInsertMatrix->begin(); in setUpdateIterator()1477 if(!m_aInsertRow->isValid()) in setUpdateIterator()1480 (*(*m_aInsertRow)) = (*(*_rOriginalRow)); in setUpdateIterator()[all …]
1223 m_aCurrentRow = m_pCache->m_aInsertRow; in moveToInsertRow()1317 …return ( m_pCache && isInsertRow() ) ? ((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex].isNu… in wasNull()1325 return ((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex = columnIndex]; in getInsertValue()1408 …return new ::comphelper::SequenceInputStream(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex… in getBinaryStream()1420 …return new ::comphelper::SequenceInputStream(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex… in getCharacterStream()1442 …return new ::connectivity::BlobHelper(((*m_pCache->m_aInsertRow)->get())[m_nLastColumnIndex = colu… in getBlob()2750 m_aCurrentRow = m_pCache->m_aInsertRow; in checkUpdateIterator()
134 ORowSetMatrix::iterator m_aInsertRow; // represent a insert row member in dbaccess::ORowSetCache
80 ORowSetRow m_aInsertRow; member in dbaccess::OCacheSet
190 if(m_aInsertRow.isValid()) in clear()191 m_aInsertRow->get().clear(); in clear()647 sal_Int32 nPos = (m_aInsertRow->get())[0]->getValue(); in insertRow()649 *(m_aInsertRow->get())[0] = sal_Int32(m_pFileSet->get().size()); in insertRow()666 *(m_aInsertRow->get())[0] = (sal_Int32)(m_aRow->get())[0]->getValue(); in updateRow()707 if(m_aInsertRow.isValid()) in cancelRowUpdates()710 for(;aIter != m_aInsertRow->get().end();++aIter) in cancelRowUpdates()731 for(;aIter != m_aInsertRow->get().end();++aIter) in moveToInsertRow()753 (m_aInsertRow->get())[columnIndex]->setBound(sal_True); in updateValue()754 *(m_aInsertRow->get())[columnIndex] = x; in updateValue()[all …]
105 OValueRefRow m_aInsertRow; // needed for insert by cursor member in connectivity::file::OResultSet
Completed in 49 milliseconds