Lines Matching refs:bCheck

751     sal_Bool bCheck;  in fillMatrix()  local
762 bCheck = m_pCacheSet->absolute(i); // -1 no need to in fillMatrix()
767 if(bCheck) in fillMatrix()
792 bCheck = m_pCacheSet->absolute(_nNewStartPos); in fillMatrix()
794 for(;bCheck && aIter != aRealEnd;++aIter) in fillMatrix()
796 if(bCheck) in fillMatrix()
802 bCheck = m_pCacheSet->next(); in fillMatrix()
810 bCheck = m_pCacheSet->next(); in fillMatrix()
829 return bCheck; in fillMatrix()
854 sal_Bool bCheck = sal_True; in moveWindow() local
857 bCheck = m_pCacheSet->first(); in moveWindow()
868 bCheck = m_pCacheSet->absolute(nNewStartPos); in moveWindow()
872 if ( bCheck ) in moveWindow()
875 bCheck = fill(aIter,m_pMatrix->end(),nPos,bCheck); in moveWindow()
928 sal_Bool bCheck; in moveWindow() local
932 bCheck = m_pCacheSet->next(); in moveWindow()
933 if ( bCheck ) in moveWindow()
987 sal_Bool bCheck = m_pCacheSet->absolute(nPos); in moveWindow() local
988 bCheck = fill(aIter,aEnd,nPos,bCheck); // refill the region wew don't need anymore in moveWindow()
993 if(bCheck && !m_bRowCountFinal) in moveWindow()
996 if(bCheck) in moveWindow()
1039 bCheck = m_pCacheSet->absolute_checked(m_nStartPos,sal_False); in moveWindow()
1040 for(; !aIter->isValid() && bCheck;++aIter) in moveWindow()
1043 bCheck = m_pCacheSet->next(); in moveWindow()
1044 if ( bCheck ) // resultset stands on right position in moveWindow()
1569 sal_Bool bCheck = sal_False; in checkJoin() local
1574 bCheck = bLeftSide || SQL_ISTOKEN(pOuterType->getChild(0),RIGHT); in checkJoin()
1577 if(bCheck) in checkJoin()