Lines Matching refs:aSelectionLB
596 SvTabListBox aSelectionLB; member in DBChangeDialog_Impl
622 aSelectionLB(this, BibResId( LB_SELECTION )), in DBChangeDialog_Impl()
629 aSelectionLB.SetDoubleClickHdl( LINK(this, DBChangeDialog_Impl, DoubleClickHdl)); in DBChangeDialog_Impl()
644 aSelectionLB.SetTabs( &nTabs[0], MAP_PIXEL ); in DBChangeDialog_Impl()
645 aSelectionLB.SetStyle(aSelectionLB.GetStyle()|WB_CLIPCHILDREN|WB_SORT); in DBChangeDialog_Impl()
646 aSelectionLB.GetModel()->SetSortMode(SortAscending); in DBChangeDialog_Impl()
653 SvLBoxEntry* pEntry = aSelectionLB.InsertEntry(pSourceNames[i]); in DBChangeDialog_Impl()
656 aSelectionLB.Select(pEntry); in DBChangeDialog_Impl()
659 aSelectionLB.GetModel()->Resort(); in DBChangeDialog_Impl()
702 SvLBoxEntry* pEntry = aSelectionLB.FirstSelected(); in GetCurrentURL()
705 sRet = aSelectionLB.GetEntryText(pEntry, 0); in GetCurrentURL()