Searched refs:aVscrollSB (Results 1 – 2 of 2) sorted by relevance
71 ,aVscrollSB( this, WB_VERT) in SvxShowCharSet()79 aVscrollSB.SetScrollHdl( LINK( this, SvxShowCharSet, VscrollHdl ) ); in SvxShowCharSet()80 aVscrollSB.EnableDrag( sal_True ); in SvxShowCharSet()190 if( !HandleScrollCommand( rCEvt, 0, &aVscrollSB ) ) in Command()213 if( aVscrollSB.IsVisible() ) in FirstInView()214 nIndex += aVscrollSB.GetThumbPos() * COLUMN_COUNT; in FirstInView()335 if( aVscrollSB.IsVisible() ) in DrawChars_Impl()499 aVscrollSB.SetPosSizePixel( nX * COLUMN_COUNT, 0, SBWIDTH, nY * ROW_COUNT ); in SetFont()500 aVscrollSB.SetRangeMin( 0 ); in SetFont()502 aVscrollSB.SetRangeMax( nLastRow ); in SetFont()[all …]
123 ScrollBar aVscrollSB; member in SvxShowCharSet