Home
last modified time | relevance | path

Searched refs:nSpaceIndex (Results 1 – 1 of 1) sorted by path

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3160 sal_Int32 nSpaceIndex = sCommand.indexOf( ' ' ); in CloseFieldCommand() local
3161 if( 0 <= nSpaceIndex ) in CloseFieldCommand()
3162 sCommand = sCommand.copy( 0, nSpaceIndex ); in CloseFieldCommand()

Completed in 35 milliseconds