Searched refs:wsCaptionName (Results 1 – 1 of 1) sorted by relevance
1855 WideString wsCaptionName; in ProcessNullTestValidate() local1860 wsCaptionName = GetValidateCaptionName(bVersionFlag); in ProcessNullTestValidate()1862 WideString::Format(L"%ls cannot be blank.", wsCaptionName.c_str()); in ProcessNullTestValidate()1872 wsCaptionName = GetValidateCaptionName(bVersionFlag); in ProcessNullTestValidate()1876 wsCaptionName.c_str(), wsCaptionName.c_str()); in ProcessNullTestValidate()1937 WideString wsCaptionName; in GetValidateCaptionName() local1946 wsCaptionName = captionText->GetContent(); in GetValidateCaptionName()1950 if (!wsCaptionName.IsEmpty()) in GetValidateCaptionName()1951 return wsCaptionName; in GetValidateCaptionName()1956 WideString wsCaptionName = GetValidateCaptionName(bVersionFlag); in GetValidateMessage() local[all …]