Lines Matching refs:aNextLB
2948 aNextLB (this, SW_RES(LB_NEXT)), in SwFrmAddPage()
3067 &aNextLB, in Reset()
3134 … lcl_InsertVectors(aNextLB, aPrevPageFrames, aThisPageFrames, aNextPageFrames, aRemainFrames); in Reset()
3137 if(LISTBOX_ENTRY_NOTFOUND == aNextLB.GetEntryPos(sNextChain)) in Reset()
3138 aNextLB.InsertEntry(sNextChain, 1); in Reset()
3139 aNextLB.SelectEntry(sNextChain); in Reset()
3142 aNextLB.SelectEntryPos(0); in Reset()
3145 aNextLB.SetSelectHdl(aLink); in Reset()
3238 if(aNextLB.GetSelectEntryPos()) in FillItemSet()
3239 sCurrentNextChain = aNextLB.GetSelectEntry(); in FillItemSet()
3291 aNextLB.Show(sal_False); in SetFormatUsed()
3321 if(aNextLB.GetSelectEntryPos()) in IMPL_LINK()
3322 sCurrentNextChain = aNextLB.GetSelectEntry(); in IMPL_LINK()
3326 sal_Bool bNextBox = &aNextLB == pBox; in IMPL_LINK()
3327 ListBox& rChangeLB = bNextBox ? aPrevLB : aNextLB; in IMPL_LINK()