Lines Matching refs:pNewCursor

2264 	SvLBoxEntry* pNewCursor;  in KeyInput()  local
2273 pNewCursor = pCursor; in KeyInput()
2276 pNewCursor = (SvLBoxEntry*)(pView->PrevVisible( pNewCursor )); in KeyInput()
2277 } while( pNewCursor && !IsSelectable(pNewCursor) ); in KeyInput()
2279 if ( pNewCursor ) in KeyInput()
2286 if ( !pNewCursor && pCursor ) in KeyInput()
2287 pNewCursor = pCursor; in KeyInput()
2289 if( pNewCursor ) in KeyInput()
2292 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
2293 if( !IsEntryInView( pNewCursor ) ) in KeyInput()
2302 pNewCursor = pCursor; in KeyInput()
2305 pNewCursor = (SvLBoxEntry*)(pView->NextVisible( pNewCursor )); in KeyInput()
2306 } while( pNewCursor && !IsSelectable(pNewCursor) ); in KeyInput()
2308 if ( pNewCursor ) in KeyInput()
2316 if ( !pNewCursor && pCursor ) in KeyInput()
2317 pNewCursor = pCursor; in KeyInput()
2319 if( pNewCursor ) in KeyInput()
2322 if( IsEntryInView( pNewCursor ) ) in KeyInput()
2323 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
2329 SetCursor( pNewCursor, bMod1 ); // no selection, when Ctrl is on in KeyInput()
2401 pNewCursor = pView->GetParent( pCursor ); in KeyInput()
2402 if( pNewCursor ) in KeyInput()
2403 SetCursor( pNewCursor ); in KeyInput()
2417 pNewCursor = (SvLBoxEntry*)(pView->PrevVisible( pCursor, nDelta )); in KeyInput()
2419 while( nDelta && pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2421 pNewCursor = (SvLBoxEntry*)(pView->NextVisible( pNewCursor )); in KeyInput()
2427 DBG_ASSERT(pNewCursor&&(sal_uLong)pNewCursor!=(sal_uLong)pCursor,"Cursor?"); in KeyInput()
2429 if( IsEntryInView( pNewCursor ) ) in KeyInput()
2430 SetCursor( pNewCursor ); in KeyInput()
2433 SetCursor( pNewCursor ); in KeyInput()
2445 pNewCursor= (SvLBoxEntry*)(pView->NextVisible( pCursor, nDelta )); in KeyInput()
2447 while( nDelta && pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2449 pNewCursor = (SvLBoxEntry*)(pView->PrevVisible( pNewCursor )); in KeyInput()
2455 DBG_ASSERT(pNewCursor&&(sal_uLong)pNewCursor!=(sal_uLong)pCursor,"Cursor?"); in KeyInput()
2457 if( IsEntryInView( pNewCursor ) ) in KeyInput()
2458 SetCursor( pNewCursor ); in KeyInput()
2461 SetCursor( pNewCursor ); in KeyInput()
2638 pNewCursor = pView->GetModel()->First(); in KeyInput()
2640 while( pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2642 pNewCursor = (SvLBoxEntry*)(pView->NextVisible( pNewCursor )); in KeyInput()
2645 if( pNewCursor && pNewCursor != pCursor ) in KeyInput()
2649 SetCursor( pNewCursor ); in KeyInput()
2650 if( !IsEntryInView( pNewCursor ) ) in KeyInput()
2651 MakeVisible( pNewCursor ); in KeyInput()
2658 pNewCursor = pView->GetModel()->Last(); in KeyInput()
2660 while( pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2662 pNewCursor = (SvLBoxEntry*)(pView->PrevVisible( pNewCursor )); in KeyInput()
2665 if( pNewCursor && pNewCursor != pCursor) in KeyInput()
2669 SetCursor( pNewCursor ); in KeyInput()
2670 if( !IsEntryInView( pNewCursor ) ) in KeyInput()
2671 MakeVisible( pNewCursor ); in KeyInput()
2809 SvLBoxEntry* pNewCursor = pImp->MakePointVisible( rPoint ); in SetCursorAtPoint() local
2810 if( pNewCursor != pImp->pCursor ) in SetCursorAtPoint()
2813 if( pNewCursor ) in SetCursorAtPoint()
2819 pImp->SetCursor( pNewCursor, bDontSelectAtCursor ); in SetCursorAtPoint()
2861 void SvImpLBox::SetAnchorSelection(SvLBoxEntry* pOldCursor,SvLBoxEntry* pNewCursor) in SetAnchorSelection() argument
2866 sal_uLong nNewVisPos = pView->GetVisiblePos( pNewCursor ); in SetAnchorSelection()
2874 while( pEntry && pEntry != pNewCursor ) in SetAnchorSelection()
2895 pEntry = pNewCursor; in SetAnchorSelection()
2908 pEntry = pNewCursor; in SetAnchorSelection()
2924 pEntry = pNewCursor; in SetAnchorSelection()
2946 while( pEntry && pEntry != pNewCursor ) in SetAnchorSelection()
2959 while( pEntry && pEntry != pNewCursor ) in SetAnchorSelection()