Lines Matching refs:aTreeListBox
1194 aTreeListBox( this, WB_BORDER | WB_3DLOOK | WB_HASBUTTONS | WB_HASLINES | WB_HSCROLL | WB_TABSTOP in WatchWindow()
1199 aTreeListBox.SetAccessibleName(String(IDEResId(RID_STR_WATCHNAME))); in WatchWindow()
1204 aTreeListBox.SetHelpId(HID_BASICIDE_WATCHWINDOW_LIST); in WatchWindow()
1205 aTreeListBox.EnableInplaceEditing( sal_True ); in WatchWindow()
1206 aTreeListBox.SetSelectHdl( LINK( this, WatchWindow, TreeListHdl ) ); in WatchWindow()
1207 aTreeListBox.SetPosPixel( Point( DWBORDER, nVirtToolBoxHeight + nHeaderBarHeight ) ); in WatchWindow()
1208 aTreeListBox.SetHighlightRange( 1, 5 ); in WatchWindow()
1226 aTreeListBox.SvHeaderTabListBox::SetTabs( tabs, MAP_PIXEL ); in WatchWindow()
1227 aTreeListBox.InitHeaderBar( &aHeaderBar ); in WatchWindow()
1229 aTreeListBox.SetNodeDefaultImages( ); in WatchWindow()
1235 aTreeListBox.Show(); in WatchWindow()
1290 aTreeListBox.SetSizePixel( aBoxSz ); in Resize()
1291 aTreeListBox.GetHScroll()->SetPageSize( aTreeListBox.GetHScroll()->GetVisibleSize() ); in Resize()
1407 SvLBoxEntry* pNewEntry = aTreeListBox.InsertEntry( aWatchStr_, 0, sal_True, LIST_APPEND ); in AddWatch()
1410 aTreeListBox.Select( pNewEntry, sal_True ); in AddWatch()
1411 aTreeListBox.MakeVisible( pNewEntry ); in AddWatch()
1417 SvLBoxEntry* pEntry = aTreeListBox.GetCurEntry(); in RemoveSelectedWatch()
1420 aTreeListBox.GetModel()->Remove( pEntry ); in RemoveSelectedWatch()
1421 pEntry = aTreeListBox.GetCurEntry(); in RemoveSelectedWatch()
1426 if ( !aTreeListBox.GetEntryCount() ) in RemoveSelectedWatch()
1455 SvLBoxEntry* pCurEntry = aTreeListBox.GetCurEntry(); in IMPL_LINK_INLINE_END()
1493 aTreeListBox.SetTab( i, nPos, MAP_PIXEL ); in IMPL_LINK_INLINE_END()
1529 aTreeListBox.UpdateWatches( bBasicStopped ); in UpdateWatches()
1535 aTreeListBox( this, WB_BORDER | WB_3DLOOK | WB_HSCROLL | WB_TABSTOP ), in StackWindow()
1539 aTreeListBox.SetHelpId(HID_BASICIDE_STACKWINDOW_LIST); in StackWindow()
1540 aTreeListBox.SetAccessibleName(String( IDEResId(RID_STR_STACKNAME))); in StackWindow()
1541 aTreeListBox.SetPosPixel( Point( DWBORDER, nVirtToolBoxHeight ) ); in StackWindow()
1542 aTreeListBox.SetHighlightRange(); in StackWindow()
1543 aTreeListBox.SetSelectionMode( NO_SELECTION ); in StackWindow()
1544 aTreeListBox.InsertEntry( String(), 0, sal_False, LIST_APPEND ); in StackWindow()
1545 aTreeListBox.Show(); in StackWindow()
1591 aTreeListBox.SetSizePixel( aBoxSz ); in Resize()
1618 aTreeListBox.SetUpdateMode( sal_False ); in IMPL_LINK_INLINE_END()
1619 aTreeListBox.Clear(); in IMPL_LINK_INLINE_END()
1624 aTreeListBox.SetSelectionMode( SINGLE_SELECTION ); in IMPL_LINK_INLINE_END()
1664 aTreeListBox.InsertEntry( aEntry, 0, sal_False, LIST_APPEND ); in IMPL_LINK_INLINE_END()
1675 aTreeListBox.SetSelectionMode( NO_SELECTION ); in IMPL_LINK_INLINE_END()
1676 aTreeListBox.InsertEntry( String(), 0, sal_False, LIST_APPEND ); in IMPL_LINK_INLINE_END()
1679 aTreeListBox.SetUpdateMode( sal_True ); in IMPL_LINK_INLINE_END()