Searched refs:aMacroTreeList (Results 1 – 2 of 2) sorted by relevance
91 ,aMacroTreeList( this, IDEResId( RID_TLB_MACROS ) ) in ObjectCatalog()101 aMacroTreeList.SetStyle( WB_BORDER | WB_TABSTOP | in ObjectCatalog()106 aMacroTreeList.SetSelectHdl( LINK( this, ObjectCatalog, TreeListHighlightHdl ) ); in ObjectCatalog()107 aMacroTreeList.SetAccessibleName(String(IDEResId(RID_STR_TLB_MACROS))); in ObjectCatalog()108 aMacroTreeList.ScanAllEntries(); in ObjectCatalog()109 aMacroTreeList.GrabFocus(); in ObjectCatalog()158 Point aTreePos = aMacroTreeList.GetPosPixel(); in Resize()169 aMacroTreeList.SetSizePixel( aTreeSz ); in Resize()194 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in IMPL_LINK()196 BasicEntryDescriptor aDesc( aMacroTreeList.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()[all …]
68 ObjectTreeListBox aMacroTreeList; member in ObjectCatalog