Lines Matching refs:sSelEntry
1450 String sSelEntry(rAlignLB.GetSelectEntry()); in GetMapPos() local
1458 if (sEntry == sSelEntry) in GetMapPos()
1664 String sSelEntry; in FillRelLB() local
1694 sSelEntry = sEntry; in FillRelLB()
1700 if (sSelEntry.Len()) in FillRelLB()
1701 rLB.SelectEntry(sSelEntry); in FillRelLB()
1752 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == nRel) 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() local
1845 sSelEntry = sEntry; in FillPosLB()
1850 _rLB.SelectEntry(sSelEntry); in FillPosLB()