Searched refs:pSelIter (Results 1 – 2 of 2) sorted by relevance
586 const Any* pSelIter = m_aSelection.getConstArray(); in Write() local587 const Any* pEnd = pSelIter + m_aSelection.getLength(); in Write()590 for( ; pSelIter != pEnd && bContinue; ++pSelIter ) in Write()594 bContinue = m_xRowLocate->moveToBookmark( *pSelIter ); in Write()599 OSL_VERIFY( *pSelIter >>= nPos ); in Write()
1665 const ::rtl::OUString* pSelIter = aSelNames.getConstArray(); in getColumnPositions() local1666 const ::rtl::OUString* pSelEnd = pSelIter + aSelNames.getLength(); in getColumnPositions()1675 for(sal_Int32 nPos = 1;pSelIter != pSelEnd;++pSelIter,++nPos) in getColumnPositions()1677 Reference<XPropertySet> xQueryColumnProp(_rxQueryColumns->getByName(*pSelIter),UNO_QUERY_THROW); in getColumnPositions()
Completed in 32 milliseconds