Lines Matching refs:aLBNames
123 aLBNames ( this, ScResId( LB_NAMES ) ), in ScNameDlg()
185 aLBNames.SetSelectHdl ( LINK( this, ScNameDlg, NameSelectHdl ) ); in Init()
213 if ( aLBNames.GetEntryCount() > 0 ) in Init()
323 aLBNames.SetUpdateMode( false ); in UpdateNames()
327 sal_uInt16 nNamePos = aLBNames.GetTopEntry(); in UpdateNames()
328 aLBNames.Clear(); in UpdateNames()
361 aLBNames.InsertEntry( aString ); in UpdateNames()
376 aLBNames.SetUpdateMode( true ); in UpdateNames()
377 aLBNames.SetTopEntry(nNamePos); in UpdateNames()
378 aLBNames.Invalidate(); in UpdateNames()
438 sal_uInt16 nNamePos = aLBNames.GetTopEntry(); in IMPL_LINK_INLINE_END()
525 aLBNames.SetTopEntry(nNamePos); in IMPL_LINK_INLINE_END()
569 String rangeName = aLBNames.GetSelectEntry(); in IMPL_LINK()
613 != aLBNames.GetEntryPos( theName )); in IMPL_LINK()