Searched refs:aTableIndex (Results 1 – 1 of 1) sorted by relevance
147 OUString aTableIndex = aTableNames.copy( 0, nSep ).trim(); in lclParseTables() local148 … if( (aTableIndex.getLength() > 0) && (aTableIndex[ 0 ] >= '1') && (aTableIndex[ 0 ] <= '9') ) in lclParseTables()149 rTables.push_back( Any( aTableIndex.toInt32() ) ); in lclParseTables()
Completed in 12 milliseconds