Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dconnectionsbuffer.cxx147 OUString aTableIndex = aTableNames.copy( 0, nSep ).trim(); in lclParseTables() local
148 … if( (aTableIndex.getLength() > 0) && (aTableIndex[ 0 ] >= '1') && (aTableIndex[ 0 ] <= '9') ) in lclParseTables()
149 rTables.push_back( Any( aTableIndex.toInt32() ) ); in lclParseTables()

Completed in 11 milliseconds