Searched refs:pTabBegin (Results 1 – 2 of 2) sorted by relevance
184 const ::rtl::OUString* pTabBegin = aTabNames.getConstArray(); in getColumns() local185 const ::rtl::OUString* pTabEnd = pTabBegin + aTabNames.getLength(); in getColumns()186 for(;pTabBegin != pTabEnd;++pTabBegin) in getColumns()188 if(match(tableNamePattern,*pTabBegin,'\0')) in getColumns()191 ::cppu::extractInterface(xTable,xNames->getByName(*pTabBegin)); in getColumns()192 aRow[3] = new ORowSetValueDecorator(*pTabBegin); in getColumns()
189 const ::rtl::OUString* pTabBegin = aTabNames.getConstArray(); in getColumns() local190 const ::rtl::OUString* pTabEnd = pTabBegin + aTabNames.getLength(); in getColumns()191 for(;pTabBegin != pTabEnd;++pTabBegin) in getColumns()193 if(match(tableNamePattern,*pTabBegin,'\0')) in getColumns()196 ::cppu::extractInterface(xTable,xNames->getByName(*pTabBegin)); in getColumns()198 aRow[3] = new ORowSetValueDecorator(*pTabBegin); in getColumns()
Completed in 19 milliseconds