Home
last modified time | relevance | path

Searched refs:pSelIter (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/dbaccess/source/ui/misc/
H A DTokenWriter.cxx586 const Any* pSelIter = m_aSelection.getConstArray(); in Write() local
587 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()
/aoo41x/main/dbaccess/source/core/api/
H A DKeySet.cxx1665 const ::rtl::OUString* pSelIter = aSelNames.getConstArray(); in getColumnPositions() local
1666 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 20 milliseconds