Lines Matching refs:SvImpLBox

47 Image*	SvImpLBox::s_pDefCollapsed		= NULL;
48 Image* SvImpLBox::s_pDefExpanded = NULL;
49 Image* SvImpLBox::s_pDefCollapsedHC = NULL;
50 Image* SvImpLBox::s_pDefExpandedHC = NULL;
51 sal_Int32 SvImpLBox::s_nImageRefCount = 0;
53 SvImpLBox::SvImpLBox( SvTreeListBox* pLBView, SvLBoxTreeList* pLBTree, WinBits nWinStyle) : in SvImpLBox() function in SvImpLBox
75 aVerSBar.SetScrollHdl( LINK( this, SvImpLBox, ScrollUpDownHdl ) ); in SvImpLBox()
76 aHorSBar.SetScrollHdl( LINK( this, SvImpLBox, ScrollLeftRightHdl ) ); in SvImpLBox()
77 aHorSBar.SetEndScrollHdl( LINK( this, SvImpLBox, EndScrollHdl ) ); in SvImpLBox()
78 aVerSBar.SetEndScrollHdl( LINK( this, SvImpLBox, EndScrollHdl ) ); in SvImpLBox()
98 aAsyncBeginDragTimer.SetTimeoutHdl( LINK(this,SvImpLBox,BeginDragHdl)); in SvImpLBox()
108 aEditTimer.SetTimeoutHdl( LINK(this,SvImpLBox,EditTimerCall) ); in SvImpLBox()
121 SvImpLBox::~SvImpLBox() in ~SvImpLBox()
139 void SvImpLBox::UpdateIntlWrapper() in UpdateIntlWrapper()
158 short SvImpLBox::UpdateContextBmpWidthVector( SvLBoxEntry* pEntry, short nWidth ) in UpdateContextBmpWidthVector()
186 void SvImpLBox::UpdateContextBmpWidthVectorFromMovedEntry( SvLBoxEntry* pEntry ) in UpdateContextBmpWidthVectorFromMovedEntry()
208 void SvImpLBox::UpdateContextBmpWidthMax( SvLBoxEntry* pEntry ) in UpdateContextBmpWidthMax()
222 void SvImpLBox::CalcCellFocusRect( SvLBoxEntry* pEntry, Rectangle& rRect ) in CalcCellFocusRect()
241 void SvImpLBox::SetStyle( WinBits i_nWinStyle ) in SetStyle()
248 void SvImpLBox::SetExtendedWindowBits( ExtendedWinBits _nBits ) in SetExtendedWindowBits()
254 void SvImpLBox::Clear() in Clear()
310 IMPL_LINK_INLINE_START( SvImpLBox, EndScrollHdl, ScrollBar *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
320 IMPL_LINK_INLINE_END( SvImpLBox, EndScrollHdl, ScrollBar *, pScrollBar ) in IMPL_LINK_INLINE_END() argument
325 IMPL_LINK( SvImpLBox, ScrollUpDownHdl, ScrollBar *, pScrollBar ) in IMPL_LINK_INLINE_END()
363 void SvImpLBox::CursorDown() in CursorDown()
381 void SvImpLBox::CursorUp() in CursorUp()
401 void SvImpLBox::PageDown( sal_uInt16 nDelta ) in PageDown()
440 void SvImpLBox::PageUp( sal_uInt16 nDelta ) in PageUp()
474 void SvImpLBox::KeyUp( sal_Bool bPageUp, sal_Bool bNotifyScroll ) in KeyUp()
508 void SvImpLBox::KeyDown( sal_Bool bPageDown, sal_Bool bNotifyScroll ) in KeyDown()
546 void SvImpLBox::InvalidateEntriesFrom( long nY ) const in InvalidateEntriesFrom()
556 void SvImpLBox::InvalidateEntry( long nY ) const in InvalidateEntry()
572 void SvImpLBox::InvalidateEntry( SvLBoxEntry* pEntry ) in InvalidateEntry()
596 void SvImpLBox::RecalcFocusRect() in RecalcFocusRect()
616 void SvImpLBox::SetCursor( SvLBoxEntry* pEntry, sal_Bool bForceNoSelect ) in SetCursor()
683 void SvImpLBox::ShowCursor( sal_Bool bShow ) in ShowCursor()
708 void SvImpLBox::UpdateAll( sal_Bool bInvalidateCompleteView, in UpdateAll()
726 IMPL_LINK_INLINE_START( SvImpLBox, ScrollLeftRightHdl, ScrollBar *, pScrollBar ) in IMPL_LINK_INLINE_START() argument
741 IMPL_LINK_INLINE_END( SvImpLBox, ScrollLeftRightHdl, ScrollBar *, pScrollBar ) in IMPL_LINK_INLINE_END() argument
743 void SvImpLBox::KeyLeftRight( long nDelta ) in IMPL_LINK_INLINE_END()
775 SvLBoxEntry* SvImpLBox::GetClickedEntry( const Point& rPoint ) const in GetClickedEntry()
797 sal_Bool SvImpLBox::EntryReallyHit(SvLBoxEntry* pEntry,const Point& rPosPixel,long nLine) in EntryReallyHit()
824 SvLBoxEntry* SvImpLBox::GetEntry( const Point& rPoint ) const in GetEntry()
840 SvLBoxEntry* SvImpLBox::MakePointVisible(const Point& rPoint,sal_Bool bNotifyScroll) in MakePointVisible()
882 Rectangle SvImpLBox::GetClipRegionRect() const in GetClipRegionRect()
892 void SvImpLBox::Paint( const Rectangle& rRect ) in Paint()
909 nCurUserEvent = Application::PostUserEvent(LINK(this,SvImpLBox,MyUserEvent),(void*)1); in Paint()
982 void SvImpLBox::MakeVisible( SvLBoxEntry* pEntry, sal_Bool bMoveToTop ) in MakeVisible()
1026 void SvImpLBox::RepaintSelectionItems() in RepaintSelectionItems()
1055 void SvImpLBox::DrawNet() in DrawNet()
1178 void SvImpLBox::PositionScrollBars( Size& rSize, sal_uInt16 nMask ) in PositionScrollBars()
1236 sal_uInt16 SvImpLBox::AdjustScrollBars( Size& rSize ) in AdjustScrollBars()
1361 void SvImpLBox::InitScrollBarBox() in InitScrollBarBox()
1368 void SvImpLBox::Resize() in Resize()
1390 void SvImpLBox::FillView() in FillView()
1436 void SvImpLBox::ShowVerSBar() in ShowVerSBar()
1500 void SvImpLBox::SyncVerThumb() in SyncVerThumb()
1511 sal_Bool SvImpLBox::IsEntryInView( SvLBoxEntry* pEntry ) const in IsEntryInView()
1526 long SvImpLBox::GetEntryLine( SvLBoxEntry* pEntry ) const in GetEntryLine()
1538 void SvImpLBox::SetEntryHeight( short /* nHeight */ ) in SetEntryHeight()
1561 void SvImpLBox::IndentChanged( short /* nIndentPixel */ ) {} in IndentChanged()
1563 void SvImpLBox::EntryExpanded( SvLBoxEntry* pEntry ) in EntryExpanded()
1584 void SvImpLBox::EntryCollapsed( SvLBoxEntry* pEntry ) in EntryCollapsed()
1626 void SvImpLBox::CollapsingEntry( SvLBoxEntry* pEntry ) in CollapsingEntry()
1652 void SvImpLBox::SetNodeBmpYOffset( const Image& rBmp ) in SetNodeBmpYOffset()
1659 void SvImpLBox::SetNodeBmpTabDistance() in SetNodeBmpTabDistance()
1674 void SvImpLBox::EntrySelected( SvLBoxEntry* pEntry, sal_Bool bSelect ) in EntrySelected()
1709 void SvImpLBox::RemovingEntry( SvLBoxEntry* pEntry ) in RemovingEntry()
1779 void SvImpLBox::EntryRemoved() in EntryRemoved()
1828 void SvImpLBox::MovingEntry( SvLBoxEntry* pEntry ) in MovingEntry()
1858 void SvImpLBox::EntryMoved( SvLBoxEntry* pEntry ) in EntryMoved()
1896 void SvImpLBox::EntryInserted( SvLBoxEntry* pEntry ) in EntryInserted()
1977 sal_Bool SvImpLBox::ButtonDownCheckCtrl(const MouseEvent& rMEvt, SvLBoxEntry* pEntry, in ButtonDownCheckCtrl()
1999 sal_Bool SvImpLBox::MouseMoveCheckCtrl( const MouseEvent& rMEvt, SvLBoxEntry* pEntry) in MouseMoveCheckCtrl()
2031 sal_Bool SvImpLBox::ButtonUpCheckCtrl( const MouseEvent& rMEvt ) in ButtonUpCheckCtrl()
2059 sal_Bool SvImpLBox::IsNodeButton( const Point& rPosPixel, SvLBoxEntry* pEntry ) const in IsNodeButton()
2084 sal_Bool SvImpLBox::ButtonDownCheckExpand( const MouseEvent& rMEvt, SvLBoxEntry* pEntry, long /* nY… in ButtonDownCheckExpand()
2109 void SvImpLBox::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
2208 void SvImpLBox::MouseButtonUp( const MouseEvent& rMEvt) in MouseButtonUp()
2226 void SvImpLBox::MouseMove( const MouseEvent& rMEvt) in MouseMove()
2241 sal_Bool SvImpLBox::KeyInput( const KeyEvent& rKEvt) in KeyInput()
2700 void __EXPORT SvImpLBox::GetFocus() in GetFocus()
2736 void __EXPORT SvImpLBox::LoseFocus() in LoseFocus()
2761 inline void SvImpLBox::SelectEntry( SvLBoxEntry* pEntry, sal_Bool bSelect ) in SelectEntry()
2766 __EXPORT ImpLBSelEng::ImpLBSelEng( SvImpLBox* pImpl, SelectionEngine* pSEng, in ImpLBSelEng()
2861 void SvImpLBox::SetAnchorSelection(SvLBoxEntry* pOldCursor,SvLBoxEntry* pNewCursor) in SetAnchorSelection()
2969 void SvImpLBox::SelAllDestrAnch( sal_Bool bSelect, sal_Bool bDestroyAnchor, in SelAllDestrAnch()
3034 void SvImpLBox::SetSelectionMode( SelectionMode eSelMode ) in SetSelectionMode()
3049 void SvImpLBox::SetDragDropMode( DragDropMode eDDMode ) in SetDragDropMode()
3063 void SvImpLBox::BeginDrag() in BeginDrag()
3079 IMPL_LINK( SvImpLBox, BeginDragHdl, void*, EMPTYARG ) in IMPL_LINK() argument
3085 void SvImpLBox::PaintDDCursor( SvLBoxEntry* pInsertionPos ) in PaintDDCursor()
3119 void SvImpLBox::Command( const CommandEvent& rCEvt ) in Command()
3250 void SvImpLBox::BeginScroll() in BeginScroll()
3259 void SvImpLBox::EndScroll() in EndScroll()
3269 Rectangle SvImpLBox::GetVisibleArea() const in GetVisibleArea()
3277 void SvImpLBox::Invalidate() in Invalidate()
3282 void SvImpLBox::SetCurEntry( SvLBoxEntry* pEntry ) in SetCurEntry()
3295 IMPL_LINK( SvImpLBox, EditTimerCall, Timer *, EMPTYARG ) in IMPL_LINK() argument
3322 sal_Bool SvImpLBox::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
3376 SvLBoxTab* SvImpLBox::NextTab( SvLBoxTab* pTab ) in NextTab()
3389 void SvImpLBox::EndSelection() in EndSelection()
3395 void SvImpLBox::RepaintScrollBars() in RepaintScrollBars()
3399 void SvImpLBox::SetUpdateMode( sal_Bool bMode ) in SetUpdateMode()
3409 void SvImpLBox::SetUpdateModeFast( sal_Bool bMode ) in SetUpdateModeFast()
3420 sal_Bool SvImpLBox::SetMostRight( SvLBoxEntry* pEntry ) in SetMostRight()
3462 void SvImpLBox::FindMostRight( SvLBoxEntry* pEntryToIgnore ) in FindMostRight()
3478 void SvImpLBox::FindMostRight( SvLBoxEntry* pParent, SvLBoxEntry* pEntryToIgnore ) in FindMostRight()
3486 void SvImpLBox::FindMostRight_Impl( SvLBoxEntry* pParent, SvLBoxEntry* pEntryToIgnore ) in FindMostRight_Impl()
3506 void SvImpLBox::NotifyTabsChanged() in NotifyTabsChanged()
3511 nCurUserEvent = Application::PostUserEvent(LINK(this,SvImpLBox,MyUserEvent),(void*)0); in NotifyTabsChanged()
3515 IMPL_LINK(SvImpLBox,MyUserEvent,void*, pArg ) in IMPL_LINK() argument
3533 void SvImpLBox::StopUserEvent() in StopUserEvent()
3542 void SvImpLBox::ShowFocusRect( const SvLBoxEntry* pEntry ) in ShowFocusRect()
3561 void SvImpLBox::SetTabBar( TabBar* _pTabBar ) in SetTabBar()
3566 void SvImpLBox::CancelPendingEdit() in CancelPendingEdit()
3574 void SvImpLBox::implInitDefaultNodeImages() in implInitDefaultNodeImages()
3587 const Image& SvImpLBox::GetDefaultExpandedNodeImage( BmpColorMode _eMode ) in GetDefaultExpandedNodeImage()
3594 const Image& SvImpLBox::GetDefaultCollapsedNodeImage( BmpColorMode _eMode ) in GetDefaultCollapsedNodeImage()
3601 void SvImpLBox::CallEventListeners( sal_uLong nEvent, void* pData ) in CallEventListeners()
3609 bool SvImpLBox::SetCurrentTabPos( sal_uInt16 _nNewPos ) in SetCurrentTabPos()
3625 bool SvImpLBox::IsSelectable( const SvLBoxEntry* pEntry ) in IsSelectable()