Lines Matching refs:rLB
1662 sal_uInt16 nRel, ListBox &rLB, FixedText &rFT) in FillRelLB() argument
1668 rLB.Clear(); in FillRelLB()
1674 String sOldEntry(rLB.GetSelectEntry()); in FillRelLB()
1691 sal_uInt16 nPos = rLB.InsertEntry(sEntry); in FillRelLB()
1692 rLB.SetEntryData(nPos, &aAsCharRelationMap[nRelPos]); in FillRelLB()
1701 rLB.SelectEntry(sSelEntry); in FillRelLB()
1704 rLB.SelectEntry(sOldEntry); in FillRelLB()
1706 if (!rLB.GetSelectEntryCount()) in FillRelLB()
1708 for (sal_uInt16 i = 0; i < rLB.GetEntryCount(); i++) in FillRelLB()
1710 RelationMap *pEntry = (RelationMap *)rLB.GetEntryData(i); in FillRelLB()
1713 rLB.SelectEntryPos(i); in FillRelLB()
1750 sal_uInt16 nPos = rLB.InsertEntry(sEntry); in FillRelLB()
1751 rLB.SetEntryData(nPos, &aRelationMap[nRelPos]); in FillRelLB()
1759 rLB.SelectEntry(sSelEntry); in FillRelLB()
1775 if (rLB.GetEntryCount()) in FillRelLB()
1777 … RelationMap *pEntry = (RelationMap *)rLB.GetEntryData(rLB.GetEntryCount() - 1); in FillRelLB()
1783 for (sal_uInt16 i = 0; i < rLB.GetEntryCount(); i++) in FillRelLB()
1785 RelationMap *pEntry = (RelationMap *)rLB.GetEntryData(i); in FillRelLB()
1788 rLB.SelectEntryPos(i); in FillRelLB()
1793 if (!rLB.GetSelectEntryCount()) in FillRelLB()
1794 rLB.SelectEntryPos(0); in FillRelLB()
1799 rLB.Enable(rLB.GetEntryCount() != 0); in FillRelLB()
1800 rFT.Enable(rLB.GetEntryCount() != 0); in FillRelLB()
1802 RelHdl(&rLB); in FillRelLB()