Home
last modified time | relevance | path

Searched refs:pNewCursor (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx2276 pNewCursor = (SvLBoxEntry*)(pView->PrevVisible( pNewCursor )); in KeyInput()
2277 } while( pNewCursor && !IsSelectable(pNewCursor) ); in KeyInput()
2305 pNewCursor = (SvLBoxEntry*)(pView->NextVisible( pNewCursor )); in KeyInput()
2306 } while( pNewCursor && !IsSelectable(pNewCursor) ); in KeyInput()
2419 while( nDelta && pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2447 while( nDelta && pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2640 while( pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2645 if( pNewCursor && pNewCursor != pCursor ) in KeyInput()
2660 while( pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()
2665 if( pNewCursor && pNewCursor != pCursor) in KeyInput()
[all …]
H A Dimivctl1.cxx1143 if( pNewCursor ) in SetCursor_Impl()
1161 SetCursor( pNewCursor ); in SetCursor_Impl()
1246 if( !pNewCursor ) in KeyInput()
1301 if( !pNewCursor ) in KeyInput()
2937 if( !pNewCursor ) in FindNewCursor()
2940 if( !pNewCursor ) in FindNewCursor()
2943 if( !pNewCursor ) in FindNewCursor()
2950 DBG_ASSERT(!pNewCursor|| (pCursor&&pCursor!=pNewCursor),"FindNewCursor failed"); in FindNewCursor()
2951 return pNewCursor; in FindNewCursor()
4657 if( pNewCursor != NULL ) in HandleShortCutKey()
[all …]
H A Dsvimpicn.cxx1528 SvLBoxEntry* pNewCursor; in KeyInput() local
1537 if( pNewCursor ) in KeyInput()
1564 if( pNewCursor ) in KeyInput()
1582 if( pNewCursor ) in KeyInput()
1601 if( pNewCursor ) in KeyInput()
2977 SvLBoxEntry* pNewCursor; in GetNewCursor() local
2981 if( !pNewCursor ) in GetNewCursor()
2984 if( !pNewCursor ) in GetNewCursor()
2987 if( !pNewCursor ) in GetNewCursor()
2994 DBG_ASSERT(!pNewCursor|| (pCursor&&pCursor!=pNewCursor),"GetNewCursor failed"); in GetNewCursor()
[all …]
H A Dimivctl.hxx336 SvxIconChoiceCtrlEntry* pNewCursor,
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx211 SvLBoxEntry* pNewCursor );
/trunk/main/svtools/inc/svtools/
H A Dsvtreebx.hxx156 virtual void CursorMoved( SvLBoxEntry* pNewCursor );

Completed in 81 milliseconds