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.cxx362 mpLastBtn = NULL; in ImplInit()
399 if(mpLastBtn) in ImplInit()
400 mpLastBtn->SetAccessibleName( String(SvtResId(STR_TABBAR_PUSHBUTTON_MOVETOEND))); in ImplInit()
427 if ( mpLastBtn ) in ~TabBar()
428 delete mpLastBtn; in ~TabBar()
684 if ( !mpLastBtn ) in ImplInitControls()
686 mpLastBtn = new ImplTabButton( this ); in ImplInitControls()
687 mpLastBtn->SetClickHdl( aLink ); in ImplInitControls()
689 mpLastBtn->SetSymbol( mbMirrored ? SYMBOL_FIRST : SYMBOL_LAST ); in ImplInitControls()
690 mpLastBtn->Show(); in ImplInitControls()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dtabbar.hxx327 ImplTabButton* mpLastBtn; member in TabBar