Home
last modified time | relevance | path

Searched refs:mpNextBtn (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/svtools/source/dialogs/
H A Dwizdlg.cxx73 mpNextBtn = NULL; in ImplInitData()
442 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && mpPrevBtn && mpNextBtn ) in Notify()
468 if ( mpNextBtn->IsVisible() && in Notify()
469 mpNextBtn->IsEnabled() && mpNextBtn->IsInputEnabled() ) in Notify()
471 mpNextBtn->SetPressed( sal_True ); in Notify()
472 mpNextBtn->SetPressed( sal_False ); in Notify()
473 mpNextBtn->Click(); in Notify()
/AOO41X/main/svtools/source/control/
H A Dtabbar.cxx363 mpNextBtn = NULL; in ImplInit()
402 if(mpNextBtn) in ImplInit()
403 mpNextBtn->SetAccessibleName(String(SvtResId(STR_TABBAR_PUSHBUTTON_MOVERIGHT))); in ImplInit()
428 if ( mpNextBtn ) in ~TabBar()
429 delete mpNextBtn; in ~TabBar()
677 if ( !mpNextBtn ) in ImplInitControls()
679 mpNextBtn = new ImplTabButton( this, WB_REPEAT ); in ImplInitControls()
680 mpNextBtn->SetClickHdl( aLink ); in ImplInitControls()
682 mpNextBtn->SetSymbol( mbMirrored ? SYMBOL_PREV : SYMBOL_NEXT ); in ImplInitControls()
683 mpNextBtn->Show(); in ImplInitControls()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Dwizdlg.hxx226 PushButton* mpNextBtn; member in WizardDialog
287 void SetNextButton( PushButton* pButton ) { mpNextBtn = pButton; } in SetNextButton()
288 PushButton* GetNextButton() const { return mpNextBtn; } in GetNextButton()
H A Dtabbar.hxx337 ImplTabButton* mpNextBtn; member in TabBar