Home
last modified time | relevance | path

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

/AOO41X/main/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx61 ,m_aControlTree(this, PcrRes(1)) in DBG_NAME()
75 m_aControlTree.SetSelectionMode( SINGLE_SELECTION ); in DBG_NAME()
76 m_aControlTree.SetDragDropMode( 0 ); in DBG_NAME()
77 m_aControlTree.EnableInplaceEditing( sal_False ); in DBG_NAME()
78m_aControlTree.SetStyle(m_aControlTree.GetStyle() | WB_BORDER | WB_HASLINES | WB_HASLINESATROOT | … in DBG_NAME()
80m_aControlTree.SetNodeBitmaps( m_aModelImages.GetImage( RID_SVXIMG_COLLAPSEDNODE ), m_aModelImages… in DBG_NAME()
81 m_aControlTree.SetSelectHdl(LINK(this, OSelectLabelDialog, OnEntrySelected)); in DBG_NAME()
82 m_aControlTree.SetDeselectHdl(LINK(this, OSelectLabelDialog, OnEntrySelected)); in DBG_NAME()
125 … SvLBoxEntry* pRoot = m_aControlTree.InsertEntry(PcrRes(RID_STR_FORMS), aRootImage, aRootImage); in DBG_NAME()
131 m_aControlTree.Expand(pRoot); in DBG_NAME()
[all …]
H A Dselectlabeldialog.hxx52 SvTreeListBox m_aControlTree; member in pcr::OSelectLabelDialog