Searched refs:mpPrevBtn (Results 1 – 4 of 4) sorted by relevance
360 mpPrevBtn = NULL; in ImplInit()395 if(mpPrevBtn) in ImplInit()396 mpPrevBtn->SetAccessibleName( String(SvtResId(STR_TABBAR_PUSHBUTTON_MOVELEFT))); in ImplInit()421 if ( mpPrevBtn ) in ~TabBar()422 delete mpPrevBtn; in ~TabBar()652 if ( !mpPrevBtn ) in ImplInitControls()654 mpPrevBtn = new ImplTabButton( this, WB_REPEAT ); in ImplInitControls()655 mpPrevBtn->SetClickHdl( aLink ); in ImplInitControls()657 mpPrevBtn->SetSymbol( mbMirrored ? SYMBOL_NEXT : SYMBOL_PREV ); in ImplInitControls()658 mpPrevBtn->Show(); in ImplInitControls()[all …]
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()
225 PushButton* mpPrevBtn; member in WizardDialog285 void SetPrevButton( PushButton* pButton ) { mpPrevBtn = pButton; } in SetPrevButton()286 PushButton* GetPrevButton() const { return mpPrevBtn; } in GetPrevButton()
325 ImplTabButton* mpPrevBtn; member in TabBar