Searched refs:aVersionBox (Results 1 – 2 of 2) sorted by relevance
212 , aVersionBox( this, SfxResId( TLB_VERSIONS ) ) in SfxVersionDialog()234 aVersionBox.SetSelectHdl( LINK( this, SfxVersionDialog, SelectHdl_Impl ) ); in SfxVersionDialog()235 aVersionBox.SetDoubleClickHdl( LINK( this, SfxVersionDialog, DClickHdl_Impl ) ); in SfxVersionDialog()237 aVersionBox.GrabFocus(); in SfxVersionDialog()238 aVersionBox.SetStyle( aVersionBox.GetStyle() | WB_HSCROLL | WB_CLIPCHILDREN ); in SfxVersionDialog()239 aVersionBox.SetSelectionMode( SINGLE_SELECTION ); in SfxVersionDialog()240 aVersionBox.SetTabs( &nTabs_Impl[0], MAP_APPFONT ); in SfxVersionDialog()241 aVersionBox.Resize(); // OS: Hack fuer richtige Selektion in SfxVersionDialog()292 SvLBoxEntry *pEntry = aVersionBox.InsertEntry( aEntry ); in Init_Impl()308 SelectHdl_Impl( &aVersionBox ); in Init_Impl()[all …]
62 SfxVersionsTabListBox_Impl aVersionBox; member in SfxVersionDialog