Lines Matching refs:aOutSz
2439 Size aOutSz = GetOutputSizePixel(); in ImplCheckScrollBars() local
2441 sal_uInt16 nMaxVisEntries = (sal_uInt16) (aOutSz.Height() / GetEntryHeight()); in ImplCheckScrollBars()
2468 long nWidth = (sal_uInt16) aOutSz.Width(); in ImplCheckScrollBars()
2481 …nMaxVisEntries = (sal_uInt16) ( ( aOutSz.Height() - mpHScrollBar->GetSizePixel().Height() ) / GetE… in ImplCheckScrollBars()
2520 Size aOutSz = maLBWindow.GetOutputSizePixel(); in ImplInitScrollBars() local
2525 sal_uInt16 nVisEntries = (sal_uInt16) (aOutSz.Height() / GetEntryHeight()); in ImplInitScrollBars()
2534 mpHScrollBar->SetVisibleSize( (sal_uInt16)aOutSz.Width() ); in ImplInitScrollBars()
2536 mpHScrollBar->SetPageSize( aOutSz.Width() - HORZ_SCROLL ); in ImplInitScrollBars()
2547 Size aOutSz = GetOutputSizePixel(); in ImplResizeControls() local
2551 Size aInnerSz( aOutSz ); in ImplResizeControls()
2579 Point aVPos( bMirroring ? 0 : aOutSz.Width() - nSBWidth, 0 ); in ImplResizeControls()
2593 Point aHPos( ( bMirroring && mbVScroll ) ? nSBWidth : 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls()
2977 Size aOutSz = GetOutputSizePixel(); in DrawEntry() local
2984 Point aPtImg( nBorder, ( ( aOutSz.Height() - aImgSz.Height() ) / 2 ) ); in DrawEntry()
3036 … Rectangle aTextRect( Point( nBorder, 0 ), Size( aOutSz.Width()-2*nBorder, aOutSz.Height() ) ); in DrawEntry()