Home
last modified time | relevance | path

Searched refs:m_pMatrix (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx79 …st<ORowSetMatrix::difference_type>(0)) && ((M) < static_cast<sal_Int32>(m_pMatrix->size())),"Posit…
96 ,m_pMatrix(NULL) in DBG_NAME()
370 if(m_pMatrix) in ~ORowSetCache()
372 m_pMatrix->clear(); in ~ORowSetCache()
373 delete m_pMatrix; in ~ORowSetCache()
395 if(!m_pMatrix) in setFetchSize()
397 m_pMatrix = new ORowSetMatrix(_nSize); in setFetchSize()
398 m_aMatrixIter = m_pMatrix->end(); in setFetchSize()
399 m_aMatrixEnd = m_pMatrix->end(); in setFetchSize()
418 ptrdiff_t nDist = (aCacheIter->second.aIterator - m_pMatrix->begin()); in setFetchSize()
[all …]
H A DRowSetCacheIterator.cxx76 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator *()
92 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator ->()
138 m_aIter->second.aIterator == m_pCache->m_pMatrix->end() in isNull()
H A DRowSetCache.hxx127 ORowSetMatrix* m_pMatrix; // represent the table struct member in dbaccess::ORowSetCache
/trunk/main/icc/
H A DSampleICC-1.3.2.patch1041 icFloatNumber *data = m_pMatrix;