Searched refs:nScrSize (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/svtools/source/control/ |
H A D | scrwin.cxx | 187 const long nScrSize = GetSettings().GetStyleSettings().GetScrollBarSize(); in Resize() local 198 aOutPixSz.Height() -= nScrSize; in Resize() 205 aOutPixSz.Width() -= nScrSize; in Resize() 270 Size(nScrSize, nScrSize) ); in Resize() 281 Size( aOutPixSz.Width(), nScrSize ) ); in Resize() 292 Size( nScrSize,aOutPixSz.Height() ) ); in Resize() 355 const long nScrSize = GetSettings().GetStyleSettings().GetScrollBarSize(); in SetVisibleSize() local 359 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize() 363 Min( aWill.Width()+nScrSize, aMax.GetSize().Width() ); in SetVisibleSize() 366 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 129 const long nScrSize = GetSettings().GetStyleSettings().GetScrollBarSize(); in ResizeScrollBars() local 141 aOutPixSz.Height() -= nScrSize; in ResizeScrollBars() 149 aOutPixSz.Width() -= nScrSize; in ResizeScrollBars() 165 …CornerWin.SetPosSizePixel(Point(aOutPixSz.Width(), aOutPixSz.Height()), Size(nScrSize, nScrSize) ); in ResizeScrollBars() 176 …int( (long)aStartWidth + aOffset.X(), aOutPixSz.Height() ),Size( nNewWidth, nScrSize ),m_aHScroll); in ResizeScrollBars() 180 …ight,Point( aOutPixSz.Width(), m_aReportWindow.getRulerHeight() ),Size( nScrSize,nNewHeight),m_aVS… in ResizeScrollBars()
|
Completed in 18 milliseconds