Lines Matching refs:strShow
517 String strShow; in UpdateNames() local
542 strShow.AssignAscii(RTL_CONSTASCII_STRINGPARAM(" [")); in UpdateNames()
546 strShow +=rString; in UpdateNames()
549 strShow.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in UpdateNames()
551 strShow += rString; in UpdateNames()
556 strShow.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ...")); in UpdateNames()
558 strShow += ']'; in UpdateNames()
562 aInsStr += strShow; in UpdateNames()
588 strShow.AssignAscii(RTL_CONSTASCII_STRINGPARAM(" [")); in UpdateNames()
592 strShow += rString; in UpdateNames()
595 strShow.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in UpdateNames()
597 strShow += rString; in UpdateNames()
602 strShow.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ...")); in UpdateNames()
604 strShow += ']'; in UpdateNames()
607 aInsStr += strShow; in UpdateNames()