Lines Matching refs:aMacroTreeList
100 ,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()
216 … aDesc.GetMethodName(), aMacroTreeList.ConvertType( aDesc.GetType() ) ); in IMPL_LINK()
224 aMacroTreeList.GetModel()->Remove( pCurEntry ); in IMPL_LINK()
236 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in CheckButtons()
254 SvLBoxEntry* pCurEntry = aMacroTreeList.GetCurEntry(); in IMPL_LINK_INLINE_END()
259 SbxVariable* pVar = aMacroTreeList.FindVariable( pCurEntry ); in IMPL_LINK_INLINE_END()
271 aMacroTreeList.UpdateEntries(); in UpdateEntries()
276 aMacroTreeList.SetCurrentEntry( rDesc ); in SetCurrentEntry()