Lines Matching refs:aSelectionLB

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()
518 const sal_uInt16 nSelectionSel = aSelectionLB.GetSelectEntryPos(); in UpdateSubType()
521 sOldSel = aSelectionLB.GetEntry(nSelectionSel); in UpdateSubType()
527 aSelectionLB.SetUpdateMode(sal_False); in UpdateSubType()
528 aSelectionLB.Clear(); in UpdateSubType()
537 aSelectionLB.SetStyle(aSelectionLB.GetStyle()|WB_SORT); in UpdateSubType()
546 aSelectionLB.InsertEntry( pBkmk->GetName() ); in UpdateSubType()
553 aSelectionLB.SetStyle(aSelectionLB.GetStyle() & ~WB_SORT); in UpdateSubType()
559 aSelectionLB.InsertEntry( aArr[ n ]->sDlgEntry ); in UpdateSubType()
566 aSelectionLB.SetStyle(aSelectionLB.GetStyle() & ~WB_SORT); in UpdateSubType()
572 aSelectionLB.InsertEntry( aArr[ n ]->sDlgEntry ); in UpdateSubType()
639 aSelectionLB.SetStyle(aSelectionLB.GetStyle()|WB_SORT); in UpdateSubType()
654 aSelectionLB.InsertEntry( aArr[ n ]->sDlgEntry ); in UpdateSubType()
670 aSelectionLB.InsertEntry(*aLst[i]); in UpdateSubType()
678 aSelectionLB.Show( !bShowSelectionToolTipLB ); in UpdateSubType()
699 aSelectionLB.SetUpdateMode(sal_True); in UpdateSubType()
702 sal_Bool bEnable = aSelectionLB.GetEntryCount() != 0; in UpdateSubType()
703 aSelectionLB.Enable( bEnable ); in UpdateSubType()
708 aSelectionLB.SelectEntry(sOldSel); in UpdateSubType()
709 if (!aSelectionLB.GetSelectEntryCount() && !IsFldEdit()) in UpdateSubType()
710 aSelectionLB.SelectEntryPos(0); in UpdateSubType()
713 …if (IsFldEdit() && !aSelectionLB.GetSelectEntryCount()) // Falls die Referenz schon geloescht wurd… in UpdateSubType()
831 aSelectionLB.SelectEntry(aName); in IMPL_LINK()
871 aSelectionLB.InsertEntry(aName); in FillItemSet()
872 aSelectionLB.Enable(); in FillItemSet()
897 _SeqFldLstElem aElem( aSelectionLB.GetSelectEntry(), 0 ); in FillItemSet()
918 _SeqFldLstElem aElem( aSelectionLB.GetSelectEntry(), 0 ); in FillItemSet()
986 _SeqFldLstElem aElem( aSelectionLB.GetSelectEntry(), 0 ); in FillItemSet()
1017 aSelectionLB.GetSavedValue() != aSelectionLB.GetSelectEntryPos() || in FillItemSet()