Home
last modified time | relevance | path

Searched refs:m_aInsertRow (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/dbaccess/source/core/api/
H A DRowSetCache.cxx402 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 …]
H A DRowSet.cxx1223 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()
H A DRowSetCache.hxx134 ORowSetMatrix::iterator m_aInsertRow; // represent a insert row member in dbaccess::ORowSetCache
H A DCacheSet.hxx59 ORowSetRow m_aInsertRow; member in dbaccess::OCacheSet
/aoo42x/main/connectivity/source/drivers/file/
H A DFResultSet.cxx190 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 …]
/aoo42x/main/connectivity/source/inc/file/
H A DFResultSet.hxx105 OValueRefRow m_aInsertRow; // needed for insert by cursor member in connectivity::file::OResultSet

Completed in 71 milliseconds