Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx363 mpNextBtn = NULL; in ImplInit()
402 if(mpNextBtn) in ImplInit()
428 if ( mpNextBtn ) in ~TabBar()
429 delete mpNextBtn; in ~TabBar()
677 if ( !mpNextBtn ) in ImplInitControls()
683 mpNextBtn->Show(); in ImplInitControls()
688 DELETEZ( mpNextBtn ); in ImplInitControls()
731 if ( mpNextBtn ) in ImplEnableControls()
776 else if ( pBtn == mpNextBtn ) in IMPL_LINK()
1338 if ( mpNextBtn ) in Resize()
[all …]
/trunk/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

Completed in 30 milliseconds