Home
last modified time | relevance | path

Searched refs:mpLastBtn (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/control/
H A Dtabbar.cxx364 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()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtabbar.hxx338 ImplTabButton* mpLastBtn; member in TabBar