Lines Matching refs:aVersionBox
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()
321 SvLBoxEntry *pEntry = aVersionBox.FirstSelected(); in Open_Impl()
322 sal_uIntPtr nPos = aVersionBox.GetModel()->GetRelPos( pEntry ); in Open_Impl()
350 long nWidth = aVersionBox.GetTextWidth( sDateTime ); in RecalcDateColumn()
352 long nTab = aVersionBox.GetTab(1); in RecalcDateColumn()
357 aVersionBox.SetTab( 1, nTab + nDelta, MAP_PIXEL ); in RecalcDateColumn()
358 nTab = aVersionBox.GetTab(2); in RecalcDateColumn()
359 aVersionBox.SetTab( 2, nTab + nDelta, MAP_PIXEL ); in RecalcDateColumn()
382 bool bEnable = ( aVersionBox.FirstSelected() != NULL ); in IMPL_LINK()
399 SvLBoxEntry *pEntry = aVersionBox.FirstSelected(); in IMPL_LINK()
419 aVersionBox.SetUpdateMode( sal_False ); in IMPL_LINK()
420 aVersionBox.Clear(); in IMPL_LINK()
422 aVersionBox.SetUpdateMode( sal_True ); in IMPL_LINK()
431 aVersionBox.SetUpdateMode( sal_False ); in IMPL_LINK()
432 aVersionBox.Clear(); in IMPL_LINK()
434 aVersionBox.SetUpdateMode( sal_True ); in IMPL_LINK()
450 sal_uIntPtr nPos = aVersionBox.GetModel()->GetRelPos( pEntry ); in IMPL_LINK()