Lines Matching refs:m_pTreeListBox
55 , m_pTreeListBox(NULL) in DBG_NAME()
59 …m_pTreeListBox = new DBTreeListBox(this, _rxORB ,WB_HASLINES | WB_SORT | WB_HASBUTTONS | WB_HSCROL… in DBG_NAME()
60 m_pTreeListBox->EnableCheckButton(NULL); in DBG_NAME()
61 m_pTreeListBox->SetDragDropMode( 0 ); in DBG_NAME()
62 m_pTreeListBox->EnableInplaceEditing( sal_True ); in DBG_NAME()
63 m_pTreeListBox->SetHelpId(HID_TLB_TREELISTBOX); in DBG_NAME()
64 m_pTreeListBox->Show(); in DBG_NAME()
72 if (m_pTreeListBox) in ~DBTreeView()
74 if (m_pTreeListBox->GetModel()) in ~DBTreeView()
76 m_pTreeListBox->GetModel()->RemoveView(m_pTreeListBox); in ~DBTreeView()
77 m_pTreeListBox->DisconnectFromModel(); in ~DBTreeView()
79 ::std::auto_ptr<Window> aTemp(m_pTreeListBox); in ~DBTreeView()
80 m_pTreeListBox = NULL; in ~DBTreeView()
87 m_pTreeListBox->SetPreExpandHandler(_rHdl); in SetPreExpandHandler()
93 m_pTreeListBox->setCopyHandler(_rHdl); in setCopyHandler()
99 m_pTreeListBox->SetPosSizePixel(Point(0,0),GetOutputSizePixel()); in Resize()
105 _pTreeModel->InsertView(m_pTreeListBox); in setModel()
106 m_pTreeListBox->SetModel(_pTreeModel); in setModel()
112 m_pTreeListBox->SetSelChangeHdl( _rHdl ); in setSelChangeHdl()
118 if ( m_pTreeListBox )//&& !m_pTreeListBox->HasChildPathFocus()) in GetFocus()
119 m_pTreeListBox->GrabFocus(); in GetFocus()