Lines Matching refs:aPrevLB
2946 aPrevLB (this, SW_RES(LB_PREV)), in SwFrmAddPage()
3065 &aPrevLB, in Reset()
3117 … lcl_InsertVectors(aPrevLB, aPrevPageFrames, aThisPageFrames, aNextPageFrames, aRemainFrames); in Reset()
3120 if(LISTBOX_ENTRY_NOTFOUND == aPrevLB.GetEntryPos(sPrevChain)) in Reset()
3121 aPrevLB.InsertEntry(sPrevChain, 1); in Reset()
3122 aPrevLB.SelectEntry(sPrevChain); in Reset()
3125 aPrevLB.SelectEntryPos(0); in Reset()
3144 aPrevLB.SetSelectHdl(aLink); in Reset()
3236 if(aPrevLB.GetSelectEntryPos()) in FillItemSet()
3237 sCurrentPrevChain = aPrevLB.GetSelectEntry(); in FillItemSet()
3289 aPrevLB.Show(sal_False); in SetFormatUsed()
3319 if(aPrevLB.GetSelectEntryPos()) in IMPL_LINK()
3320 sCurrentPrevChain = aPrevLB.GetSelectEntry(); in IMPL_LINK()
3327 ListBox& rChangeLB = bNextBox ? aPrevLB : aNextLB; in IMPL_LINK()