| /trunk/main/sw/source/ui/fldui/ |
| H A D | flddok.cxx | 69 aSelectionLB (this, SW_RES(LB_DOKSELECTION)), in SwFldDokPage() 87 aSelectionLB.SetDoubleClickHdl(LINK(this, SwFldDokPage, InsertHdl)); in SwFldDokPage() 203 nOldSel = aSelectionLB.GetSelectEntryPos(); in Reset() 237 aSelectionLB.Clear(); in IMPL_LINK() 256 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK() 258 nPos = aSelectionLB.InsertEntry(GetFldMgr().GetFormatStr(nTypeId, i)); in IMPL_LINK() 260 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK() 270 nPos = aSelectionLB.InsertEntry(*aLst[i]); in IMPL_LINK() 271 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); in IMPL_LINK() 273 aSelectionLB.SelectEntryPos(nPos); in IMPL_LINK() [all …]
|
| H A D | fldref.cxx | 87 aSelectionLB (this, SW_RES(LB_REFSELECTION)), in SwFldRefPage() 116 aSelectionLB.SetSelectHdl (LINK(this, SwFldRefPage, SubTypeHdl)); in SwFldRefPage() 117 aSelectionLB.SetDoubleClickHdl (LINK(this, SwFldRefPage, InsertHdl)); in SwFldRefPage() 299 aSelectionLB.SaveValue(); in Reset() 401 if ( ( !IsFldEdit() || aSelectionLB.GetEntryCount() ) && in IMPL_LINK() 462 if (!IsFldEdit() || aSelectionLB.GetSelectEntryCount()) in IMPL_LINK() 464 aNameED.SetText(aSelectionLB.GetSelectEntry()); in IMPL_LINK() 495 if (!IsFldEdit() || aSelectionLB.GetSelectEntryCount()) in IMPL_LINK() 496 aNameED.SetText(aSelectionLB.GetSelectEntry()); in IMPL_LINK() 516 if ( aSelectionLB.IsVisible() ) in UpdateSubType() [all …]
|
| H A D | fldvar.cxx | 60 aSelectionLB (this, SW_RES(LB_VARSELECTION)), in SwFldVarPage() 160 aSelectionLB.SetSelectHdl (LINK(this, SwFldVarPage, SubTypeHdl)); in Reset() 161 aSelectionLB.SetDoubleClickHdl (LINK(this, SwFldVarPage, InsertHdl)); in Reset() 194 aSelectionLB.SaveValue(); in Reset() 248 sal_uInt16 nSelPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK() 251 nSelPos = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nSelPos); in IMPL_LINK() 338 String sName( aSelectionLB.GetSelectEntry() ); in IMPL_LINK() 388 String sName( aSelectionLB.GetSelectEntry() ); in IMPL_LINK() 427 sName = aSelectionLB.GetSelectEntry(); in IMPL_LINK() 501 String sFldTypeName( aSelectionLB.GetEntry( nSelPos ) ); 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() 225 aSelectionLB.SetDoubleClickHdl(LINK(this, SwFldDokInfPage, InsertHdl)); in Reset() 230 nOldSel = aSelectionLB.GetSelectEntryPos(); in Reset() 269 sal_uInt16 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK() 277 if (!aSelectionLB.GetEntryCount()) in IMPL_LINK() 313 nExtSubType = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK() 360 nPos = aSelectionLB.GetSelectEntryPos(); in IMPL_LINK() 363 nSubType = (sal_uInt16)(sal_uLong)aSelectionLB.GetEntryData(nPos); in IMPL_LINK() 415 aSelectionLB.Clear(); 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() 167 aSelectionLB.SetDoubleClickHdl (LINK(this, SwFldFuncPage, InsertMacroHdl)); 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() 549 aSelectionLB.SetEntryData(nPos, reinterpret_cast<void*>(i)); 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
|
| /trunk/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 …]
|