Searched refs:m_pTreeListBox (Results 1 – 2 of 2) sorted by relevance
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()[all …]
47 DBTreeListBox* m_pTreeListBox; member in dbaui::DBTreeView71 DBTreeListBox& getListBox() const { return *m_pTreeListBox; } in getListBox()