Searched refs:sEndClrStr (Results 1 – 1 of 1) sorted by relevance
2456 String sEndClrStr( sClrStr ); in SwAutoFormat() local2457 xub_StrLen nLen = DelTrailingBlanks( sEndClrStr ).Len(); in SwAutoFormat()2460 if( ':' == sEndClrStr.GetChar( nLen - 1 ) ) in SwAutoFormat()2475 else if( 256 <= sEndClrStr.GetChar( nLen-1 ) || in SwAutoFormat()2476 !strchr( ",.;", sEndClrStr.GetChar( nLen-1 )) ) in SwAutoFormat()
Completed in 20 milliseconds