Lines Matching refs:aApplyToLB
107 aApplyToLB(this, SW_RES(LB_APPLY_TO)), in SwColumnDlg()
143 aApplyToLB.RemoveEntry( aApplyToLB.GetEntryPos( in SwColumnDlg()
150 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_SECTION )); in SwColumnDlg()
151 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_SECTIONS )); in SwColumnDlg()
162 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_SELECTION )); in SwColumnDlg()
173 aApplyToLB.RemoveEntry(aApplyToLB.GetEntryPos( (void*) LISTBOX_FRAME )); in SwColumnDlg()
176 sal_uInt16 nPagePos = aApplyToLB.GetEntryPos( (void*) LISTBOX_PAGE ); in SwColumnDlg()
186 String sPageStr = aApplyToLB.GetEntry(nPagePos); in SwColumnDlg()
187 aApplyToLB.RemoveEntry( nPagePos ); in SwColumnDlg()
189 aApplyToLB.InsertEntry( sPageStr, nPagePos ); in SwColumnDlg()
190 aApplyToLB.SetEntryData( nPagePos, (void*) LISTBOX_PAGE); in SwColumnDlg()
204 aApplyToLB.RemoveEntry( nPagePos ); in SwColumnDlg()
220 aApplyToLB.SelectEntryPos(0); in SwColumnDlg()
223 aApplyToLB.SetSelectHdl(LINK(this, SwColumnDlg, ObjectHdl)); in SwColumnDlg()
226 if( !aApplyToLB.GetEntryCount() ) in SwColumnDlg()
276 nOldSelection = (long)aApplyToLB.GetEntryData(aApplyToLB.GetSelectEntryPos()); in IMPL_LINK()