Lines Matching refs:pImpCursor
726 pImpCursor = new ImpIcnCursor( this ); in SvImpIconView()
747 delete pImpCursor; in ~SvImpIconView()
771 pImpCursor->Clear(); in Clear()
878 pImpCursor->Clear( sal_False ); in EntryInserted()
880 pImpCursor->Clear( sal_True ); in EntryInserted()
916 pImpCursor->Clear(); in RemovingEntry()
950 pImpCursor->Clear(); in MovingEntry()
970 pImpCursor->Clear(); in EntryMoved()
984 pImpCursor->Clear(); in EntryMoved()
1083 if( !pImpCursor->FindEmptyGridRect( aPrevBoundRect ) ) in FindNextEntryPos()
1157 pImpCursor->Clear(); in ResetVirtSize()
1183 pImpCursor->Clear(); in AdjustVirtSize()
1536 pNewCursor = pImpCursor->GoUpDown(pCursor,sal_False); in KeyInput()
1563 pNewCursor=pImpCursor->GoUpDown( pCursor,sal_True ); in KeyInput()
1581 pNewCursor=pImpCursor->GoLeftRight(pCursor,sal_True ); in KeyInput()
1600 pNewCursor = pImpCursor->GoLeftRight(pCursor,sal_False ); in KeyInput()
1879 pImpCursor->Clear(); in Resize()
2001 pImpCursor->Clear(); in UpdateAll()
2145 pImpCursor->Clear(); in SetEntryPosition()
2566 pImpCursor->SetGridUsed( pViewData->aRect ); in FindBoundingRect()
2980 pNewCursor = pImpCursor->GoLeftRight( pCursor, sal_False ); in GetNewCursor()
2983 pNewCursor = pImpCursor->GoLeftRight( pCursor, sal_True ); in GetNewCursor()
2986 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_False ); in GetNewCursor()
2988 pNewCursor = pImpCursor->GoUpDown( pCursor, sal_True ); in GetNewCursor()
3999 pImpCursor->CreateGridAjustData( aLists, pStart ); in AdjustAtGrid()