Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/control/
H A Dscrwin.cxx184 Size aOutPixSz = Window::GetOutputSizePixel(); in Resize() local
198 aOutPixSz.Height() -= nScrSize; in Resize()
205 aOutPixSz.Width() -= nScrSize; in Resize()
269 aCornerWin.SetPosSizePixel(Point(aOutPixSz.Width(), aOutPixSz.Height()), in Resize()
280 Point( 0, aOutPixSz.Height() ), in Resize()
281 Size( aOutPixSz.Width(), nScrSize ) ); in Resize()
283 aHScroll.SetPageSize( aOutPixSz.Width() ); in Resize()
291 Point( aOutPixSz.Width(), 0 ), in Resize()
292 Size( nScrSize,aOutPixSz.Height() ) ); in Resize()
294 aVScroll.SetPageSize( aOutPixSz.Height() ); in Resize()
[all …]
/aoo4110/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx123 Size aOutPixSz = GetOutputSizePixel(); in ResizeScrollBars() local
124 if ( aOutPixSz.Width() == 0 || aOutPixSz.Height() == 0 ) in ResizeScrollBars()
125 return aOutPixSz; in ResizeScrollBars()
127 aOutPixSz.Height() -= m_aReportWindow.getRulerHeight(); in ResizeScrollBars()
138 if ( aOutPixSz.Width() < m_aTotalPixelSize.Width() && !bHVisible ) in ResizeScrollBars()
141 aOutPixSz.Height() -= nScrSize; in ResizeScrollBars()
146 if ( aOutPixSz.Height() < m_aTotalPixelSize.Height() && !bVVisible ) in ResizeScrollBars()
149 aOutPixSz.Width() -= nScrSize; in ResizeScrollBars()
156 aOutPixSz.Height() += m_aReportWindow.getRulerHeight(); in ResizeScrollBars()
165 …m_aCornerWin.SetPosSizePixel(Point(aOutPixSz.Width(), aOutPixSz.Height()), Size(nScrSize, nScrSize… in ResizeScrollBars()
[all …]

Completed in 20 milliseconds