Home
last modified time | relevance | path

Searched refs:nScrSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/control/
H A Dscrwin.cxx187 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()
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx129 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 16 milliseconds