Lines Matching refs:m_pCache

97 	,m_pCache(NULL)  in DBG_NAME()
161 if(m_pCache) in getFastPropertyValue()
169 rValue.setValue(&m_pCache->m_bRowCountFinal,::getCppuBooleanType()); in getFastPropertyValue()
190 if ( m_pCache ) in disposing()
192 m_pCache->deregisterOldRow(m_aOldRow); in disposing()
193 m_pCache->deleteIterator(this); in disposing()
195 m_pCache = NULL; in disposing()
226 …return ((m_nLastColumnIndex != -1) && !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd… in impl_wasNull()
251 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in impl_getValue()
256 m_aCurrentRow = m_pCache->m_aMatrixIter; in impl_getValue()
260 …bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in impl_getValue()
268 aCacheEnd = m_pCache->getEnd(); in impl_getValue()
275 for (; k != m_pCache->getEnd(); ++k) in impl_getValue()
281 …OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow < m_pCache->getEnd() && aCacheIter != m_pCache in impl_getValue()
394 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in getBinaryStream()
398 m_aCurrentRow = m_pCache->m_aMatrixIter; in getBinaryStream()
402 …bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in getBinaryStream()
495 sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted(); in moveToBookmark()
502 bRet = m_pCache->moveToBookmark(bookmark); in moveToBookmark()
538 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in moveRelativeToBookmark()
545 bRet = m_pCache->moveRelativeToBookmark(bookmark,rows); in moveRelativeToBookmark()
573 return m_pCache->compareBookmarks(_first,_second); in compareBookmarks()
581 return m_pCache->hasOrderedBookmarks(); in hasOrderedBookmarks()
589 return m_pCache->hashBookmark(bookmark); in hashBookmark()
600 if(m_pCache) in getMetaData()
601 xMeta = m_pCache->getMetaData(); in getMetaData()
648 sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted(); in next()
656 sal_Bool bAfterLast = m_pCache->isAfterLast(); in next()
657 bRet = m_pCache->next(); in next()
661 if ( bRet || bAfterLast != m_pCache->isAfterLast() ) in next()
732 sal_Bool bIsFirst = m_pCache->isFirst(); in isFirst()
757 if ( !m_pCache->m_bRowCountFinal ) in isLast()
764 sal_Bool bIsLast = m_pCache->isLast(); in isLast()
780 sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted(); in beforeFirst()
790 m_pCache->beforeFirst(); in beforeFirst()
821 sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted(); in afterLast()
833 m_pCache->afterLast(); in afterLast()
865 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in move()
874 bRet = _aMovementFunctor(m_pCache); in move()
938 else if ( !m_bClone && m_pCache->m_bNew ) in impl_getRow()
942 if ( m_pCache->isAfterLast() in impl_getRow()
943 || m_pCache->isBeforeFirst() in impl_getRow()
944 …|| ( m_pCache->compareBookmarks( m_aBookmark, m_pCache->getBookmark() ) != CompareBookmark::EQUAL… in impl_getRow()
949 nPos = m_pCache->getRow(); in impl_getRow()
968 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in absolute()
975 bRet = m_pCache->absolute(row); in absolute()
1023 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in relative()
1031 bRet = m_pCache->relative(rows); in relative()
1072 sal_Bool bWasNew = m_pCache->m_bNew || rowDeleted(); in previous()
1080 bRet = m_pCache->previous(); in previous()
1114 m_bBeforeFirst = m_pCache->isBeforeFirst(); in setCurrentRow()
1115 m_bAfterLast = m_pCache->isAfterLast(); in setCurrentRow()
1120 m_aBookmark = m_pCache->getBookmark(); in setCurrentRow()
1122 m_aCurrentRow = m_pCache->m_aMatrixIter; in setCurrentRow()
1126 …OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd(),"Position of matrix iter… in setCurrentRow()
1131 sal_Int32 nOldRow = m_pCache->getRow(); in setCurrentRow()
1135 sal_Int32 nNewRow = m_pCache->getRow(); in setCurrentRow()
1138 m_aCurrentRow = m_pCache->m_aMatrixIter; in setCurrentRow()
1150 m_aCurrentRow = m_pCache->m_aMatrixIter; in setCurrentRow()
1158 m_aCurrentRow = m_pCache->getEnd(); in setCurrentRow()
1169 …ast) && !m_aCurrentRow.isNull() && m_aCurrentRow->isValid() && m_aCurrentRow != m_pCache->getEnd()) in setCurrentRow()
1182 if(!m_pCache || m_nResultSetType == ResultSetType::FORWARD_ONLY) in checkPositioningAllowed()
1203 sal_Bool bWasNew = m_pCache->m_bNew || impl_rowDeleted(); in refreshRow()
1206 m_pCache->refreshRow(); in refreshRow()
1220 return m_pCache->rowUpdated(); in rowUpdated()
1233 return m_pCache->rowInserted(); in rowInserted()
1255 if ( m_pCache ) in getWarnings()
1257 Reference< XWarningsSupplier > xWarnings( m_pCache->m_xSet.get(), UNO_QUERY ); in getWarnings()
1270 if ( m_pCache ) in clearWarnings()
1272 Reference< XWarningsSupplier > xWarnings( m_pCache->m_xSet.get(), UNO_QUERY ); in clearWarnings()
1351 bSuccess = m_pCache->moveToBookmark( m_aBookmark ); in positionCache()
1357 bSuccess = m_pCache->beforeFirst(); in positionCache()
1361 bSuccess = m_pCache->afterLast(); in positionCache()
1370 bSuccess = m_pCache->absolute( m_nDeletedPosition - 1 ); in positionCache()
1373 m_pCache->beforeFirst(); in positionCache()
1379 if ( m_pCache->m_bRowCountFinal && ( m_nDeletedPosition == impl_getRowCount() ) ) in positionCache()
1381 m_pCache->afterLast(); in positionCache()
1385 bSuccess = m_pCache->absolute( m_nDeletedPosition ); in positionCache()
1403 if(!m_pCache) in checkCache()
1412 m_aCurrentRow = m_pCache->getEnd(); in movementFailed()
1413 m_bBeforeFirst = m_pCache->isBeforeFirst(); in movementFailed()
1414 m_bAfterLast = m_pCache->isAfterLast(); in movementFailed()
1449 m_nDeletedPosition = m_pCache->getRow(); in onDeleteRow()
1470 m_aCurrentRow = m_pCache->getEnd(); in onDeletedRow()
1479 sal_Int32 nRowCount( m_pCache->m_nRowCount ); in impl_getRowCount()
1480 if ( const_cast< ORowSetBase* >( this )->rowDeleted() && !m_pCache->m_bNew ) in impl_getRowCount()