Lines Matching refs:sSelEntry
1355 String sSelEntry, sOldEntry; in FillPosLB() local
1391 sSelEntry = sEntry; in FillPosLB()
1396 _rLB.SelectEntry(sSelEntry); in FillPosLB()
1418 String sSelEntry; in FillRelLB() local
1454 sSelEntry = sEntry; in FillRelLB()
1460 if (sSelEntry.Len()) in FillRelLB()
1461 _rLB.SelectEntry(sSelEntry); in FillRelLB()
1519 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == _nRel) in FillRelLB()
1520 sSelEntry = sEntry; in FillRelLB()
1525 if (sSelEntry.Len()) in FillRelLB()
1526 _rLB.SelectEntry(sSelEntry); in FillRelLB()
1648 String sSelEntry(rAlignLB.GetSelectEntry()); in GetMapPos() local
1657 if (sEntry == sSelEntry) in GetMapPos()