Lines Matching refs:aMacroTreeList
106 ,aMacroTreeList( this, IDEResId( RID_TLB_MACROS ) ) in ObjectCatalog()
116 aMacroTreeList.SetStyle( WB_BORDER | WB_TABSTOP | in ObjectCatalog()
121 aMacroTreeList.SetSelectHdl( LINK( this, ObjectCatalog, TreeListHighlightHdl ) ); in ObjectCatalog()
122 aMacroTreeList.SetAccessibleName(String(IDEResId(RID_STR_TLB_MACROS))); in ObjectCatalog()
123 aMacroTreeList.ScanAllEntries(); in ObjectCatalog()
124 aMacroTreeList.GrabFocus(); in ObjectCatalog()
173 Point aTreePos = aMacroTreeList.GetPosPixel(); in Resize()
184 aMacroTreeList.SetSizePixel( aTreeSz ); in Resize()
209 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in IMPL_LINK()
211 BasicEntryDescriptor aDesc( aMacroTreeList.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
222 … aDesc.GetMethodName(), aMacroTreeList.ConvertType( aDesc.GetType() ) ); in IMPL_LINK()
230 aMacroTreeList.GetModel()->Remove( pCurEntry ); in IMPL_LINK()
244 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in CheckButtons()
265 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in IMPL_LINK_INLINE_END()
270 SbxVariable* pVar = aMacroTreeList.FindVariable( pCurEntry ); in IMPL_LINK_INLINE_END()
283 aMacroTreeList.UpdateEntries(); in UpdateEntries()
288 aMacroTreeList.SetCurrentEntry( rDesc ); in SetCurrentEntry()