Lines Matching refs:pCursor

126 	pCursor = NULL;  in SvxIconChoiceCtrl_Impl()
208 pCursor = 0; in Clear()
430 if( pEntry == pCursor ) in RemoveEntry()
435 pCursor = 0; in RemoveEntry()
508 if( bSelect && pCursor && in EntrySelected()
510 pEntry != pCursor ) in EntrySelected()
522 if( pEntry == pCursor ) in EntrySelected()
532 if( pEntry == pCursor ) in EntrySelected()
760 if( !pCursor ) in Paint()
769 pCursor = pEntry; in Paint()
775 pCursor = (SvxIconChoiceCtrlEntry*)aEntries.First(); in Paint()
899 SetCursor_Impl( pCursor, pEntry, rMEvt.IsMod1(), rMEvt.IsShift(), sal_True); in MouseButtonDown()
1078 SvxIconChoiceCtrlEntry* pOldCursor = pCursor; in MouseButtonUp()
1181 SelectEntry( pCursor, sal_True, sal_True, sal_False, bPaintSync ); in SetCursor_Impl()
1182 aCurSelectionRect = GetEntryBoundRect( pCursor ); in SetCursor_Impl()
1183 CallEventListeners( VCLEVENT_LISTBOX_SELECT, pCursor ); in SetCursor_Impl()
1199 SvxIconChoiceCtrlEntry* pOldCursor = pCursor; in KeyInput()
1231 SvxIconChoiceCtrlEntry* pOldCursor = pCursor; in KeyInput()
1238 if( pCursor ) in KeyInput()
1240 MakeEntryVisible( pCursor ); in KeyInput()
1242 pNewCursor = pImpCursor->GoUpDown(pCursor,sal_False); in KeyInput()
1244 pNewCursor = pImpCursor->GoPageUpDown(pCursor,sal_False); in KeyInput()
1248 Rectangle aRect( GetEntryBoundRect( pCursor ) ); in KeyInput()
1269 if( pCursor ) in KeyInput()
1272 pNewCursor=pImpCursor->GoUpDown( pCursor,sal_True ); in KeyInput()
1274 pNewCursor=pImpCursor->GoPageUpDown( pCursor,sal_True ); in KeyInput()
1288 if( pCursor ) in KeyInput()
1290 pNewCursor=pImpCursor->GoLeftRight(pCursor,sal_True ); in KeyInput()
1296 if( pCursor ) in KeyInput()
1298 MakeEntryVisible( pCursor ); in KeyInput()
1299 pNewCursor = pImpCursor->GoLeftRight(pCursor,sal_False ); in KeyInput()
1303 Rectangle aRect( GetEntryBoundRect(pCursor)); in KeyInput()
1351 if( pCursor && eSelectionMode != SINGLE_SELECTION ) in KeyInput()
1366 ToggleSelection( pCursor ); in KeyInput()
1374 if( pCursor ) in KeyInput()
1375 pView->SetEntryTextMode( IcnShowTextFull, pCursor ); in KeyInput()
1379 if( pCursor ) in KeyInput()
1380 pView->SetEntryTextMode( IcnShowTextShort, pCursor ); in KeyInput()
1405 if( pCursor && bEntryEditingEnabled ) in KeyInput()
1406 /*pView->*/EditEntry( pCursor ); in KeyInput()
1413 if( pCursor ) in KeyInput()
1421 if( pCursor ) in KeyInput()
1718 if( pCursor ) in GetFocus()
1720 pCursor->SetFlags( ICNVIEW_FLAG_FOCUSED ); in GetFocus()
1728 if( pCursor ) in LoseFocus()
1729 pCursor->ClearFlags( ICNVIEW_FLAG_FOCUSED ); in LoseFocus()
2495 if( pEntry == pCursor ) in SetCursor()
2497 if( pCursor && eSelectionMode == SINGLE_SELECTION && bSyncSingleSelection && in SetCursor()
2498 !pCursor->IsSelected() ) in SetCursor()
2499 SelectEntry( pCursor, sal_True, sal_True ); in SetCursor()
2503 SvxIconChoiceCtrlEntry* pOldCursor = pCursor; in SetCursor()
2504 pCursor = pEntry; in SetCursor()
2511 if( pCursor ) in SetCursor()
2513 ToTop( pCursor ); in SetCursor()
2514 pCursor->SetFlags( ICNVIEW_FLAG_FOCUSED ); in SetCursor()
2516 SelectEntry( pCursor, sal_True, sal_True ); in SetCursor()
2532 if( !pCursor || !bShow || !pView->HasFocus() ) in ShowCursor()
2537 Rectangle aRect ( CalcFocusRect( pCursor ) ); in ShowCursor()
2934 if( pCursor ) in FindNewCursor()
2936 pNewCursor = pImpCursor->GoLeftRight( pCursor, sal_False ); in FindNewCursor()
2939 pNewCursor = pImpCursor->GoLeftRight( pCursor, sal_True ); in FindNewCursor()
2942 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_False ); in FindNewCursor()
2944 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_True ); in FindNewCursor()
2950 DBG_ASSERT(!pNewCursor|| (pCursor&&pCursor!=pNewCursor),"FindNewCursor failed"); in FindNewCursor()
3696 if( pEntry == pCursor ) in InvalidateEntry()
3701 if( pEntry == pCursor ) in InvalidateEntry()
4652 SvxIconChoiceCtrlEntry* pOldCursor = pCursor; in HandleShortCutKey()