Home
last modified time | relevance | path

Searched refs:aSelectionLB (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/ui/fldui/
H A Dflddok.cxx69 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 Dfldref.cxx299 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 Dfldvar.cxx60 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 Dflddinf.cxx76 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 Dfldfunc.cxx74 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 Dflddinf.hxx48 ListBox aSelectionLB; member in SwFldDokInfPage
H A Dflddok.hxx48 ListBox aSelectionLB; member in SwFldDokPage
H A Dfldref.hxx52 ListBox aSelectionLB; member in SwFldRefPage
H A Dfldfunc.hxx47 ListBox aSelectionLB; member in SwFldFuncPage
H A Dfldvar.hxx72 SelectionListBox aSelectionLB; member in SwFldVarPage
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx596 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 38 milliseconds