Searched refs:pInd (Results 1 – 3 of 3) sorted by relevance
62 OIndexIterator(ODbaseIndex* pInd, in OIndexIterator() argument67 ,m_pIndex(pInd) in OIndexIterator()70 pInd->acquire(); in OIndexIterator()
648 IAccChildList::iterator pInd = m_childrenList.begin(); in NextChild() local649 if( pInd != m_childrenList.end() ) in NextChild()650 return *pInd; in NextChild()
948 for( sal_uLong pInd = 0; pInd < aLength && aReaded == 32000 ; pInd += 32000 ) local950 sal_uLong aToCopy = min( aLength - pInd, 32000 );
Completed in 23 milliseconds