Lines Matching refs:SvImpIconView
645 SvImpIconView* pView;
680 ImpIcnCursor( SvImpIconView* pOwner );
706 SvImpIconView::SvImpIconView( SvIconView* pCurView, SvLBoxTreeList* pTree, in SvImpIconView() function in SvImpIconView
728 aVerSBar.SetScrollHdl( LINK( this, SvImpIconView, ScrollUpDownHdl ) ); in SvImpIconView()
729 aHorSBar.SetScrollHdl( LINK( this, SvImpIconView, ScrollLeftRightHdl ) ); in SvImpIconView()
734 aMouseMoveTimer.SetTimeoutHdl(LINK(this,SvImpIconView,MouseMoveTimeoutHdl)); in SvImpIconView()
737 aEditTimer.SetTimeoutHdl(LINK(this,SvImpIconView,EditTimeoutHdl)); in SvImpIconView()
742 SvImpIconView::~SvImpIconView() in ~SvImpIconView()
754 void SvImpIconView::Clear( sal_Bool bInCtor ) in Clear()
784 void SvImpIconView::SetStyle( const WinBits i_nWinStyle ) in SetStyle()
794 IMPL_LINK( SvImpIconView, ScrollUpDownHdl, ScrollBar *, pScrollBar ) in IMPL_LINK() argument
802 IMPL_LINK( SvImpIconView, ScrollLeftRightHdl, ScrollBar *, pScrollBar ) in IMPL_LINK() argument
810 void SvImpIconView::ChangedFont() in ChangedFont()
817 void SvImpIconView::CheckAllSizes() in CheckAllSizes()
830 void SvImpIconView::CheckSizes( SvLBoxEntry* pEntry, in CheckSizes()
870 void SvImpIconView::EntryInserted( SvLBoxEntry* pEntry ) in EntryInserted()
893 void SvImpIconView::RemovingEntry( SvLBoxEntry* pEntry ) in RemovingEntry()
920 void SvImpIconView::EntryRemoved() in EntryRemoved()
934 void SvImpIconView::MovingEntry( SvLBoxEntry* pEntry ) in MovingEntry()
955 void SvImpIconView::EntryMoved( SvLBoxEntry* pEntry ) in EntryMoved()
995 void SvImpIconView::TreeInserted( SvLBoxEntry* pEntry ) in TreeInserted()
1000 void SvImpIconView::EntryExpanded( SvLBoxEntry* ) in EntryExpanded()
1004 void SvImpIconView::EntryCollapsed( SvLBoxEntry*) in EntryCollapsed()
1008 void SvImpIconView::CollapsingEntry( SvLBoxEntry* ) in CollapsingEntry()
1012 void SvImpIconView::EntrySelected( SvLBoxEntry* pEntry, sal_Bool bSelect ) in EntrySelected()
1042 void SvImpIconView::SetNextEntryPos(const Point& rPos) in SetNextEntryPos()
1048 Point SvImpIconView::FindNextEntryPos( const Size& rBoundSize ) in FindNextEntryPos()
1125 void SvImpIconView::ResetVirtSize() in ResetVirtSize()
1161 void SvImpIconView::AdjustVirtSize( const Rectangle& rRect ) in AdjustVirtSize()
1188 void SvImpIconView::Arrange() in Arrange()
1194 void SvImpIconView::ImpArrange() in ImpArrange()
1209 void SvImpIconView::Paint( const Rectangle& rRect ) in Paint()
1288 sal_Bool SvImpIconView::GetResizeRect( Rectangle& rRect ) in GetResizeRect()
1304 void SvImpIconView::PaintResizeRect( const Rectangle& rRect ) in PaintResizeRect()
1314 void SvImpIconView::RepaintSelectionItems() in RepaintSelectionItems()
1320 SvLBoxItem* SvImpIconView::GetItem( SvLBoxEntry* pEntry, in GetItem()
1341 void SvImpIconView::CalcDocPos( Point& aMaeuschenPos ) in CalcDocPos()
1346 void SvImpIconView::MouseButtonDown( const MouseEvent& rMEvt) in MouseButtonDown()
1432 void SvImpIconView::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
1473 void SvImpIconView::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
1520 sal_Bool SvImpIconView::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
1694 void SvImpIconView::PositionScrollBars( long nRealWidth, long nRealHeight ) in PositionScrollBars()
1726 void SvImpIconView::AdjustScrollBars() in AdjustScrollBars()
1872 void __EXPORT SvImpIconView::Resize() in Resize()
1887 nCurUserEvent = Application::PostUserEvent(LINK(this,SvImpIconView,UserEventHdl),0); in Resize()
1895 sal_Bool SvImpIconView::CheckHorScrollBar() in CheckHorScrollBar()
1933 sal_Bool SvImpIconView::CheckVerScrollBar() in CheckVerScrollBar()
1973 void SvImpIconView::CheckScrollBars() in CheckScrollBars()
1981 void __EXPORT SvImpIconView::GetFocus() in GetFocus()
1990 void __EXPORT SvImpIconView::LoseFocus() in LoseFocus()
1998 void SvImpIconView::UpdateAll() in UpdateAll()
2005 void SvImpIconView::PaintEntry( SvLBoxEntry* pEntry, SvIcnVwDataEntry* pViewData ) in PaintEntry()
2011 void SvImpIconView::PaintEmphasis( const Rectangle& rRect, sal_Bool bSelected, in PaintEmphasis()
2049 void SvImpIconView::PaintItem( const Rectangle& rRect, in PaintItem()
2070 void SvImpIconView::PaintEntry( SvLBoxEntry* pEntry, const Point& rPos, in PaintEntry()
2131 void SvImpIconView::SetEntryPosition( SvLBoxEntry* pEntry, const Point& rPos, in SetEntryPosition()
2166 void SvImpIconView::ViewDataInitialized( SvLBoxEntry*) in ViewDataInitialized()
2170 void SvImpIconView::ModelHasEntryInvalidated( SvListEntry* pEntry ) in ModelHasEntryInvalidated()
2190 void SvImpIconView::InvalidateEntry( SvLBoxEntry* pEntry ) in InvalidateEntry()
2196 void SvImpIconView::SetNoSelection() in SetNoSelection()
2200 void SvImpIconView::SetDragDropMode( DragDropMode ) in SetDragDropMode()
2204 void SvImpIconView::SetSelectionMode( SelectionMode ) in SetSelectionMode()
2208 sal_Bool SvImpIconView::IsEntryInView( SvLBoxEntry* ) in IsEntryInView()
2213 SvLBoxEntry* SvImpIconView::GetDropTarget( const Point& rPos ) in GetDropTarget()
2223 SvLBoxEntry* SvImpIconView::GetEntry( const Point& rDocPos ) in GetEntry()
2243 SvLBoxEntry* SvImpIconView::GetNextEntry( const Point& rDocPos, SvLBoxEntry* pCurEntry ) in GetNextEntry()
2265 SvLBoxEntry* SvImpIconView::GetPrevEntry( const Point& rDocPos, SvLBoxEntry* pCurEntry ) in GetPrevEntry()
2288 Point SvImpIconView::GetEntryPosition( SvLBoxEntry* pEntry ) in GetEntryPosition()
2295 const Rectangle& SvImpIconView::GetBoundingRect( SvLBoxEntry* pEntry, SvIcnVwDataEntry* pViewData ) in GetBoundingRect()
2305 void SvImpIconView::SetSpaceBetweenEntries( long nHor, long nVer ) in SetSpaceBetweenEntries()
2311 Rectangle SvImpIconView::CalcBmpRect( SvLBoxEntry* pEntry, const Point* pPos, in CalcBmpRect()
2348 Rectangle SvImpIconView::CalcTextRect( SvLBoxEntry* pEntry, in CalcTextRect()
2417 long SvImpIconView::CalcBoundingWidth( SvLBoxEntry* pEntry, in CalcBoundingWidth()
2447 long SvImpIconView::CalcBoundingHeight( SvLBoxEntry* pEntry, in CalcBoundingHeight()
2475 ((SvImpIconView*)this)->nMaxBoundHeight = nHeight; in CalcBoundingHeight()
2476 ((SvImpIconView*)this)->aHorSBar.SetLineSize( nHeight / 2 ); in CalcBoundingHeight()
2477 ((SvImpIconView*)this)->aVerSBar.SetLineSize( nHeight / 2 ); in CalcBoundingHeight()
2482 Size SvImpIconView::CalcBoundingSize( SvLBoxEntry* pEntry, in CalcBoundingSize()
2491 void SvImpIconView::RecalcAllBoundingRects() in RecalcAllBoundingRects()
2506 void SvImpIconView::RecalcAllBoundingRectsSmart() in RecalcAllBoundingRectsSmart()
2531 void SvImpIconView::UpdateBoundingRects() in UpdateBoundingRects()
2541 void SvImpIconView::FindBoundingRect( SvLBoxEntry* pEntry, in FindBoundingRect()
2576 void SvImpIconView::SetCursor( SvLBoxEntry* pEntry ) in SetCursor()
2600 void SvImpIconView::ShowCursor( sal_Bool bShow ) in ShowCursor()
2612 void SvImpIconView::HideDDIcon() in HideDDIcon()
2620 void SvImpIconView::ImpHideDDIcon() in ImpHideDDIcon()
2631 void SvImpIconView::ShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPosPix ) in ShowDDIcon()
2680 void SvImpIconView::HideShowDDIcon( SvLBoxEntry* pRefEntry, const Point& rPosPix ) in HideShowDDIcon()
2773 void SvImpIconView::ShowTargetEmphasis( SvLBoxEntry* pEntry, sal_Bool ) in ShowTargetEmphasis()
2793 sal_Bool SvImpIconView::NotifyMoving( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, in NotifyMoving()
2810 sal_Bool SvImpIconView::NotifyCopying( SvLBoxEntry* pTarget, SvLBoxEntry* pEntry, in NotifyCopying()
2816 void SvImpIconView::WriteDragServerInfo( const Point& rPos, SvLBoxDDInfo* pInfo) in WriteDragServerInfo()
2829 void SvImpIconView::ReadDragServerInfo( const Point& rPos, SvLBoxDDInfo* pInfo ) in ReadDragServerInfo()
2837 void SvImpIconView::InvalidateBoundingRect( SvLBoxEntry* pEntry ) in InvalidateBoundingRect()
2843 void SvImpIconView::PrepareCommandEvent( const Point& rPt ) in PrepareCommandEvent()
2854 void SvImpIconView::SttDrag( const Point& rPos ) in SttDrag()
2862 void SvImpIconView::EndDrag() in EndDrag()
2868 void SvImpIconView::ToTop( SvLBoxEntry* pEntry ) in ToTop()
2879 void SvImpIconView::SetCurParent( SvLBoxEntry* pNewParent ) in SetCurParent()
2886 void SvImpIconView::ClipAtVirtOutRect( Rectangle& rRect ) const in ClipAtVirtOutRect()
2902 void SvImpIconView::MakeVisible( const Rectangle& rRect, sal_Bool bScrBar ) in MakeVisible()
2975 SvLBoxEntry* SvImpIconView::GetNewCursor() in GetNewCursor()
2999 sal_uInt16 SvImpIconView:: GetSelectionCount() const in GetSelectionCount()
3013 void SvImpIconView::ToggleSelection( SvLBoxEntry* pEntry ) in ToggleSelection()
3023 void SvImpIconView::DeselectAllBut( SvLBoxEntry* pThisEntryNot ) in DeselectAllBut()
3038 ImpIcnCursor::ImpIcnCursor( SvImpIconView* pOwner ) in ImpIcnCursor()
3662 void SvImpIconView::SetGrid( long nDX, long nDY ) in SetGrid()
3669 Rectangle SvImpIconView::CalcMaxTextRect( const SvLBoxEntry* pEntry, in CalcMaxTextRect()
3689 void SvImpIconView::Center( SvLBoxEntry* pEntry, in Center()
3711 void SvImpIconView::Scroll( long nDeltaX, long nDeltaY, sal_Bool bScrollBar ) in Scroll()
3724 const Size& SvImpIconView::GetItemSize( SvIconView* pIconView, in GetItemSize()
3737 Rectangle SvImpIconView::CalcFocusRect( SvLBoxEntry* pEntry ) in CalcFocusRect()
3749 void SvImpIconView::SelectRect( const Rectangle& rRect, sal_Bool bAdd, in SelectRect()
3838 sal_Bool SvImpIconView::IsOver( SvPtrarr* pRectList, const Rectangle& rBoundRect ) const in IsOver()
3850 void SvImpIconView::AddSelectedRect( const Rectangle& rRect, short nBorderOffs ) in AddSelectedRect()
3864 void SvImpIconView::ClearSelectedRectList() in ClearSelectedRectList()
3876 void SvImpIconView::DrawSelectionRect( const Rectangle& rRect ) in DrawSelectionRect()
3884 void SvImpIconView::HideSelectionRect() in HideSelectionRect()
3893 void SvImpIconView::ImpDrawXORRect( const Rectangle& rRect ) in ImpDrawXORRect()
3904 void SvImpIconView::CalcScrollOffsets( const Point& rPosPixel, in CalcScrollOffsets()
3949 IMPL_LINK(SvImpIconView, MouseMoveTimeoutHdl, Timer*, pTimer ) in IMPL_LINK() argument
3956 void SvImpIconView::EndTracking() in EndTracking()
3966 sal_Bool SvImpIconView::IsTextHit( SvLBoxEntry* pEntry, const Point& rDocPos ) in IsTextHit()
3978 IMPL_LINK(SvImpIconView, EditTimeoutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
3996 void SvImpIconView::AdjustAtGrid( SvLBoxEntry* pStart ) in AdjustAtGrid()
4010 void SvImpIconView::AdjustAtGrid( const SvPtrarr& rRow, SvLBoxEntry* pStart ) in AdjustAtGrid()
4054 Point SvImpIconView::AdjustAtGrid( const Rectangle& rCenterRect, in AdjustAtGrid()
4078 void SvImpIconView::SetTextMode( SvIconViewTextMode eMode, SvLBoxEntry* pEntry ) in SetTextMode()
4102 SvIconViewTextMode SvImpIconView::GetTextMode( const SvLBoxEntry* pEntry, in GetTextMode()
4115 SvIconViewTextMode SvImpIconView::GetEntryTextModeSmart( const SvLBoxEntry* pEntry, in GetEntryTextModeSmart()
4127 void SvImpIconView::ShowFocusRect( const SvLBoxEntry* pEntry ) in ShowFocusRect()
4138 IMPL_LINK(SvImpIconView, UserEventHdl, void*, EMPTYARG ) in IMPL_LINK() argument
4148 void SvImpIconView::CancelUserEvent() in CancelUserEvent()