Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/commontools/
H A Ddbconversion.cxx443 sal_Int32 nSeparation = _sSQLString.indexOf( ' ' ); in toDateTime() local
444 if ( -1 != nSeparation ) in toDateTime()
445 aTime = toTime( _sSQLString.copy( nSeparation ) ); in toDateTime()

Completed in 17 milliseconds