Lines Matching refs:SvTreeListBox

59 DBG_NAME(SvTreeListBox)  in DBG_NAME()  argument
63 SvTreeListBox::SvTreeListBox( Window* pParent, WinBits nWinStyle ) in DBG_NAME()
66 DBG_CTOR(SvTreeListBox,0); in DBG_NAME()
72 SvTreeListBox::SvTreeListBox( Window* pParent , const ResId& rResId ) in SvTreeListBox() function in SvTreeListBox
75 DBG_CTOR(SvTreeListBox,0); in SvTreeListBox()
83 void SvTreeListBox::InitTreeView() in InitTreeView()
85 DBG_CHKTHIS(SvTreeListBox,0); in InitTreeView()
96 Link* pLink = new Link( LINK(this,SvTreeListBox, DefaultCompare) ); in InitTreeView()
115 SvTreeListBox::~SvTreeListBox() in ~SvTreeListBox()
117 DBG_DTOR(SvTreeListBox,0); in ~SvTreeListBox()
124 void SvTreeListBox::SetExtendedWinBits( ExtendedWinBits _nBits ) in SetExtendedWinBits()
129 ExtendedWinBits SvTreeListBox::GetExtendedWinBits() const in GetExtendedWinBits()
134 void SvTreeListBox::SetModel( SvLBoxTreeList* pNewModel ) in SetModel()
136 DBG_CHKTHIS(SvTreeListBox,0); in SetModel()
141 void SvTreeListBox::DisconnectFromModel() in DisconnectFromModel()
143 DBG_CHKTHIS(SvTreeListBox,0); in DisconnectFromModel()
149 sal_uInt16 SvTreeListBox::IsA() in IsA()
151 DBG_CHKTHIS(SvTreeListBox,0); in IsA()
155 void SvTreeListBox::SetSublistOpenWithReturn( sal_Bool b ) in SetSublistOpenWithReturn()
160 sal_Bool SvTreeListBox::IsSublistOpenWithReturn() const in IsSublistOpenWithReturn()
165 void SvTreeListBox::SetSublistOpenWithLeftRight( sal_Bool b ) in SetSublistOpenWithLeftRight()
170 sal_Bool SvTreeListBox::IsSublistOpenWithLeftRight() const in IsSublistOpenWithLeftRight()
175 void SvTreeListBox::Resize() in Resize()
177 DBG_CHKTHIS(SvTreeListBox,0); in Resize()
220 void SvTreeListBox::SetTabs() in SetTabs()
222 DBG_CHKTHIS(SvTreeListBox,0); in SetTabs()
317 void SvTreeListBox::InitEntry( SvLBoxEntry* pEntry, in InitEntry()
321 DBG_CHKTHIS(SvTreeListBox,0); in InitEntry()
340 String SvTreeListBox::GetEntryText(SvLBoxEntry* pEntry) const in GetEntryText()
342 DBG_CHKTHIS(SvTreeListBox,0); in GetEntryText()
349 String SvTreeListBox::GetEntryAltText( SvLBoxEntry* ) const in GetEntryAltText()
354 String SvTreeListBox::GetEntryLongDescription( SvLBoxEntry* ) const in GetEntryLongDescription()
360 String SvTreeListBox::SearchEntryTextWithHeadTitle( SvLBoxEntry* pEntry ) in SearchEntryTextWithHeadTitle()
362 DBG_CHKTHIS(SvTreeListBox,0); in SearchEntryTextWithHeadTitle()
430 String SvTreeListBox::SearchEntryText( SvLBoxEntry* pEntry ) const in SearchEntryText()
432 DBG_CHKTHIS(SvTreeListBox,0); in SearchEntryText()
452 const Image& SvTreeListBox::GetExpandedEntryBmp(SvLBoxEntry* pEntry, BmpColorMode _eMode) const in GetExpandedEntryBmp()
454 DBG_CHKTHIS(SvTreeListBox,0); in GetExpandedEntryBmp()
461 const Image& SvTreeListBox::GetCollapsedEntryBmp( SvLBoxEntry* pEntry, BmpColorMode _eMode ) const in GetCollapsedEntryBmp()
463 DBG_CHKTHIS(SvTreeListBox,0); in GetCollapsedEntryBmp()
470 IMPL_LINK_INLINE_START( SvTreeListBox, CheckButtonClick, SvLBoxButtonData *, pData ) in IMPL_LINK_INLINE_START() argument
472 DBG_CHKTHIS(SvTreeListBox,0); in IMPL_LINK_INLINE_START()
477 IMPL_LINK_INLINE_END( SvTreeListBox, CheckButtonClick, SvLBoxButtonData *, pData ) in IMPL_LINK_INLINE_END() argument
479 SvLBoxEntry* SvTreeListBox::InsertEntry( const XubString& aText,SvLBoxEntry* pParent, in IMPL_LINK_INLINE_END()
483 DBG_CHKTHIS(SvTreeListBox,0); in IMPL_LINK_INLINE_END()
518 SvLBoxEntry* SvTreeListBox::InsertEntry( const XubString& aText, in InsertEntry()
523 DBG_CHKTHIS(SvTreeListBox,0); in InsertEntry()
548 void SvTreeListBox::SetEntryText( SvLBoxEntry* pEntry, const XubString& aStr) in SetEntryText()
550 DBG_CHKTHIS(SvTreeListBox,0); in SetEntryText()
558 void SvTreeListBox::SetExpandedEntryBmp( SvLBoxEntry* pEntry, const Image& aBmp, BmpColorMode _eMod… in SetExpandedEntryBmp()
560 DBG_CHKTHIS(SvTreeListBox,0); in SetExpandedEntryBmp()
578 void SvTreeListBox::SetCollapsedEntryBmp(SvLBoxEntry* pEntry,const Image& aBmp, BmpColorMode _eMode… in SetCollapsedEntryBmp()
580 DBG_CHKTHIS(SvTreeListBox,0); in SetCollapsedEntryBmp()
598 void SvTreeListBox::ImpEntryInserted( SvLBoxEntry* pEntry ) in ImpEntryInserted()
600 DBG_CHKTHIS(SvTreeListBox,0); in ImpEntryInserted()
632 void SvTreeListBox::SetCheckButtonState( SvLBoxEntry* pEntry, SvButtonState eState) in SetCheckButtonState()
634 DBG_CHKTHIS(SvTreeListBox,0); in SetCheckButtonState()
658 SvButtonState SvTreeListBox::GetCheckButtonState( SvLBoxEntry* pEntry ) const in GetCheckButtonState()
660 DBG_CHKTHIS(SvTreeListBox,0); in GetCheckButtonState()
673 void SvTreeListBox::CheckButtonHdl() in CheckButtonHdl()
675 DBG_CHKTHIS(SvTreeListBox,0); in CheckButtonHdl()
692 SvLBoxEntry* SvTreeListBox::CloneEntry( SvLBoxEntry* pSource ) in CloneEntry()
694 DBG_CHKTHIS(SvTreeListBox,0); in CloneEntry()
735 void SvTreeListBox::ShowExpandBitmapOnCursor( sal_Bool bYes ) in ShowExpandBitmapOnCursor()
737 DBG_CHKTHIS(SvTreeListBox,0); in ShowExpandBitmapOnCursor()
744 void SvTreeListBox::SetIndent( short nNewIndent ) in SetIndent()
746 DBG_CHKTHIS(SvTreeListBox,0); in SetIndent()
753 const Image& SvTreeListBox::GetDefaultExpandedEntryBmp( BmpColorMode _eMode ) const in GetDefaultExpandedEntryBmp()
758 const Image& SvTreeListBox::GetDefaultCollapsedEntryBmp( BmpColorMode _eMode ) const in GetDefaultCollapsedEntryBmp()
763 void SvTreeListBox::SetDefaultExpandedEntryBmp( const Image& aBmp, BmpColorMode _eMode ) in SetDefaultExpandedEntryBmp()
765 DBG_CHKTHIS(SvTreeListBox,0); in SetDefaultExpandedEntryBmp()
774 void SvTreeListBox::SetDefaultCollapsedEntryBmp( const Image& aBmp, BmpColorMode _eMode ) in SetDefaultCollapsedEntryBmp()
776 DBG_CHKTHIS(SvTreeListBox,0); in SetDefaultCollapsedEntryBmp()
785 void SvTreeListBox::EnableCheckButton( SvLBoxButtonData* pData ) in EnableCheckButton()
787 DBG_CHKTHIS(SvTreeListBox,0); in EnableCheckButton()
795 pData->SetLink( LINK(this, SvTreeListBox, CheckButtonClick)); in EnableCheckButton()
803 void SvTreeListBox::SetCheckButtonData( SvLBoxButtonData* pData ) in SetCheckButtonData()
805 DBG_CHKTHIS(SvTreeListBox,0); in SetCheckButtonData()
810 const Image& SvTreeListBox::GetDefaultExpandedNodeImage( BmpColorMode _eMode ) in GetDefaultExpandedNodeImage()
815 const Image& SvTreeListBox::GetDefaultCollapsedNodeImage( BmpColorMode _eMode ) in GetDefaultCollapsedNodeImage()
820 void SvTreeListBox::SetNodeBitmaps( const Image& rCollapsedNodeBmp, const Image& rExpandedNodeBmp, … in SetNodeBitmaps()
822 DBG_CHKTHIS(SvTreeListBox,0); in SetNodeBitmaps()
828 void SvTreeListBox::SetDontKnowNodeBitmap( const Image& rDontKnowBmp, BmpColorMode _eMode ) in SetDontKnowNodeBitmap()
833 sal_Bool SvTreeListBox::EditingEntry( SvLBoxEntry*, Selection& ) in EditingEntry()
835 DBG_CHKTHIS(SvTreeListBox,0); in EditingEntry()
839 sal_Bool SvTreeListBox::EditedEntry( SvLBoxEntry* /*pEntry*/,const XubString& /*rNewText*/) in EditedEntry()
841 DBG_CHKTHIS(SvTreeListBox,0); in EditedEntry()
845 void SvTreeListBox::EnableInplaceEditing( sal_Bool bOn ) in EnableInplaceEditing()
847 DBG_CHKTHIS(SvTreeListBox,0); in EnableInplaceEditing()
851 void SvTreeListBox::KeyInput( const KeyEvent& rKEvt ) in KeyInput()
853 DBG_CHKTHIS(SvTreeListBox,0); in KeyInput()
881 void SvTreeListBox::RequestingChilds( SvLBoxEntry* pParent ) in RequestingChilds()
883 DBG_CHKTHIS(SvTreeListBox,0); in RequestingChilds()
888 void SvTreeListBox::GetFocus() in GetFocus()
890 DBG_CHKTHIS(SvTreeListBox,0); in GetFocus()
914 void SvTreeListBox::LoseFocus() in LoseFocus()
916 DBG_CHKTHIS(SvTreeListBox,0); in LoseFocus()
926 void SvTreeListBox::ModelHasCleared() in ModelHasCleared()
928 DBG_CHKTHIS(SvTreeListBox,0); in ModelHasCleared()
950 void SvTreeListBox::ShowTargetEmphasis( SvLBoxEntry* pEntry, sal_Bool /* bShow */ ) in ShowTargetEmphasis()
952 DBG_CHKTHIS(SvTreeListBox,0); in ShowTargetEmphasis()
956 void SvTreeListBox::ScrollOutputArea( short nDeltaEntries ) in ScrollOutputArea()
958 DBG_CHKTHIS(SvTreeListBox,0); in ScrollOutputArea()
986 void SvTreeListBox::SetSelectionMode( SelectionMode eSelectMode ) in SetSelectionMode()
988 DBG_CHKTHIS(SvTreeListBox,0); in SetSelectionMode()
993 void SvTreeListBox::SetDragDropMode( DragDropMode nDDMode ) in SetDragDropMode()
995 DBG_CHKTHIS(SvTreeListBox,0); in SetDragDropMode()
1000 short SvTreeListBox::GetHeightOffset(const Image& rBmp, Size& aSizeLogic ) in GetHeightOffset()
1002 DBG_CHKTHIS(SvTreeListBox,0); in GetHeightOffset()
1010 short SvTreeListBox::GetHeightOffset(const Font& /* rFont */, Size& aSizeLogic ) in GetHeightOffset()
1012 DBG_CHKTHIS(SvTreeListBox,0); in GetHeightOffset()
1020 void SvTreeListBox::SetEntryHeight( SvLBoxEntry* pEntry ) in SetEntryHeight()
1022 DBG_CHKTHIS(SvTreeListBox,0); in SetEntryHeight()
1044 void SvTreeListBox::SetEntryHeight( short nHeight, sal_Bool bAlways ) in SetEntryHeight()
1046 DBG_CHKTHIS(SvTreeListBox,0); in SetEntryHeight()
1061 void SvTreeListBox::AdjustEntryHeight( const Image& rBmp ) in AdjustEntryHeight()
1063 DBG_CHKTHIS(SvTreeListBox,0); in AdjustEntryHeight()
1073 void SvTreeListBox::AdjustEntryHeight( const Font& rFont ) in AdjustEntryHeight()
1075 DBG_CHKTHIS(SvTreeListBox,0); in AdjustEntryHeight()
1085 sal_Bool SvTreeListBox::Expand( SvLBoxEntry* pParent ) in Expand()
1087 DBG_CHKTHIS(SvTreeListBox,0); in Expand()
1128 sal_Bool SvTreeListBox::Collapse( SvLBoxEntry* pParent ) in Collapse()
1130 DBG_CHKTHIS(SvTreeListBox,0); in Collapse()
1155 sal_Bool SvTreeListBox::Select( SvLBoxEntry* pEntry, sal_Bool bSelect ) in Select()
1157 DBG_CHKTHIS(SvTreeListBox,0); in Select()
1177 sal_uLong SvTreeListBox::SelectChilds( SvLBoxEntry* pParent, sal_Bool bSelect ) in SelectChilds()
1179 DBG_CHKTHIS(SvTreeListBox,0); in SelectChilds()
1194 void SvTreeListBox::SelectAll( sal_Bool bSelect, sal_Bool ) in SelectAll()
1196 DBG_CHKTHIS(SvTreeListBox,0); in SelectAll()
1203 void SvTreeListBox::ModelHasInsertedTree( SvListEntry* pEntry ) in ModelHasInsertedTree()
1205 DBG_CHKTHIS(SvTreeListBox,0); in ModelHasInsertedTree()
1216 void SvTreeListBox::ModelHasInserted( SvListEntry* pEntry ) in ModelHasInserted()
1218 DBG_CHKTHIS(SvTreeListBox,0); in ModelHasInserted()
1223 void SvTreeListBox::ModelIsMoving(SvListEntry* pSource, in ModelIsMoving()
1227 DBG_CHKTHIS(SvTreeListBox,0); in ModelIsMoving()
1231 void SvTreeListBox::ModelHasMoved( SvListEntry* pSource ) in ModelHasMoved()
1233 DBG_CHKTHIS(SvTreeListBox,0); in ModelHasMoved()
1237 void SvTreeListBox::ModelIsRemoving( SvListEntry* pEntry ) in ModelIsRemoving()
1239 DBG_CHKTHIS(SvTreeListBox,0); in ModelIsRemoving()
1247 void SvTreeListBox::ModelHasRemoved( SvListEntry* pEntry ) in ModelHasRemoved()
1249 DBG_CHKTHIS(SvTreeListBox,0); in ModelHasRemoved()
1255 void SvTreeListBox::SetCollapsedNodeBmp( const Image& rBmp, BmpColorMode _eMode ) in SetCollapsedNodeBmp()
1257 DBG_CHKTHIS(SvTreeListBox,0); in SetCollapsedNodeBmp()
1262 void SvTreeListBox::SetExpandedNodeBmp( const Image& rBmp, BmpColorMode _eMode ) in SetExpandedNodeBmp()
1264 DBG_CHKTHIS(SvTreeListBox,0); in SetExpandedNodeBmp()
1270 void SvTreeListBox::SetFont( const Font& rFont ) in SetFont()
1272 DBG_CHKTHIS(SvTreeListBox,0); in SetFont()
1283 void SvTreeListBox::Paint( const Rectangle& rRect ) in Paint()
1285 DBG_CHKTHIS(SvTreeListBox,0); in Paint()
1308 void SvTreeListBox::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
1310 DBG_CHKTHIS(SvTreeListBox,0); in MouseButtonDown()
1314 void SvTreeListBox::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
1316 DBG_CHKTHIS(SvTreeListBox,0); in MouseButtonUp()
1320 void SvTreeListBox::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
1322 DBG_CHKTHIS(SvTreeListBox,0); in MouseMove()
1327 void SvTreeListBox::SetUpdateMode( sal_Bool bUpdate ) in SetUpdateMode()
1329 DBG_CHKTHIS(SvTreeListBox,0); in SetUpdateMode()
1333 void SvTreeListBox::SetUpdateModeFast( sal_Bool bUpdate ) in SetUpdateModeFast()
1335 DBG_CHKTHIS(SvTreeListBox,0); in SetUpdateModeFast()
1339 void SvTreeListBox::SetSpaceBetweenEntries( short nOffsLogic ) in SetSpaceBetweenEntries()
1341 DBG_CHKTHIS(SvTreeListBox,0); in SetSpaceBetweenEntries()
1353 void SvTreeListBox::SetCursor( SvLBoxEntry* pEntry, sal_Bool bForceNoSelect ) in SetCursor()
1355 DBG_CHKTHIS(SvTreeListBox,0); in SetCursor()
1359 void SvTreeListBox::SetCurEntry( SvLBoxEntry* pEntry ) in SetCurEntry()
1361 DBG_CHKTHIS(SvTreeListBox,0); in SetCurEntry()
1365 Image SvTreeListBox::GetCollapsedNodeBmp( BmpColorMode _eMode ) const in GetCollapsedNodeBmp()
1370 Image SvTreeListBox::GetExpandedNodeBmp( BmpColorMode _eMode ) const in GetExpandedNodeBmp()
1375 Point SvTreeListBox::GetEntryPosition( SvLBoxEntry* pEntry ) const in GetEntryPosition()
1380 void SvTreeListBox::ShowEntry( SvLBoxEntry* pEntry ) in ShowEntry()
1385 void SvTreeListBox::MakeVisible( SvLBoxEntry* pEntry ) in MakeVisible()
1390 void SvTreeListBox::MakeVisible( SvLBoxEntry* pEntry, sal_Bool bMoveToTop ) in MakeVisible()
1395 void SvTreeListBox::ModelHasEntryInvalidated( SvListEntry* pEntry ) in ModelHasEntryInvalidated()
1397 DBG_CHKTHIS(SvTreeListBox,0); in ModelHasEntryInvalidated()
1404 void SvTreeListBox::EditItemText( SvLBoxEntry* pEntry, SvLBoxString* pItem, in EditItemText()
1407 DBG_CHKTHIS(SvTreeListBox,0); in EditItemText()
1449 void SvTreeListBox::CancelEditing() in CancelEditing()
1451 DBG_CHKTHIS(SvTreeListBox,0); in CancelEditing()
1455 void SvTreeListBox::EditEntry( SvLBoxEntry* pEntry ) in EditEntry()
1461 void SvTreeListBox::ImplEditEntry( SvLBoxEntry* pEntry ) in ImplEditEntry()
1463 DBG_CHKTHIS(SvTreeListBox,0); in ImplEditEntry()
1511 sal_Bool SvTreeListBox::AreChildrenTransient() const in AreChildrenTransient()
1516 void SvTreeListBox::SetChildrenNotTransient() in SetChildrenNotTransient()
1521 void SvTreeListBox::EditedText( const XubString& rStr ) in EditedText()
1524 DBG_CHKTHIS(SvTreeListBox,0); in EditedText()
1543 void SvTreeListBox::EditingRequest( SvLBoxEntry* pEntry, SvLBoxItem* pItem, in EditingRequest()
1546 DBG_CHKTHIS(SvTreeListBox,0); in EditingRequest()
1562 SvLBoxEntry* SvTreeListBox::GetDropTarget( const Point& rPos ) in GetDropTarget()
1564 DBG_CHKTHIS(SvTreeListBox,0); in GetDropTarget()
1593 SvLBoxEntry* SvTreeListBox::GetEntry( const Point& rPos, sal_Bool bHit ) const in GetEntry()
1595 DBG_CHKTHIS(SvTreeListBox,0); in GetEntry()
1606 SvLBoxEntry* SvTreeListBox::GetCurEntry() const in GetCurEntry()
1608 DBG_CHKTHIS(SvTreeListBox,0); in GetCurEntry()
1612 void SvTreeListBox::ImplInitStyle() in ImplInitStyle()
1614 DBG_CHKTHIS(SvTreeListBox,0); in ImplInitStyle()
1622 GetModel()->SetCompareHdl( LINK(this,SvTreeListBox,DefaultCompare)); in ImplInitStyle()
1634 void SvTreeListBox::PaintEntry( SvLBoxEntry* pEntry ) in PaintEntry()
1636 DBG_CHKTHIS(SvTreeListBox,0); in PaintEntry()
1642 void SvTreeListBox::InvalidateEntry( SvLBoxEntry* pEntry ) in InvalidateEntry()
1644 DBG_CHKTHIS(SvTreeListBox,0); in InvalidateEntry()
1654 long SvTreeListBox::PaintEntry(SvLBoxEntry* pEntry,long nLine,sal_uInt16 nTabFlags) in PaintEntry()
1661 long SvTreeListBox::PaintEntry1(SvLBoxEntry* pEntry,long nLine,sal_uInt16 nTabFlags, in PaintEntry1()
1664 DBG_CHKTHIS(SvTreeListBox,0); in PaintEntry1()
1969 void SvTreeListBox::PreparePaint( SvLBoxEntry* ) in PreparePaint()
1973 Rectangle SvTreeListBox::GetFocusRect( SvLBoxEntry* pEntry, long nLine ) in GetFocusRect()
1975 DBG_CHKTHIS(SvTreeListBox,0); in GetFocusRect()
2068 long SvTreeListBox::GetTabPos( SvLBoxEntry* pEntry, SvLBoxTab* pTab) in GetTabPos()
2070 DBG_CHKTHIS(SvTreeListBox,0); in GetTabPos()
2082 SvLBoxItem* SvTreeListBox::GetItem_Impl( SvLBoxEntry* pEntry, long nX, in GetItem_Impl()
2085 DBG_CHKTHIS(SvTreeListBox,0); in GetItem_Impl()
2142 SvLBoxItem* SvTreeListBox::GetItem(SvLBoxEntry* pEntry,long nX,SvLBoxTab** ppTab) in GetItem()
2147 SvLBoxItem* SvTreeListBox::GetItem(SvLBoxEntry* pEntry,long nX ) in GetItem()
2149 DBG_CHKTHIS(SvTreeListBox,0); in GetItem()
2154 SvLBoxItem* SvTreeListBox::GetFirstDynamicItem( SvLBoxEntry* pEntry ) in GetFirstDynamicItem()
2156 DBG_CHKTHIS(SvTreeListBox,0); in GetFirstDynamicItem()
2172 void SvTreeListBox::AddTab(long nTabPos,sal_uInt16 nFlags,void* pUserData ) in AddTab()
2174 DBG_CHKTHIS(SvTreeListBox,0); in AddTab()
2193 SvLBoxTab* SvTreeListBox::GetFirstDynamicTab( sal_uInt16& rPos ) const in GetFirstDynamicTab()
2195 DBG_CHKTHIS(SvTreeListBox,0); in GetFirstDynamicTab()
2211 SvLBoxTab* SvTreeListBox::GetFirstDynamicTab() const in GetFirstDynamicTab()
2217 SvLBoxTab* SvTreeListBox::GetTab( SvLBoxEntry* pEntry, SvLBoxItem* pItem) const in GetTab()
2219 DBG_CHKTHIS(SvTreeListBox,0); in GetTab()
2224 void SvTreeListBox::ClearTabList() in ClearTabList()
2226 DBG_CHKTHIS(SvTreeListBox,0); in ClearTabList()
2238 Size SvTreeListBox::GetOutputSizePixel() const in GetOutputSizePixel()
2240 DBG_CHKTHIS(SvTreeListBox,0); in GetOutputSizePixel()
2245 void SvTreeListBox::NotifyBeginScroll() in NotifyBeginScroll()
2247 DBG_CHKTHIS(SvTreeListBox,0); in NotifyBeginScroll()
2250 void SvTreeListBox::NotifyEndScroll() in NotifyEndScroll()
2252 DBG_CHKTHIS(SvTreeListBox,0); in NotifyEndScroll()
2255 void SvTreeListBox::NotifyScrolling( long ) in NotifyScrolling()
2257 DBG_CHKTHIS(SvTreeListBox,0); in NotifyScrolling()
2260 void SvTreeListBox::NotifyScrolled() in NotifyScrolled()
2262 DBG_CHKTHIS(SvTreeListBox,0); in NotifyScrolled()
2266 void SvTreeListBox::NotifyInvalidating() in NotifyInvalidating()
2268 DBG_CHKTHIS(SvTreeListBox,0); in NotifyInvalidating()
2271 void SvTreeListBox::Invalidate( sal_uInt16 nInvalidateFlags ) in Invalidate()
2273 DBG_CHKTHIS(SvTreeListBox,0); in Invalidate()
2282 void SvTreeListBox::Invalidate( const Rectangle& rRect, sal_uInt16 nInvalidateFlags ) in Invalidate()
2284 DBG_CHKTHIS(SvTreeListBox,0); in Invalidate()
2293 void SvTreeListBox::SetHighlightRange( sal_uInt16 nStart, sal_uInt16 nEnd) in SetHighlightRange()
2295 DBG_CHKTHIS(SvTreeListBox,0); in SetHighlightRange()
2312 void SvTreeListBox::RemoveHighlightRange() in RemoveHighlightRange()
2314 DBG_CHKTHIS(SvTreeListBox,0); in RemoveHighlightRange()
2320 sal_uLong SvTreeListBox::GetAscInsertionPos(SvLBoxEntry*,SvLBoxEntry*) in GetAscInsertionPos()
2325 sal_uLong SvTreeListBox::GetDescInsertionPos(SvLBoxEntry*,SvLBoxEntry*) in GetDescInsertionPos()
2327 DBG_CHKTHIS(SvTreeListBox,0); in GetDescInsertionPos()
2331 Region SvTreeListBox::GetDragRegion() const in GetDragRegion()
2333 DBG_CHKTHIS(SvTreeListBox,0); in GetDragRegion()
2339 aRect = ((SvTreeListBox*)this)->GetFocusRect( pEntry, aPos.Y() ); in GetDragRegion()
2346 void SvTreeListBox::Command( const CommandEvent& rCEvt ) in Command()
2348 DBG_CHKTHIS(SvTreeListBox,0); in Command()
2354 void SvTreeListBox::RemoveParentKeepChilds( SvLBoxEntry* pParent ) in RemoveParentKeepChilds()
2356 DBG_CHKTHIS(SvTreeListBox,0); in RemoveParentKeepChilds()
2371 SvLBoxTab* SvTreeListBox::GetFirstTab( sal_uInt16 nFlagMask, sal_uInt16& rPos ) in GetFirstTab()
2387 SvLBoxTab* SvTreeListBox::GetLastTab( sal_uInt16 nFlagMask, sal_uInt16& rTabPos ) in GetLastTab()
2406 void SvTreeListBox::SetAddMode( sal_Bool bAdd ) in SetAddMode()
2411 sal_Bool SvTreeListBox::IsAddMode() const in IsAddMode()
2416 void SvTreeListBox::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
2422 void SvTreeListBox::CursorMoved( SvLBoxEntry* ) in CursorMoved()
2426 IMPL_LINK( SvTreeListBox, DefaultCompare, SvSortData*, pData ) in IMPL_LINK() argument
2437 void SvTreeListBox::ModelNotification( sal_uInt16 nActionId, SvListEntry* pEntry1, in ModelNotification()
2484 long SvTreeListBox::GetTextOffset() const in GetTextOffset()
2486 DBG_CHKTHIS(SvTreeListBox,0); in GetTextOffset()
2562 void SvTreeListBox::EndSelection() in EndSelection()
2567 sal_Bool SvTreeListBox::IsNodeButton( const Point& rPos ) const in IsNodeButton()
2575 void SvTreeListBox::RepaintScrollBars() const in RepaintScrollBars()
2577 ((SvTreeListBox*)this)->pImp->RepaintScrollBars(); in RepaintScrollBars()
2580 ScrollBar *SvTreeListBox::GetVScroll() in GetVScroll()
2582 return &((SvTreeListBox*)this)->pImp->aVerSBar; in GetVScroll()
2585 ScrollBar *SvTreeListBox::GetHScroll() in GetHScroll()
2587 return &((SvTreeListBox*)this)->pImp->aHorSBar; in GetHScroll()
2590 void SvTreeListBox::EnableAsyncDrag( sal_Bool b ) in EnableAsyncDrag()
2595 SvLBoxEntry* SvTreeListBox::GetFirstEntryInView() const in GetFirstEntryInView()
2601 SvLBoxEntry* SvTreeListBox::GetNextEntryInView(SvLBoxEntry* pEntry ) const in GetNextEntryInView()
2614 void SvTreeListBox::ShowFocusRect( const SvLBoxEntry* pEntry ) in ShowFocusRect()
2619 void SvTreeListBox::SetTabBar( TabBar* pTabBar ) in SetTabBar()
2624 void SvTreeListBox::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
2637 void SvTreeListBox::StateChanged( StateChangedType i_nStateChange ) in StateChanged()
2644 void SvTreeListBox::InitSettings(sal_Bool bFont,sal_Bool bForeground,sal_Bool bBackground) in InitSettings()
2671 sal_Bool SvTreeListBox::IsCellFocusEnabled() const in IsCellFocusEnabled()
2676 bool SvTreeListBox::SetCurrentTabPos( sal_uInt16 _nNewPos ) in SetCurrentTabPos()
2681 sal_uInt16 SvTreeListBox::GetCurrentTabPos() const in GetCurrentTabPos()
2686 void SvTreeListBox::InitStartEntry() in InitStartEntry()
2692 void SvTreeListBox::CancelPendingEdit() in CancelPendingEdit()
2698 PopupMenu* SvTreeListBox::CreateContextMenu( void ) in CreateContextMenu()
2703 void SvTreeListBox::ExcecuteContextMenuAction( sal_uInt16 ) in ExcecuteContextMenuAction()
2708 void SvTreeListBox::EnableContextMenuHandling( void ) in EnableContextMenuHandling()
2715 void SvTreeListBox::EnableContextMenuHandling( sal_Bool b ) in EnableContextMenuHandling()
2722 sal_Bool SvTreeListBox::IsContextMenuHandlingEnabled( void ) const in IsContextMenuHandlingEnabled()
2729 void SvTreeListBox::EnableList( bool _bEnable ) in EnableList()
2737 ::com::sun::star::uno::Reference< XAccessible > SvTreeListBox::CreateAccessible() in CreateAccessible()
2756 void SvTreeListBox::FillAccessibleEntryStateSet( SvLBoxEntry* pEntry, ::utl::AccessibleStateSetHelp… in FillAccessibleEntryStateSet()
2788 Rectangle SvTreeListBox::GetBoundingRect( SvLBoxEntry* pEntry ) in GetBoundingRect()
2795 void SvTreeListBox::EnableCellFocus() in EnableCellFocus()
2800 void SvTreeListBox::CallImplEventListeners(sal_uLong nEvent, void* pData) in CallImplEventListeners()
2805 void SvTreeListBox::FillAccessibleStateSet( ::utl::AccessibleStateSetHelper& rStateSet ) const in FillAccessibleStateSet()