Lines Matching refs:aCellSize

2701 								Size aCellSize;			// output area, excluding margins, in logical units  in DrawEdit()  local
2703 aCellSize = pRefDevice->PixelToLogic( Size( nOutWidth, nOutHeight ) ); in DrawEdit()
2705 aCellSize = Size( nOutWidth, nOutHeight ); in DrawEdit()
2707 if ( nEngineHeight >= aCellSize.Height() + aRefOne.Height() ) in DrawEdit()
2730 if ( nEngineHeight - aCellSize.Height() > 100 && in DrawEdit()
2797 long nAvailWidth = aCellSize.Width(); in DrawEdit()
2858 pRefDevice->LogicToPixel(aCellSize).Height() - in DrawEdit()
2862 aLogicStart.Y() += nTopM + aCellSize.Height() - nEngineHeight; in DrawEdit()
2868 pRefDevice->LogicToPixel(aCellSize).Height() - in DrawEdit()
2872 aLogicStart.Y() += nTopM + (aCellSize.Height() - nEngineHeight) / 2; in DrawEdit()
3373 Size aCellSize; in DrawRotated() local
3375 aCellSize = pRefDevice->PixelToLogic( Size( nOutWidth, nOutHeight ) ); in DrawRotated()
3377 aCellSize = Size( nOutWidth, nOutHeight ); // Scale ist 1 in DrawRotated()
3383 nGridWidth = aCellSize.Width() + in DrawRotated()
3384 Abs((long) ( aCellSize.Height() * nCos / nSin )); in DrawRotated()
3501 long nAvailWidth = aCellSize.Width(); in DrawRotated()
3567 pRefDevice->LogicToPixel(aCellSize).Height() - in DrawRotated()
3571 aLogicStart.Y() += aCellSize.Height() - nEngineHeight; in DrawRotated()
3578 pRefDevice->LogicToPixel(aCellSize).Height() - in DrawRotated()
3582 aLogicStart.Y() += (aCellSize.Height() - nEngineHeight) / 2; in DrawRotated()
3625 nUp = ( aCellSize.Height() - nEngineHeight ) / 2; in DrawRotated()
3629 nUp = aCellSize.Height() - nEngineHeight; in DrawRotated()
3634 nUp = aCellSize.Height() - nEngineHeight; in DrawRotated()