Lines Matching refs:mpImpl

154 	const SvLBoxEntry* pE = mpImpl->pEventLB->GetListBox().FirstSelected();  in EnableButtons()
159 mpImpl->pDeletePB->Enable( 0 != pM && !mpImpl->bReadOnly ); in EnableButtons()
164 String sScriptURI = mpImpl->pMacroLB->GetSelectedScriptURI(); in EnableButtons()
165mpImpl->pAssignPB->Enable( !mpImpl->bReadOnly && !sScriptURI.EqualsIgnoreCaseAscii( sEventMacro ) … in EnableButtons()
168 mpImpl->pAssignPB->Enable( sal_False ); in EnableButtons()
175 mpImpl = new _SfxMacroTabPage_Impl; in _SfxMacroTabPage()
180 DELETEZ( mpImpl ); in ~_SfxMacroTabPage()
196 SvLBoxEntry* pE = mpImpl->pEventLB->GetListBox().InsertEntry( sTmp ); in AddEvent()
204 mpImpl->pGroupLB->Show(); in ScriptChanged()
205 mpImpl->pMacroLB->Show(); in ScriptChanged()
206 mpImpl->pMacroFT->SetText( *mpImpl->pMacroStr ); in ScriptChanged()
230 …if( !mpImpl->bGotEvents && SFX_ITEM_SET == aSet.GetItemState( SID_EVENTCONFIG, sal_True, &pEventsI… in PageCreated()
232 mpImpl->bGotEvents = sal_True; in PageCreated()
249 …if( !mpImpl->bGotEvents && SFX_ITEM_SET == rSet.GetItemState( SID_EVENTCONFIG, sal_True, &pEventsI… in Reset()
251 mpImpl->bGotEvents = sal_True; in Reset()
262 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in Reset()
270 return mpImpl->bReadOnly; in IsReadOnly()
275 _SfxMacroTabPage_Impl* pImpl = pThis->mpImpl; in IMPL_STATIC_LINK()
293 _SfxMacroTabPage_Impl* pImpl = pThis->mpImpl; in IMPL_STATIC_LINK()
308 _SfxMacroTabPage_Impl* pImpl = pThis->mpImpl; in IMPL_STATIC_LINK()
316 _SfxMacroTabPage_Impl* pImpl = pThis->mpImpl; in IMPL_STATIC_LINK()
384 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in InitAndSetHandler()
385 HeaderBar& rHeaderBar = mpImpl->pEventLB->GetHeaderBar(); in InitAndSetHandler()
387 mpImpl->pMacroLB->SetDoubleClickHdl( aLnk ); in InitAndSetHandler()
388 mpImpl->pDeletePB->SetClickHdl( aLnk ); in InitAndSetHandler()
389 mpImpl->pAssignPB->SetClickHdl( aLnk ); in InitAndSetHandler()
393 mpImpl->pGroupLB->SetSelectHdl( STATIC_LINK( this, _SfxMacroTabPage, SelectGroup_Impl )); in InitAndSetHandler()
394 mpImpl->pMacroLB->SetSelectHdl( STATIC_LINK( this, _SfxMacroTabPage, SelectMacro_Impl )); in InitAndSetHandler()
399 …rHeaderBar.InsertItem( ITEMID_EVENT, *mpImpl->pStrEvent, LogicToPixel( aSize, MapMode( MAP_APPFONT… in InitAndSetHandler()
401 …rHeaderBar.InsertItem( ITMEID_ASSMACRO, *mpImpl->pAssignedMacro, LogicToPixel( aSize, MapMode( MAP… in InitAndSetHandler()
404 mpImpl->pEventLB->Show(); in InitAndSetHandler()
405 mpImpl->pEventLB->ConnectElements(); in InitAndSetHandler()
407 mpImpl->pEventLB->Enable( sal_True ); in InitAndSetHandler()
408 mpImpl->pGroupLB->Enable( sal_True ); in InitAndSetHandler()
409 mpImpl->pMacroLB->Enable( sal_True ); in InitAndSetHandler()
411 mpImpl->pGroupLB->SetFunctionListBox( mpImpl->pMacroLB ); in InitAndSetHandler()
413 mpImpl->maFillGroupTimer.SetTimeoutHdl( STATIC_LINK( this, _SfxMacroTabPage, TimeOut_Impl ) ); in InitAndSetHandler()
414 mpImpl->maFillGroupTimer.SetTimeout( 0 ); in InitAndSetHandler()
415 mpImpl->maFillGroupTimer.Start(); in InitAndSetHandler()
420 mpImpl->pGroupLB->Init( in FillMacroList()
429 SvHeaderTabListBox& rListBox = mpImpl->pEventLB->GetListBox(); in FillEvents()
460 mpImpl->pStrEvent = new String( CUI_RES( STR_EVENT ) ); in SfxMacroTabPage()
461 mpImpl->pAssignedMacro = new String( CUI_RES( STR_ASSMACRO ) ); in SfxMacroTabPage()
462 mpImpl->pEventLB = new _HeaderTabListBox( this, CUI_RES( LB_EVENT ) ); in SfxMacroTabPage()
463 mpImpl->pAssignPB = new PushButton( this, CUI_RES( PB_ASSIGN ) ); in SfxMacroTabPage()
464 mpImpl->pDeletePB = new PushButton( this, CUI_RES( PB_DELETE ) ); in SfxMacroTabPage()
465 mpImpl->pMacroFT = new FixedText( this, CUI_RES( FT_MACRO ) ); in SfxMacroTabPage()
466 mpImpl->pGroupLB = new SfxConfigGroupListBox_Impl( this, CUI_RES( LB_GROUP ) ); in SfxMacroTabPage()
467 mpImpl->pFT_MacroLBLabel = new FixedText( this, CUI_RES( FT_LABEL4LB_MACROS ) ); in SfxMacroTabPage()
468 mpImpl->maStaticMacroLBLabel= mpImpl->pFT_MacroLBLabel->GetText(); in SfxMacroTabPage()
469 mpImpl->pMacroLB = new SfxConfigFunctionListBox_Impl( this, CUI_RES( LB_MACROS ) ); in SfxMacroTabPage()
470 mpImpl->pMacroStr = new String( CUI_RES( STR_MACROS ) ); in SfxMacroTabPage()