Searched refs:nScrollStd (Results 1 – 2 of 2) sorted by relevance
313 long nScrollStd = GetSettings().GetStyleSettings().GetScrollBarSize(); in Resize() local314 Size aScrollSz(aOutSz.Width() - nScrollStd, nScrollStd ); in Resize()315 Point aScrollPos(0, aOutSz.Height() - nScrollStd); in Resize()321 aScrollPos = Point(aOutSz.Width() - nScrollStd, 0); in Resize()324 aOutSz.Width() -= nScrollStd; in Resize()325 aOutSz.Height() -= nScrollStd; in Resize()
213 long nScrollStd = GetSettings().GetStyleSettings().GetScrollBarSize(); in Resize() local214 Size aScrollSz(aOutSz.Width() - nScrollStd, nScrollStd ); in Resize()215 Point aScrollPos(0, aOutSz.Height() - nScrollStd); in Resize()221 aScrollPos = Point(aOutSz.Width() - nScrollStd, 0); in Resize()224 aOutSz.Width() -= nScrollStd; in Resize()225 aOutSz.Height() -= nScrollStd; in Resize()
Completed in 22 milliseconds