Searched refs:mpPrevBtn (Results 1 – 4 of 4) sorted by relevance
72 mpPrevBtn = NULL; in ImplInitData()442 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && mpPrevBtn && mpNextBtn ) in Notify()454 if ( mpPrevBtn->IsVisible() && in Notify()455 mpPrevBtn->IsEnabled() && mpPrevBtn->IsInputEnabled() ) in Notify()457 mpPrevBtn->SetPressed( sal_True ); in Notify()458 mpPrevBtn->SetPressed( sal_False ); in Notify()459 mpPrevBtn->Click(); in Notify()
362 mpPrevBtn = NULL; in ImplInit()400 if(mpPrevBtn) in ImplInit()401 mpPrevBtn->SetAccessibleName( String(SvtResId(STR_TABBAR_PUSHBUTTON_MOVELEFT))); in ImplInit()426 if ( mpPrevBtn ) in ~TabBar()427 delete mpPrevBtn; in ~TabBar()669 if ( !mpPrevBtn ) in ImplInitControls()671 mpPrevBtn = new ImplTabButton( this, WB_REPEAT ); in ImplInitControls()672 mpPrevBtn->SetClickHdl( aLink ); in ImplInitControls()674 mpPrevBtn->SetSymbol( mbMirrored ? SYMBOL_NEXT : SYMBOL_PREV ); in ImplInitControls()675 mpPrevBtn->Show(); in ImplInitControls()[all …]
225 PushButton* mpPrevBtn; member in WizardDialog285 void SetPrevButton( PushButton* pButton ) { mpPrevBtn = pButton; } in SetPrevButton()286 PushButton* GetPrevButton() const { return mpPrevBtn; } in GetPrevButton()
336 ImplTabButton* mpPrevBtn; member in TabBar