Lines Matching refs:nInsPos
533 sal_uInt16 n, nInsPos = aLbTableCol.GetSelectEntryPos(), in IMPL_LINK() local
535 if( LISTBOX_APPEND == nInsPos ) in IMPL_LINK()
540 for( n = 0; n < nCnt; ++n, ++nInsPos ) in IMPL_LINK()
541 aLbTableCol.InsertEntry( aLbTblDbColumn.GetEntry( n ), nInsPos ); in IMPL_LINK()
543 aLbTableCol.SelectEntryPos( nInsPos ); in IMPL_LINK()
549 sal_uInt16 nInsPos = aLbTableCol.GetSelectEntryPos(), in IMPL_LINK() local
552 aLbTableCol.InsertEntry( aLbTblDbColumn.GetEntry( nDelPos ), nInsPos ); in IMPL_LINK()
555 aLbTableCol.SelectEntryPos( nInsPos ); in IMPL_LINK()
567 sal_uInt16 nFndPos, nInsPos, in IMPL_LINK() local
575 nInsPos = nFndPos; in IMPL_LINK()
578 nInsPos = LISTBOX_ENTRY_NOTFOUND; in IMPL_LINK()
580 LISTBOX_ENTRY_NOTFOUND == (nInsPos = aLbTblDbColumn. in IMPL_LINK()
585 aLbTblDbColumn.InsertEntry( aSrch.sColumn, nInsPos ); in IMPL_LINK()
588 if( nInsPos >= aLbTblDbColumn.GetEntryCount() ) in IMPL_LINK()
589 nInsPos = aLbTblDbColumn.GetEntryCount() - 1; in IMPL_LINK()
590 aLbTblDbColumn.SelectEntryPos( nInsPos ); in IMPL_LINK()