Searched refs:wsCaptionName (Results 1 – 1 of 1) sorted by relevance
493 CFX_WideString wsCaptionName; in ProcessNullTestValidate() local498 wsCaptionName = GetValidateCaptionName(bVersionFlag); in ProcessNullTestValidate()499 wsNullMsg.Format(L"%s cannot be blank.", wsCaptionName.c_str()); in ProcessNullTestValidate()509 wsCaptionName = GetValidateCaptionName(bVersionFlag); in ProcessNullTestValidate()512 wsCaptionName.c_str(), wsCaptionName.c_str()); in ProcessNullTestValidate()528 CFX_WideString wsCaptionName; in GetValidateCaptionName() local534 capText.GetContent(wsCaptionName); in GetValidateCaptionName()538 if (wsCaptionName.IsEmpty()) in GetValidateCaptionName()539 GetName(wsCaptionName); in GetValidateCaptionName()541 return wsCaptionName; in GetValidateCaptionName()[all …]