Lines Matching refs:sEntry
739 String sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in IMPL_LINK() local
740 sEntry.Insert('<', 0); in IMPL_LINK()
741 sEntry += '>'; in IMPL_LINK()
742 m_aDragED.InsertNewEntry(sEntry); in IMPL_LINK()
774 String sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in GetSelectedItem_Impl() local
775 if( sSelected.Equals( sEntry, 1, sSelected.Len() - 2 ) ) in GetSelectedItem_Impl()
789 String sEntry; in HasItem_Impl() local
795 sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in HasItem_Impl()
800 sEntry += '>'; in HasItem_Impl()
801 sEntry.Insert( '<', 0); in HasItem_Impl()
804 bool bRet = sText.Search(sEntry) != STRING_NOTFOUND; in HasItem_Impl()
923 String sEntry = m_aAddressElementsLB.GetEntryText(pEntry); in GetAddress() local
924 sEntry += '>'; in GetAddress()
925 sEntry.Insert('<', 0); in GetAddress()
929 … case USER_DATA_SALUTATION : sAddress.SearchAndReplace(sEntry, m_sCurrentSalutation); break; in GetAddress()
930 … case USER_DATA_PUNCTUATION: sAddress.SearchAndReplace(sEntry, m_sCurrentPunctuation); break; in GetAddress()
931 … case USER_DATA_TEXT : sAddress.SearchAndReplace(sEntry, m_sCurrentText); break; in GetAddress()
1488 String sEntry; in StartDrag() local
1489 sEntry = GetEntryText(pEntry); in StartDrag()
1490 sEntry.Insert('<', 0); in StartDrag()
1491 sEntry += '>'; in StartDrag()
1492 if(sEntry.Len()) in StartDrag()
1494 pContainer->CopyString( sEntry ); in StartDrag()