Searched refs:sEndClrStr (Results 1 – 1 of 1) sorted by relevance
2455 String sEndClrStr( sClrStr ); in SwAutoFormat() local2456 xub_StrLen nLen = DelTrailingBlanks( sEndClrStr ).Len(); in SwAutoFormat()2459 if( ':' == sEndClrStr.GetChar( nLen - 1 ) ) in SwAutoFormat()2474 else if( 256 <= sEndClrStr.GetChar( nLen-1 ) || in SwAutoFormat()2475 !strchr( ",.;", sEndClrStr.GetChar( nLen-1 )) ) in SwAutoFormat()
Completed in 67 milliseconds