Lines Matching refs:sEntry
1456 String sEntry = m_aFramePosString.GetString(eResId); in GetMapPos() local
1458 if (sEntry == sSelEntry) in GetMapPos()
1690 String sEntry = m_aFramePosString.GetString(sStrId1); in FillRelLB() local
1691 sal_uInt16 nPos = rLB.InsertEntry(sEntry); in FillRelLB()
1694 sSelEntry = sEntry; in FillRelLB()
1749 String sEntry = m_aFramePosString.GetString(sStrId1); in FillRelLB() local
1750 sal_uInt16 nPos = rLB.InsertEntry(sEntry); in FillRelLB()
1753 sSelEntry = sEntry; in FillRelLB()
1834 String sEntry(m_aFramePosString.GetString(eStrId)); in FillPosLB() local
1835 if (_rLB.GetEntryPos(sEntry) == LISTBOX_ENTRY_NOTFOUND) in FillPosLB()
1838 _rLB.InsertEntry(sEntry); in FillPosLB()
1845 sSelEntry = sEntry; in FillPosLB()