Searched refs:rLB (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/cui/source/tabpages/ |
H A D | swpossizetabpage.cxx | 1668 rLB.Clear(); in FillRelLB() 1701 rLB.SelectEntry(sSelEntry); in FillRelLB() 1704 rLB.SelectEntry(sOldEntry); in FillRelLB() 1706 if (!rLB.GetSelectEntryCount()) in FillRelLB() 1759 rLB.SelectEntry(sSelEntry); in FillRelLB() 1777 … RelationMap *pEntry = (RelationMap *)rLB.GetEntryData(rLB.GetEntryCount() - 1); in FillRelLB() 1788 rLB.SelectEntryPos(i); in FillRelLB() 1794 rLB.SelectEntryPos(0); in FillRelLB() 1799 rLB.Enable(rLB.GetEntryCount() != 0); in FillRelLB() 1800 rFT.Enable(rLB.GetEntryCount() != 0); 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()
|
/aoo42x/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()
|
/aoo42x/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 =()
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 1892 ListBox& rLB, const AuthorCharAttr& rAttrToSelect, in lcl_FillRedlineAttrListBox() argument 1898 rLB.SetEntryData(i, &rAttr); in lcl_FillRedlineAttrListBox() 1901 rLB.SelectEntryPos(i); in lcl_FillRedlineAttrListBox()
|
/aoo42x/main/tools/source/stream/ |
H A D | stream.cxx | 370 ErrCode SvStream::SetLockBytes( SvLockBytesRef& rLB ) in SetLockBytes() argument 372 xLockBytes = rLB; in SetLockBytes()
|
Completed in 107 milliseconds