Lines Matching refs:aLogicStart

2790 								Point aLogicStart;  in DrawEdit()  local
2792 aLogicStart = pRefDevice->PixelToLogic( Point(nStartX,nStartY) ); in DrawEdit()
2794 aLogicStart = Point(nStartX, nStartY); in DrawEdit()
2825 aLogicStart.X() += nAvailWidth - nEngineWidth; in DrawEdit()
2827 aLogicStart.X() += (nAvailWidth - nEngineWidth) / 2; in DrawEdit()
2834 aLogicStart.X() += nEngineWidth; in DrawEdit()
2842 aLogicStart.Y() += pRefDevice->PixelToLogic(Size(0,nTopM)).Height(); in DrawEdit()
2844 aLogicStart.Y() += nTopM; in DrawEdit()
2857 aLogicStart.Y() += pRefDevice->PixelToLogic( Size(0, nTopM + in DrawEdit()
2862 aLogicStart.Y() += nTopM + aCellSize.Height() - nEngineHeight; in DrawEdit()
2867 aLogicStart.Y() += pRefDevice->PixelToLogic( Size(0, nTopM + ( in DrawEdit()
2872 aLogicStart.Y() += nTopM + (aCellSize.Height() - nEngineHeight) / 2; in DrawEdit()
2877 aLogicStart.Y() += pRefDevice->PixelToLogic(Size(0,nTopM)).Height(); in DrawEdit()
2879 aLogicStart.Y() += nTopM; in DrawEdit()
2883 … Point aURLStart = aLogicStart; // copy before modifying for orientation in DrawEdit()
2890 aLogicStart.X() += nEngineWidth; in DrawEdit()
2895 aLogicStart.Y() += bBreak ? pEngine->GetPaperSize().Width() : in DrawEdit()
2927 aDocStart -= aLogicStart; in DrawEdit()
2936 aLogicStart.X() -= pEngine->GetPaperSize().Width(); in DrawEdit()
2938 pEngine->Draw( pDev, aLogicStart, nOriVal ); in DrawEdit()
3494 Point aLogicStart; in DrawRotated() local
3496 aLogicStart = pRefDevice->PixelToLogic( Point(nStartX,nStartY) ); in DrawRotated()
3498 aLogicStart = Point(nStartX, nStartY); in DrawRotated()
3543 aLogicStart.X() += nAvailWidth - nEngineWidth; in DrawRotated()
3546 aLogicStart.X() += (nAvailWidth - nEngineWidth) / 2; in DrawRotated()
3553 aLogicStart.X() -= pRefDevice->PixelToLogic( in DrawRotated()
3556 aLogicStart.X() -= nCellWidth; in DrawRotated()
3566 aLogicStart.Y() += pRefDevice->PixelToLogic( Size(0, in DrawRotated()
3571 aLogicStart.Y() += aCellSize.Height() - nEngineHeight; in DrawRotated()
3577 aLogicStart.Y() += pRefDevice->PixelToLogic( Size(0,( in DrawRotated()
3582 aLogicStart.Y() += (aCellSize.Height() - nEngineHeight) / 2; in DrawRotated()
3640 aLogicStart.X() += (long) nAddX; in DrawRotated()
3641 aLogicStart.Y() += (long) nAddY; in DrawRotated()
3659 pEngine->Draw( pDev, aLogicStart, (short)nOriVal ); in DrawRotated()