Lines Matching refs:pImpCursor
146 pImpCursor = new IcnCursor_Impl( this ); in SvxIconChoiceCtrl_Impl()
183 delete pImpCursor; in ~SvxIconChoiceCtrl_Impl()
211 pImpCursor->Clear(); in Clear()
307 pImpCursor->Clear(); in InsertEntry()
450 pImpCursor->Clear(); in RemoveEntry()
587 pImpCursor->Clear(); in ResetVirtSize()
614 pImpCursor->Clear(); in AdjustVirtSize()
1242 pNewCursor = pImpCursor->GoUpDown(pCursor,sal_False); in KeyInput()
1244 pNewCursor = pImpCursor->GoPageUpDown(pCursor,sal_False); in KeyInput()
1272 pNewCursor=pImpCursor->GoUpDown( pCursor,sal_True ); in KeyInput()
1274 pNewCursor=pImpCursor->GoPageUpDown( pCursor,sal_True ); in KeyInput()
1290 pNewCursor=pImpCursor->GoLeftRight(pCursor,sal_True ); in KeyInput()
1299 pNewCursor = pImpCursor->GoLeftRight(pCursor,sal_False ); in KeyInput()
1600 pImpCursor->Clear(); in Resize()
1746 pImpCursor->Clear(); in SetUpdateMode()
2072 pImpCursor->Clear(); in SetEntryPos()
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()
3468 pImpCursor->CreateGridAjustData( aLists, pStart ); in AdjustEntryAtGrid()
4062 return pImpCursor->GoLeftRight( pStart, bRight ); in GoLeftRight()
4067 return pImpCursor->GoUpDown( pStart, bDown ); in GoUpDown()