Searched refs:rLB (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/cui/source/tabpages/ |
| H A D | swpossizetabpage.cxx | 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() [all …]
|
| H A D | swpossizetabpage.hxx | 129 …Map *pMap, sal_uInt16 nLBSelPos, sal_uInt16 nAlign, sal_uInt16 nRel, ListBox &rLB, FixedText &rFT); 130 …l_uInt16 FillPosLB(FrmMap *pMap, sal_uInt16 nAlign, const sal_uInt16 _nRel, ListBox &rLB);
|
| H A D | autocdlg.cxx | 170 sal_Bool lcl_FindEntry( ListBox& rLB, const String& rEntry, in lcl_FindEntry() argument 173 sal_uInt16 nCount = rLB.GetEntryCount(); in lcl_FindEntry() 174 sal_uInt16 nSelPos = rLB.GetSelectEntryPos(); in lcl_FindEntry() 178 if( 0 == rCmpClass.compareString(rEntry, rLB.GetEntry(i) )) in lcl_FindEntry() 180 rLB.SelectEntryPos(i, sal_True); in lcl_FindEntry() 185 rLB.SelectEntryPos(nSelPos, sal_False); in lcl_FindEntry()
|
| /AOO41X/main/sw/source/ui/utlui/ |
| H A D | gloslst.cxx | 207 ListBox& rLB = aDlg.GetListBox(); in GetShortName() local 209 rLB.InsertEntry(aTripleStrings[i]->sGroup.GetToken(0, GLOS_DELIM)); in GetShortName() 211 rLB.SelectEntryPos(0); in GetShortName() 213 LISTBOX_ENTRY_NOTFOUND != rLB.GetSelectEntryPos()) in GetShortName() 215 TripleString* pTriple = aTripleStrings[rLB.GetSelectEntryPos()]; in GetShortName()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | nlbkitem.hxx | 58 inline SvxNoLinebreakItem& operator=(const SvxNoLinebreakItem& rLB) in operator =() argument 60 SetValue( rLB.GetValue() ); in operator =()
|
| /AOO41X/main/tools/source/stream/ |
| H A D | stream.cxx | 355 ErrCode SvStream::SetLockBytes( SvLockBytesRef& rLB ) in SetLockBytes() argument 357 xLockBytes = rLB; in SetLockBytes()
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | optpage.cxx | 1895 ListBox& rLB, const AuthorCharAttr& rAttrToSelect, in lcl_FillRedlineAttrListBox() argument 1901 rLB.SetEntryData(i, &rAttr); in lcl_FillRedlineAttrListBox() 1904 rLB.SelectEntryPos(i); in lcl_FillRedlineAttrListBox()
|