Lines Matching refs:aMacroTreeList
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()
207 … aDesc.GetMethodName(), aMacroTreeList.ConvertType( aDesc.GetType() ) ); in IMPL_LINK()
215 aMacroTreeList.GetModel()->Remove( pCurEntry ); in IMPL_LINK()
229 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in CheckButtons()
250 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in IMPL_LINK_INLINE_END()
255 SbxVariable* pVar = aMacroTreeList.FindVariable( pCurEntry ); in IMPL_LINK_INLINE_END()
268 aMacroTreeList.UpdateEntries(); in UpdateEntries()
273 aMacroTreeList.SetCurrentEntry( rDesc ); in SetCurrentEntry()