Home
last modified time | relevance | path

Searched refs:aPrevLB (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2946 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()
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Dfrmpage.hxx294 ListBox aPrevLB; member in SwFrmAddPage