Lines Matching refs:aOutSz
367 Size aOutSz( pVDev->GetOutputSizePixel() ); in ImpPaint() local
368 if ( ( aOutSz.Width() < rRect.GetWidth() ) || in ImpPaint()
369 ( aOutSz.Height() < rRect.GetHeight() ) ) in ImpPaint()
377 if ( ( aOutSz.Height() > ( rRect.GetHeight() + 20 ) ) || in ImpPaint()
378 ( aOutSz.Width() > ( rRect.GetWidth() + 20 ) ) ) in ImpPaint()
1827 Size aOutSz = mpImpl->mpWindow->GetOutputSizePixel(); in ImpShowCursor() local
1828 if ( aEditCursor.GetHeight() > aOutSz.Height() ) in ImpShowCursor()
1829 aEditCursor.Bottom() = aEditCursor.Top() + aOutSz.Height() - 1; in ImpShowCursor()
1835 && aOutSz.Width() && aOutSz.Height() in ImpShowCursor()
1839 long nVisEndY = mpImpl->maStartDocPos.Y() + aOutSz.Height(); in ImpShowCursor()
1841 long nVisEndX = mpImpl->maStartDocPos.X() + aOutSz.Width(); in ImpShowCursor()
1842 long nMoreX = aOutSz.Width() / 4; in ImpShowCursor()
1875 long nMaxX = mpImpl->mpTextEngine->CalcTextWidth() - aOutSz.Width(); in ImpShowCursor()
1885 long nYMax = mpImpl->mpTextEngine->GetTextHeight() - aOutSz.Height(); in ImpShowCursor()