Lines Matching refs:mpNextBtn
363 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()
688 DELETEZ( mpNextBtn ); in ImplInitControls()
731 if ( mpNextBtn ) in ImplEnableControls()
732 mpNextBtn->Enable( bEnableBtn ); in ImplEnableControls()
776 else if ( pBtn == mpNextBtn ) in IMPL_LINK()
1338 if ( mpNextBtn ) in Resize()
1340 mpNextBtn->SetPosSizePixel( Point( nX, 0 ), aBtnSize ); in Resize()
1475 if( mpNextBtn ) mpNextBtn->EnableRTL( IsRTLEnabled() ); in StateChanged()