Lines Matching refs:pNewCursor

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
1200 if ( pNewCursor != pOldCursor ) in KeyInput()
1201 SetCursor_Impl( pOldCursor, pNewCursor, sal_False, sal_False, sal_False ); in KeyInput()
1230 SvxIconChoiceCtrlEntry* pNewCursor; in KeyInput() local
1242 pNewCursor = pImpCursor->GoUpDown(pCursor,sal_False); in KeyInput()
1244 pNewCursor = pImpCursor->GoPageUpDown(pCursor,sal_False); in KeyInput()
1245 SetCursor_Impl( pOldCursor, pNewCursor, bMod1, bShift, sal_True ); in KeyInput()
1246 if( !pNewCursor ) in KeyInput()
1257 if ( bChooseWithCursor && pNewCursor != NULL ) in KeyInput()
1259 pHdlEntry = pNewCursor;//GetCurEntry(); in KeyInput()
1272 pNewCursor=pImpCursor->GoUpDown( pCursor,sal_True ); in KeyInput()
1274 pNewCursor=pImpCursor->GoPageUpDown( pCursor,sal_True ); in KeyInput()
1275 SetCursor_Impl( pOldCursor, pNewCursor, bMod1, bShift, sal_True ); in KeyInput()
1277 if ( bChooseWithCursor && pNewCursor != NULL) in KeyInput()
1279 pHdlEntry = pNewCursor;//GetCurEntry(); in KeyInput()
1290 pNewCursor=pImpCursor->GoLeftRight(pCursor,sal_True ); in KeyInput()
1291 SetCursor_Impl( pOldCursor, pNewCursor, bMod1, bShift, sal_True ); in KeyInput()
1299 pNewCursor = pImpCursor->GoLeftRight(pCursor,sal_False ); in KeyInput()
1300 SetCursor_Impl( pOldCursor, pNewCursor, bMod1, bShift, sal_True ); in KeyInput()
1301 if( !pNewCursor ) in KeyInput()
1415 pNewCursor = (SvxIconChoiceCtrlEntry*)aEntries.GetObject( aEntries.Count() - 1 ); in KeyInput()
1416 SetCursor_Impl( pOldCursor, pNewCursor, bMod1, bShift, sal_True ); in KeyInput()
1423 pNewCursor = (SvxIconChoiceCtrlEntry*)aEntries.GetObject( 0 ); in KeyInput()
1424 SetCursor_Impl( pOldCursor, pNewCursor, bMod1, bShift, sal_True ); in KeyInput()
2933 SvxIconChoiceCtrlEntry* pNewCursor; in FindNewCursor() local
2936 pNewCursor = pImpCursor->GoLeftRight( pCursor, sal_False ); in FindNewCursor()
2937 if( !pNewCursor ) in FindNewCursor()
2939 pNewCursor = pImpCursor->GoLeftRight( pCursor, sal_True ); in FindNewCursor()
2940 if( !pNewCursor ) in FindNewCursor()
2942 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_False ); in FindNewCursor()
2943 if( !pNewCursor ) in FindNewCursor()
2944 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_True ); in FindNewCursor()
2949 pNewCursor = (SvxIconChoiceCtrlEntry*)aEntries.First(); in FindNewCursor()
2950 DBG_ASSERT(!pNewCursor|| (pCursor&&pCursor!=pNewCursor),"FindNewCursor failed"); in FindNewCursor()
2951 return pNewCursor; in FindNewCursor()
4651 SvxIconChoiceCtrlEntry* pNewCursor = GetEntry( nPos ); in HandleShortCutKey() local
4653 if( pNewCursor != pOldCursor ) in HandleShortCutKey()
4655 SetCursor_Impl( pOldCursor, pNewCursor, sal_False, sal_False, sal_False ); in HandleShortCutKey()
4657 if( pNewCursor != NULL ) in HandleShortCutKey()
4659 pHdlEntry = pNewCursor; in HandleShortCutKey()