Lines Matching refs:mpLastBtn
364 mpLastBtn = NULL; in ImplInit()
404 if(mpLastBtn) in ImplInit()
405 mpLastBtn->SetAccessibleName( String(SvtResId(STR_TABBAR_PUSHBUTTON_MOVETOEND))); in ImplInit()
432 if ( mpLastBtn ) in ~TabBar()
433 delete mpLastBtn; in ~TabBar()
701 if ( !mpLastBtn ) in ImplInitControls()
703 mpLastBtn = new ImplTabButton( this ); in ImplInitControls()
704 mpLastBtn->SetClickHdl( aLink ); in ImplInitControls()
706 mpLastBtn->SetSymbol( mbMirrored ? SYMBOL_FIRST : SYMBOL_LAST ); in ImplInitControls()
707 mpLastBtn->Show(); in ImplInitControls()
712 DELETEZ( mpLastBtn ); in ImplInitControls()
733 if ( mpLastBtn ) in ImplEnableControls()
734 mpLastBtn->Enable( bEnableBtn ); in ImplEnableControls()
1344 if ( mpLastBtn ) in Resize()
1346 mpLastBtn->SetPosSizePixel( Point( nX, 0 ), aBtnSize ); in Resize()
1476 if( mpLastBtn ) mpLastBtn->EnableRTL( IsRTLEnabled() ); in StateChanged()