Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx107 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()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dcolumn.hxx73 ListBox aApplyToLB; member in SwColumnDlg