Lines Matching refs:aVScrollBar
1089 … sal_uInt16 v = sal::static_int_cast< sal_uInt16 >((aVScrollBar.GetThumbPos() * nColumns)); in Paint()
1133 aVScrollBar.GetThumbPos() * nColumns; in MouseButtonDown()
1172 if ((n < (sal_uInt16) (aVScrollBar.GetThumbPos() * nColumns)) || in KeyInput()
1173 (n >= (sal_uInt16) ((aVScrollBar.GetThumbPos() + nRows) * nColumns))) in KeyInput()
1175 aVScrollBar.SetThumbPos(n / nColumns); in KeyInput()
1186 aVScrollBar(this, WinBits(WB_VSCROLL)) in SmShowSymbolSet()
1191 long nScrollBarWidth = aVScrollBar.GetSizePixel().Width(), in SmShowSymbolSet()
1210 aVScrollBar.SetPosSizePixel(Point(aOutputSize.Width() + 1, -1), in SmShowSymbolSet()
1212 aVScrollBar.Enable(sal_False); in SmShowSymbolSet()
1213 aVScrollBar.Show(); in SmShowSymbolSet()
1214 aVScrollBar.SetScrollHdl(LINK(this, SmShowSymbolSet, ScrollHdl)); in SmShowSymbolSet()
1228 aVScrollBar.SetRange(Range(0, ((aSymbolSet.size() + (nColumns - 1)) / nColumns) - nRows)); in SetSymbolSet()
1229 aVScrollBar.Enable(sal_True); in SetSymbolSet()
1233 aVScrollBar.SetRange(Range(0,0)); in SetSymbolSet()
1234 aVScrollBar.Enable (sal_False); in SetSymbolSet()
1242 int v = (int) (aVScrollBar.GetThumbPos() * nColumns); in SelectSymbol()