Lines Matching refs:aWinSize

357 	Size		aWinSize = GetOutputSizePixel();  in Format()  local
396 mnTextOffset = aWinSize.Height()-nTxtHeight-NAME_OFFSET; in Format()
397 aWinSize.Height() -= nTxtHeight+NAME_OFFSET; in Format()
402 aWinSize.Height() -= NAME_LINE_HEIGHT+NAME_LINE_OFF_Y; in Format()
438 mnCols = (sal_uInt16)((aWinSize.Width()-nScrBarWidth+nSpace) / (mnUserItemWidth+nSpace)); in Format()
456 long nCalcHeight = aWinSize.Height()-nNoneHeight; in Format()
485 if ( nItemWidth > aWinSize.Width()-nScrBarWidth-nColSpace ) in Format()
486 nItemWidth = aWinSize.Width()-nScrBarWidth-nColSpace; in Format()
489 nItemWidth = (aWinSize.Width()-nScrBarWidth-nColSpace) / mnCols; in Format()
505 maVirDev.SetOutputSizePixel( aWinSize, sal_True ); in Format()
567 nStartX = (aWinSize.Width()-nScrBarWidth-nAllItemWidth)/2; in Format()
568 nStartY = (aWinSize.Height()-nAllItemHeight)/2; in Format()
591 mpNoneItem->maRect.Right() = mpNoneItem->maRect.Left()+aWinSize.Width()-x-1; in Format()
608 if ( y+(mnVisLines*(nItemHeight+nSpace)) < aWinSize.Height() ) in Format()
659 Point aPos( aWinSize.Width()-nScrBarWidth+SCRBAR_OFFSET, 0 ); in Format()
660 Size aSize( nScrBarWidth-SCRBAR_OFFSET, aWinSize.Height() ); in Format()
694 Size aWinSize = GetOutputSizePixel(); in ImplDrawItemText() local
704 DrawRect( Rectangle( Point( 0, nTxtOffset ), Point( aWinSize.Width(), aWinSize.Height() ) ) ); in ImplDrawItemText()
710 Erase( Rectangle( Point( 0, nTxtOffset ), Point( aWinSize.Width(), aWinSize.Height() ) ) ); in ImplDrawItemText()
712 DrawText( Point( (aWinSize.Width()-nTxtWidth) / 2, nTxtOffset+(NAME_OFFSET/2) ), rText ); in ImplDrawItemText()
1080 Size aWinSize = GetOutputSizePixel(); in ImplDraw() local
1082 Point aPos2( aWinSize.Width()-(NAME_LINE_OFF_X*2), mnTextOffset+NAME_LINE_OFF_Y ); in ImplDraw()
1669 Size aWinSize = GetOutputSizePixel(); in Paint() local
1670 DrawRect( Rectangle( Point( 0, nOffY ), Point( aWinSize.Width(), aWinSize.Height() ) ) ); in Paint()