Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/dialogs/
H A Dwizdlg.cxx72 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()
/AOO41X/main/svtools/source/control/
H A Dtabbar.cxx362 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 …]
/AOO41X/main/svtools/inc/svtools/
H A Dwizdlg.hxx225 PushButton* mpPrevBtn; member in WizardDialog
285 void SetPrevButton( PushButton* pButton ) { mpPrevBtn = pButton; } in SetPrevButton()
286 PushButton* GetPrevButton() const { return mpPrevBtn; } in GetPrevButton()
H A Dtabbar.hxx336 ImplTabButton* mpPrevBtn; member in TabBar