Searched refs:pNewCursor (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/svtools/source/contnr/ |
| H A D | svimpbox.cxx | 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() [all …]
|
| H A D | imivctl1.cxx | 428 SvxIconChoiceCtrlEntry* pNewCursor = NULL; in RemoveEntry() local 433 pNewCursor = FindNewCursor(); in RemoveEntry() 459 SetCursor( pNewCursor, bSyncSingleSelection, sal_True ); in RemoveEntry() 1141 SvxIconChoiceCtrlEntry* pNewCursor, sal_Bool bMod1, sal_Bool bShift, sal_Bool bPaintSync ) in SetCursor_Impl() argument 1143 if( pNewCursor ) in SetCursor_Impl() 1160 MakeEntryVisible( pNewCursor ); in SetCursor_Impl() 1161 SetCursor( pNewCursor ); in SetCursor_Impl() 1175 SelectRange( pAnchor, pNewCursor, (nFlags & F_ADD_MODE)!=0 ); in SetCursor_Impl() 1177 SelectRect(pAnchor,pNewCursor,(nFlags & F_ADD_MODE)!=0,&aSelectedRectList); in SetCursor_Impl() 1198 SvxIconChoiceCtrlEntry* pNewCursor = GetEntry( nPos ); in KeyInput() local [all …]
|
| H A D | svimpicn.cxx | 909 SvLBoxEntry* pNewCursor = GetNewCursor(); in RemovingEntry() local 912 SetCursor( pNewCursor ); in RemovingEntry() 1528 SvLBoxEntry* pNewCursor; in KeyInput() local 1536 pNewCursor = pImpCursor->GoUpDown(pCursor,sal_False); in KeyInput() 1537 if( pNewCursor ) in KeyInput() 1542 MakeVisible( pNewCursor ); in KeyInput() 1543 SetCursor( pNewCursor ); in KeyInput() 1563 pNewCursor=pImpCursor->GoUpDown( pCursor,sal_True ); in KeyInput() 1564 if( pNewCursor ) in KeyInput() 1570 MakeVisible( pNewCursor ); in KeyInput() [all …]
|
| H A D | imivctl.hxx | 336 SvxIconChoiceCtrlEntry* pNewCursor,
|
| /AOO41X/main/svtools/source/inc/ |
| H A D | svimpbox.hxx | 211 SvLBoxEntry* pNewCursor );
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | svtreebx.hxx | 156 virtual void CursorMoved( SvLBoxEntry* pNewCursor );
|