Searched refs:sSelEntry (Results 1 – 3 of 3) sorted by relevance
1450 String sSelEntry(rAlignLB.GetSelectEntry()); in GetMapPos() local1458 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()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()[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()1519 if (!sSelEntry.Len() && aRelationMap[nRelPos].nRelation == _nRel) in FillRelLB()1520 sSelEntry = sEntry; in FillRelLB()1525 if (sSelEntry.Len()) in FillRelLB()[all …]
561 String sSelEntry(aTypeBox.GetSelectEntry()); in GetSelectedEntryPos() local563 return GetParent()->GetRecord(sSelEntry, aContButton.IsChecked()); in GetSelectedEntryPos()