Home
last modified time | relevance | path

Searched refs:rLB (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1668 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 Dswpossizetabpage.hxx129 …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 Dautocdlg.cxx170 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()
/aoo4110/main/sw/source/ui/utlui/
H A Dgloslst.cxx207 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()
/aoo4110/main/editeng/inc/editeng/
H A Dnlbkitem.hxx58 inline SvxNoLinebreakItem& operator=(const SvxNoLinebreakItem& rLB) in operator =() argument
60 SetValue( rLB.GetValue() ); in operator =()
/aoo4110/main/tools/source/stream/
H A Dstream.cxx355 ErrCode SvStream::SetLockBytes( SvLockBytesRef& rLB ) in SetLockBytes() argument
357 xLockBytes = rLB; in SetLockBytes()
/aoo4110/main/sw/source/ui/config/
H A Doptpage.cxx1895 ListBox& rLB, const AuthorCharAttr& rAttrToSelect, in lcl_FillRedlineAttrListBox() argument
1901 rLB.SetEntryData(i, &rAttr); in lcl_FillRedlineAttrListBox()
1904 rLB.SelectEntryPos(i); in lcl_FillRedlineAttrListBox()

Completed in 64 milliseconds