Lines Matching refs:aPixRect
997 Rectangle aPixRect = ScEditUtil( pDoc, nNewX,nNewY,nTabNo, GetScrPos(nNewX,nNewY,eWhich), in SetEditEngine() local
1004 aPixRect.Right() += 1; in SetEditEngine()
1006 Rectangle aOutputArea = pWin->PixelToLogic( aPixRect, GetLogicMode() ); in SetEditEngine()
1039 nSizeXPix = aPixRect.GetWidth(); // Papersize -> kein H-Scrolling in SetEditEngine()
1048 long nLeft = aPixRect.Left(); in SetEditEngine()
1049 long nRight = pView->GetGridWidth(eHWhich) - aPixRect.Right(); in SetEditEngine()
1050 nSizeXPix = aPixRect.GetWidth() + 2 * Min( nLeft, nRight ); in SetEditEngine()
1053 nSizeXPix = aPixRect.Right(); // space that's available in the window when growing to the left in SetEditEngine()
1055 nSizeXPix = pView->GetGridWidth(eHWhich) - aPixRect.Left(); in SetEditEngine()
1058 … nSizeXPix = aPixRect.GetWidth(); // editing outside to the right of the window -> keep cell width in SetEditEngine()
1061 long nSizeYPix = pView->GetGridHeight(WhichV(eWhich)) - aPixRect.Top(); in SetEditEngine()
1063 nSizeYPix = aPixRect.GetHeight(); // editing outside below the window -> keep cell height in SetEditEngine()