Lines Matching refs:aOutSz

2663     Size aOutSz = pWin->GetOutputSizePixel();  in ImplPaint()  local
2683 nTextOffsetY += (aOutSz.Height()-pData->aSz.Height()) / 2; in ImplPaint()
2711 aSz.Width() = aOutSz.Width() - 2*nOuterSpace; in ImplPaint()
2725 … pWin->DrawLine( aTmpPos, Point( aOutSz.Width() - 3 - 2*nOuterSpace, aTmpPos.Y() ) ); in ImplPaint()
2728 … pWin->DrawLine( aTmpPos, Point( aOutSz.Width() - 3 - 2*nOuterSpace, aTmpPos.Y() ) ); in ImplPaint()
2852 long nMaxItemTextWidth = aOutSz.Width() - aTmpPos.X() - nExtra - nOuterSpace; in ImplPaint()
2872 aTmpPos.X() = aOutSz.Width() - pWin->GetTextWidth( aAccText ); in ImplPaint()
2884 aTmpPos.X() = aOutSz.Width() - nFontHeight + nExtra - nOuterSpace; in ImplPaint()
2892 aTmpPos2.X() = aOutSz.Width() - nFontHeight - nFontHeight/4; in ImplPaint()
2914 …mpLayoutData->m_aVisibleItemBoundRects[ n ] = Rectangle( aTopLeft, Size( aOutSz.Width(), pData->aS… in ImplPaint()
2934 Rectangle aRect( Point( 0, 0 ), Point( aLogoSz.Width()-1, aOutSz.Height() ) ); in ImplPaint()
2948 Point aLogoPos( 0, aOutSz.Height() - aLogoSz.Height() ); in ImplPaint()
4100 Size aOutSz = GetOutputSizePixel(); in ImplCalcClipRegion() local
4102 Rectangle aRect( aPos, aOutSz ); in ImplCalcClipRegion()
4111 …ion( Rectangle( Point(), Size( pMenu->pLogo->aBitmap.GetSizePixel().Width(), aOutSz.Height() ) ) ); in ImplCalcClipRegion()
4135 Size aOutSz = GetOutputSizePixel(); in ImplHighlightItem() local
4136 if ( ( nMouseY >= nY ) && ( nMouseY < ( aOutSz.Height() - nY ) ) ) in ImplHighlightItem()
4631 Size aOutSz = GetOutputSizePixel(); in ImplScroll() local
4642 else if ( bScrollDown && ( nMouseY > ( aOutSz.Height() - nY ) ) ) in ImplScroll()
4645 nDelta = nMouseY - ( aOutSz.Height() - nY ); in ImplScroll()
4932 Size aOutSz = GetOutputSizePixel(); in ImplCursorUpDown() local
4934 ((PopupMenu*)pMenu)->ImplCalcVisEntries( aOutSz.Height(), nFirstEntry, &nLastVisible ); in ImplCursorUpDown()
4938 ((PopupMenu*)pMenu)->ImplCalcVisEntries( aOutSz.Height(), nFirstEntry, &nLastVisible ); in ImplCursorUpDown()
5148 Size aOutSz = GetOutputSizePixel(); in ImplDrawScroller() local
5149 long nY = bUp ? 0 : ( aOutSz.Height() - nScrollerHeight ); in ImplDrawScroller()
5151 Rectangle aRect( Point( nX, nY ), Size( aOutSz.Width()-nX, nScrollerHeight ) ); in ImplDrawScroller()
5937 Size aOutSz = GetOutputSizePixel(); in Resize() local
5938 long n = aOutSz.Height()-4; in Resize()
5939 long nX = aOutSz.Width()-3; in Resize()
5948 long nTbxY = (aOutSz.Height() - aTbxSize.Height())/2; in Resize()