Lines Matching refs:pBegin
206 const ::rtl::OUString* pBegin = aColNames.getConstArray(); in getColumns() local
207 const ::rtl::OUString* pEnd = pBegin + aColNames.getLength(); in getColumns()
209 for(sal_Int32 i=1;pBegin != pEnd;++pBegin,++i) in getColumns()
211 if(match(columnNamePattern,*pBegin,'\0')) in getColumns()
213 aRow[4] = new ORowSetValueDecorator(*pBegin); in getColumns()
215 ::cppu::extractInterface(xColumn,xColumns->getByName(*pBegin)); in getColumns()
291 const ::rtl::OUString* pBegin = aIdxNames.getConstArray(); in getIndexInfo() local
292 const ::rtl::OUString* pEnd = pBegin + aIdxNames.getLength(); in getIndexInfo()
294 for(;pBegin != pEnd;++pBegin) in getIndexInfo()
296 ::cppu::extractInterface(xIndex,xIndexes->getByName(*pBegin)); in getIndexInfo()
302 aRow[6] = new ORowSetValueDecorator(*pBegin); in getIndexInfo()