Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/control/
H A Dscrwin.cxx184 Size aOutPixSz = Window::GetOutputSizePixel(); in Resize() local
196 if ( aOutPixSz.Width() < aTotPixSz.Width() && !bHVisible ) in Resize()
198 aOutPixSz.Height() -= nScrSize; in Resize()
203 if ( aOutPixSz.Height() < aTotPixSz.Height() && !bVVisible ) in Resize()
205 aOutPixSz.Width() -= nScrSize; in Resize()
219 aPixOffset.X() + aTotPixSz.Width() < aOutPixSz.Width() ) in Resize()
221 aOutPixSz.Width() - ( aPixOffset.X() + aTotPixSz.Width() ); in Resize()
223 aPixOffset.Y() + aTotPixSz.Height() < aOutPixSz.Height() ) in Resize()
225 aOutPixSz.Height() - ( aPixOffset.Y() + aTotPixSz.Height() ); in Resize()
239 ? (aOutPixSz.Width()-aTotPixSz.Width()) / 2 in Resize()
[all …]
/AOO42X/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 …]