Searched refs:sSelEntry (Results 1 – 3 of 3) sorted by relevance
1458 if (sEntry == sSelEntry) in GetMapPos()1664 String sSelEntry; in FillRelLB() local1694 sSelEntry = sEntry; in FillRelLB()1700 if (sSelEntry.Len()) in FillRelLB()1701 rLB.SelectEntry(sSelEntry); in FillRelLB()1753 sSelEntry = sEntry; in FillRelLB()1758 if (sSelEntry.Len()) in FillRelLB()1759 rLB.SelectEntry(sSelEntry); in FillRelLB()1814 String sSelEntry, sOldEntry; in FillPosLB() local1845 sSelEntry = sEntry; in FillPosLB()[all …]
1355 String sSelEntry, sOldEntry; in FillPosLB() local1391 sSelEntry = sEntry; in FillPosLB()1396 _rLB.SelectEntry(sSelEntry); in FillPosLB()1418 String sSelEntry; in FillRelLB() local1454 sSelEntry = sEntry; in FillRelLB()1460 if (sSelEntry.Len()) in FillRelLB()1461 _rLB.SelectEntry(sSelEntry); in FillRelLB()1520 sSelEntry = sEntry; in FillRelLB()1525 if (sSelEntry.Len()) in FillRelLB()1526 _rLB.SelectEntry(sSelEntry); in FillRelLB()[all …]
555 String sSelEntry(aTypeBox.GetSelectEntry()); in GetSelectedEntryPos() local557 return GetParent()->GetRecord(sSelEntry, aContButton.IsChecked()); in GetSelectedEntryPos()
Completed in 53 milliseconds