Lines Matching refs:pGroupLB
64 SfxConfigGroupListBox_Impl* pGroupLB; member in _SfxMacroTabPage_Impl
82 pGroupLB( NULL ), in _SfxMacroTabPage_Impl()
99 delete pGroupLB; in ~_SfxMacroTabPage_Impl()
204 mpImpl->pGroupLB->Show(); in ScriptChanged()
294 String sSel( pImpl->pGroupLB->GetGroup() ); in IMPL_STATIC_LINK()
295 pImpl->pGroupLB->GroupSelected(); in IMPL_STATIC_LINK()
393 mpImpl->pGroupLB->SetSelectHdl( STATIC_LINK( this, _SfxMacroTabPage, SelectGroup_Impl )); in InitAndSetHandler()
408 mpImpl->pGroupLB->Enable( sal_True ); in InitAndSetHandler()
411 mpImpl->pGroupLB->SetFunctionListBox( mpImpl->pMacroLB ); in InitAndSetHandler()
420 mpImpl->pGroupLB->Init( in FillMacroList()
466 mpImpl->pGroupLB = new SfxConfigGroupListBox_Impl( this, CUI_RES( LB_GROUP ) ); in SfxMacroTabPage()