Lines Matching refs:mpPrevBtn
362 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()
687 DELETEZ( mpPrevBtn ); in ImplInitControls()
727 if ( mpPrevBtn ) in ImplEnableControls()
728 mpPrevBtn->Enable( bEnableBtn ); in ImplEnableControls()
771 else if ( pBtn == mpPrevBtn ) in IMPL_LINK()
1332 if ( mpPrevBtn ) in Resize()
1334 mpPrevBtn->SetPosSizePixel( Point( nX, 0 ), aBtnSize ); in Resize()
1474 if( mpPrevBtn ) mpPrevBtn->EnableRTL( IsRTLEnabled() ); in StateChanged()
2448 nMinSize += mpPrevBtn->GetSizePixel().Width()*2; in GetMinSize()