Home
last modified time | relevance | path

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

/trunk/main/basctl/source/basicide/
H A Dobjdlg.cxx100 ,aMacroTreeList( this, IDEResId( RID_TLB_MACROS ) ) in ObjectCatalog()
110 aMacroTreeList.SetStyle( WB_BORDER | WB_TABSTOP | in ObjectCatalog()
115 aMacroTreeList.SetSelectHdl( LINK( this, ObjectCatalog, TreeListHighlightHdl ) ); in ObjectCatalog()
116 aMacroTreeList.SetAccessibleName(String(IDEResId(RID_STR_TLB_MACROS))); in ObjectCatalog()
117 aMacroTreeList.ScanAllEntries(); in ObjectCatalog()
118 aMacroTreeList.GrabFocus(); in ObjectCatalog()
167 Point aTreePos = aMacroTreeList.GetPosPixel(); in Resize()
178 aMacroTreeList.SetSizePixel( aTreeSz ); in Resize()
203 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in IMPL_LINK()
205 BasicEntryDescriptor aDesc( aMacroTreeList.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
[all …]
H A Dobjdlg.hxx70 ObjectTreeListBox aMacroTreeList; member in ObjectCatalog