Searched refs:aSelectionLB (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/ui/fldui/ |
H A D | flddok.cxx | 69 aSelectionLB (this, SW_RES(LB_DOKSELECTION)), in SwFldDokPage() 203 nOldSel = aSelectionLB.GetSelectEntryPos(); in Reset() 237 aSelectionLB.Clear(); in IMPL_LINK() 273 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK() 275 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK() 283 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK() 289 nPos = aSelectionLB.InsertEntry(sFmt); in IMPL_LINK() 308 aSelectionLB.SetSelectHdl(Link()); in IMPL_LINK() 323 aSelectionLB.SelectEntryPos(0); in IMPL_LINK() 325 aSelectionLB.Enable( bEnable ); in IMPL_LINK() [all …]
|
H A D | fldref.cxx | 299 aSelectionLB.SaveValue(); in Reset() 516 if ( aSelectionLB.IsVisible() ) in UpdateSubType() 528 aSelectionLB.Clear(); in UpdateSubType() 537 aSelectionLB.SetStyle(aSelectionLB.GetStyle()|WB_SORT); in UpdateSubType() 553 aSelectionLB.SetStyle(aSelectionLB.GetStyle() & ~WB_SORT); in UpdateSubType() 566 aSelectionLB.SetStyle(aSelectionLB.GetStyle() & ~WB_SORT); in UpdateSubType() 639 aSelectionLB.SetStyle(aSelectionLB.GetStyle()|WB_SORT); in UpdateSubType() 831 aSelectionLB.SelectEntry(aName); in IMPL_LINK() 871 aSelectionLB.InsertEntry(aName); in FillItemSet() 872 aSelectionLB.Enable(); in FillItemSet() [all …]
|
H A D | fldvar.cxx | 60 aSelectionLB (this, SW_RES(LB_VARSELECTION)), in SwFldVarPage() 194 aSelectionLB.SaveValue(); in Reset() 584 if ( aSelectionLB.IsCallAddSelection() ) in IMPL_LINK() 623 aSelectionLB.SetUpdateMode( sal_False ); in UpdateSubType() 624 aSelectionLB.Clear(); in UpdateSubType() 706 aSelectionLB.SelectEntry( sOldSel ); in UpdateSubType() 714 aSelectionLB.Enable( bEnable ); in UpdateSubType() 718 aSelectionLB.SetUpdateMode( sal_True ); in UpdateSubType() 1124 aSelectionLB.InsertEntry(sName); in IMPL_LINK() 1125 aSelectionLB.SelectEntry(sName); in IMPL_LINK() [all …]
|
H A D | flddinf.cxx | 76 aSelectionLB(this, SW_RES(LB_DOKINFSELECTION)), in SwFldDokInfPage() 224 aSelectionLB.SetSelectHdl(LINK(this, SwFldDokInfPage, SubTypeHdl)); in Reset() 230 nOldSel = aSelectionLB.GetSelectEntryPos(); in Reset() 269 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK() 277 if (!aSelectionLB.GetEntryCount()) in IMPL_LINK() 360 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK() 415 aSelectionLB.Clear(); in FillSelectionLB() 447 if (!aSelectionLB.GetSelectEntryCount()) in FillSelectionLB() 448 aSelectionLB.SelectEntryPos(nSelPos == USHRT_MAX ? 0 : nSelPos); in FillSelectionLB() 454 aSelectionLB.Enable(bEnable); in FillSelectionLB() [all …]
|
H A D | fldfunc.cxx | 74 aSelectionLB(this, SW_RES(LB_FUNCSELECTION)), in SwFldFuncPage() 166 aSelectionLB.SetSelectHdl (LINK(this, SwFldFuncPage, SelectHdl)); in Reset() 411 aSelectionLB.Show(); in IMPL_LINK() 420 aSelectionLB.Hide(); in IMPL_LINK() 447 aNameED.SetText( aSelectionLB.GetSelectEntry() ); in IMPL_LINK() 539 aSelectionLB.SetUpdateMode(sal_False); in UpdateSubType() 540 aSelectionLB.Clear(); in UpdateSubType() 548 sal_uInt16 nPos = aSelectionLB.InsertEntry(*aLst[i]); in UpdateSubType() 554 aSelectionLB.Enable( bEnable ); in UpdateSubType() 559 aSelectionLB.SelectEntryPos(0); in UpdateSubType() [all …]
|
H A D | flddinf.hxx | 48 ListBox aSelectionLB; member in SwFldDokInfPage
|
H A D | flddok.hxx | 48 ListBox aSelectionLB; member in SwFldDokPage
|
H A D | fldref.hxx | 52 ListBox aSelectionLB; member in SwFldRefPage
|
H A D | fldfunc.hxx | 47 ListBox aSelectionLB; member in SwFldFuncPage
|
H A D | fldvar.hxx | 72 SelectionListBox aSelectionLB; member in SwFldVarPage
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | datman.cxx | 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() [all …]
|
Completed in 81 milliseconds