Home
last modified time | relevance | path

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

/AOO42X/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()
/AOO42X/main/svtools/source/control/ !
H A Dtabbar.cxx361 mpNextBtn = NULL; in ImplInit()
397 if(mpNextBtn) in ImplInit()
398 mpNextBtn->SetAccessibleName(String(SvtResId(STR_TABBAR_PUSHBUTTON_MOVERIGHT))); in ImplInit()
423 if ( mpNextBtn ) in ~TabBar()
424 delete mpNextBtn; in ~TabBar()
660 if ( !mpNextBtn ) in ImplInitControls()
662 mpNextBtn = new ImplTabButton( this, WB_REPEAT ); in ImplInitControls()
663 mpNextBtn->SetClickHdl( aLink ); in ImplInitControls()
665 mpNextBtn->SetSymbol( mbMirrored ? SYMBOL_PREV : SYMBOL_NEXT ); in ImplInitControls()
666 mpNextBtn->Show(); in ImplInitControls()
[all …]
/AOO42X/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.hxx326 ImplTabButton* mpNextBtn; member in TabBar