Home
last modified time | relevance | path

Searched refs:aTreeListBox (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1194aTreeListBox( 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()
[all …]
H A Dbaside2.hxx263 WatchTreeListBox aTreeListBox; member in WatchWindow
284 WatchTreeListBox& GetWatchTreeListBox() { return aTreeListBox; } in GetWatchTreeListBox()
291 SvTreeListBox aTreeListBox; member in StackWindow