Lines Matching refs:nSelectionPos

2034 	sal_uInt16 nSelectionPos = aTopLevelListBox.GetSelectEntryPos();  in ReloadTopLevelListBox()  local
2049 nSelectionPos = nPos; in ReloadTopLevelListBox()
2063 nSelectionPos = nSelectionPos < aTopLevelListBox.GetEntryCount() ? in ReloadTopLevelListBox()
2064 nSelectionPos : aTopLevelListBox.GetEntryCount() - 1; in ReloadTopLevelListBox()
2066 aTopLevelListBox.SelectEntryPos( nSelectionPos, sal_True ); in ReloadTopLevelListBox()
3233 sal_uInt16 nSelectionPos = aTopLevelListBox.GetSelectEntryPos(); in DeleteSelectedTopLevel() local
3242 if ( nSelectionPos != aTopLevelListBox.GetEntryCount() - 1 ) in DeleteSelectedTopLevel()
3244 aTopLevelListBox.SelectEntryPos( nSelectionPos + 1, sal_True ); in DeleteSelectedTopLevel()
3248 aTopLevelListBox.SelectEntryPos( nSelectionPos - 1, sal_True ); in DeleteSelectedTopLevel()
3253 aTopLevelListBox.RemoveEntry( nSelectionPos ); in DeleteSelectedTopLevel()
3329 sal_uInt16 nSelectionPos = aTopLevelListBox.GetSelectEntryPos(); in IMPL_LINK() local
3332 (SvxConfigEntry*)aTopLevelListBox.GetEntryData( nSelectionPos ); in IMPL_LINK()
3363 aTopLevelListBox.RemoveEntry( nSelectionPos ); in IMPL_LINK()
3364 nSelectionPos = in IMPL_LINK()
3365 aTopLevelListBox.InsertEntry( aNewName, nSelectionPos ); in IMPL_LINK()
3366 aTopLevelListBox.SetEntryData( nSelectionPos, pToolbar ); in IMPL_LINK()
3367 aTopLevelListBox.SelectEntryPos( nSelectionPos ); in IMPL_LINK()
3464 sal_uInt16 nSelectionPos = 0; in IMPL_LINK() local
3471 nSelectionPos = i; in IMPL_LINK()
3508 InsertEntryIntoUI( pEntry, nSelectionPos ); in IMPL_LINK()
3561 sal_uInt16 nSelectionPos = 0; in IMPL_LINK() local
3568 nSelectionPos = i; in IMPL_LINK()
3615 InsertEntryIntoUI( pEntry, nSelectionPos ); in IMPL_LINK()
3644 sal_uInt16 nSelectionPos = 0; in IMPL_LINK() local
3651 nSelectionPos = i; in IMPL_LINK()
3675 InsertEntryIntoUI( pEntry, nSelectionPos ); in IMPL_LINK()