Searched refs:aHiddenSortTypeBox (Results 1 – 2 of 2) sorted by relevance
289 aHiddenSortTypeBox(this, WB_SORT|WB_HIDE), in SwLabPage()455 aHiddenSortTypeBox.Clear(); in IMPL_LINK_INLINE_END()479 if ( aHiddenSortTypeBox.GetEntryPos(aType) == LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK_INLINE_END()482 aHiddenSortTypeBox.InsertEntry( aType ); in IMPL_LINK_INLINE_END()492 for(sal_uInt16 nEntry = 0; nEntry < aHiddenSortTypeBox.GetEntryCount(); nEntry++) in IMPL_LINK_INLINE_END()494 aTypeBox.InsertEntry(aHiddenSortTypeBox.GetEntry(nEntry)); in IMPL_LINK_INLINE_END()
53 ListBox aHiddenSortTypeBox; member in SwLabPage
Completed in 13 milliseconds