Lines Matching refs:ImpIcnCursor

643 class ImpIcnCursor  class
680 ImpIcnCursor( SvImpIconView* pOwner );
681 ~ImpIcnCursor();
726 pImpCursor = new ImpIcnCursor( this ); in SvImpIconView()
3038 ImpIcnCursor::ImpIcnCursor( SvImpIconView* pOwner ) in ImpIcnCursor() function in ImpIcnCursor
3053 ImpIcnCursor::~ImpIcnCursor() in ~ImpIcnCursor()
3060 sal_uInt16 ImpIcnCursor::GetSortListPos( SvPtrarr* pList, long nValue, in GetSortListPos()
3087 void ImpIcnCursor::ImplCreate() in ImplCreate()
3128 void ImpIcnCursor::CreateGridMap() in CreateGridMap()
3181 sal_Bool ImpIcnCursor::GetGrid( const Point& rDocPos, sal_uInt16& rGridX, sal_uInt16& rGridY ) const in GetGrid()
3203 void ImpIcnCursor::SetGridUsed( const Rectangle& rRect, sal_Bool bUsed ) in SetGridUsed()
3223 void ImpIcnCursor::Clear( sal_Bool bGridToo ) in Clear()
3243 SvLBoxEntry* ImpIcnCursor::SearchCol(sal_uInt16 nCol,sal_uInt16 nTop,sal_uInt16 nBottom, in SearchCol()
3319 SvLBoxEntry* ImpIcnCursor::SearchRow(sal_uInt16 nRow,sal_uInt16 nLeft,sal_uInt16 nRight, in SearchRow()
3414 SvLBoxEntry* ImpIcnCursor::GoLeftRight( SvLBoxEntry* pIcnEntry, sal_Bool bRight ) in GoLeftRight()
3463 SvLBoxEntry* ImpIcnCursor::GoUpDown( SvLBoxEntry* pIcnEntry, sal_Bool bDown) in GoUpDown()
3513 void ImpIcnCursor::SetDeltas() in SetDeltas()
3550 void ImpIcnCursor::ExpandGrid() in ExpandGrid()
3563 sal_Bool ImpIcnCursor::FindEmptyGridRect( Rectangle& rRect ) in FindEmptyGridRect()
3599 void ImpIcnCursor::CreateGridAjustData( SvPtrarr& rLists, SvLBoxEntry* pRefEntry) in CreateGridAjustData()
3651 void ImpIcnCursor::DestroyGridAdjustData( SvPtrarr& rLists ) in DestroyGridAdjustData()
4005 ImpIcnCursor::DestroyGridAdjustData( aLists ); in AdjustAtGrid()