Lines Matching refs:aVScrollBar
1142 … sal_uInt16 v = sal::static_int_cast< sal_uInt16 >((aVScrollBar.GetThumbPos() * nColumns)); in Paint()
1187 aVScrollBar.GetThumbPos() * nColumns; in MouseButtonDown()
1227 if ((n < (sal_uInt16) (aVScrollBar.GetThumbPos() * nColumns)) || in KeyInput()
1228 (n >= (sal_uInt16) ((aVScrollBar.GetThumbPos() + nRows) * nColumns))) in KeyInput()
1230 aVScrollBar.SetThumbPos(n / nColumns); in KeyInput()
1242 aVScrollBar(this, WinBits(WB_VSCROLL)) in SmShowSymbolSet()
1247 long nScrollBarWidth = aVScrollBar.GetSizePixel().Width(), in SmShowSymbolSet()
1266 aVScrollBar.SetPosSizePixel(Point(aOutputSize.Width() + 1, -1), in SmShowSymbolSet()
1268 aVScrollBar.Enable(sal_False); in SmShowSymbolSet()
1269 aVScrollBar.Show(); in SmShowSymbolSet()
1270 aVScrollBar.SetScrollHdl(LINK(this, SmShowSymbolSet, ScrollHdl)); in SmShowSymbolSet()
1285 aVScrollBar.SetRange(Range(0, ((aSymbolSet.size() + (nColumns - 1)) / nColumns) - nRows)); in SetSymbolSet()
1286 aVScrollBar.Enable(sal_True); in SetSymbolSet()
1290 aVScrollBar.SetRange(Range(0,0)); in SetSymbolSet()
1291 aVScrollBar.Enable (sal_False); in SetSymbolSet()
1300 int v = (int) (aVScrollBar.GetThumbPos() * nColumns); in SelectSymbol()