Lines Matching refs:nSizeXPix
1037 long nSizeXPix; in SetEditEngine() local
1039 nSizeXPix = aPixRect.GetWidth(); // Papersize -> kein H-Scrolling 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()
1057 if ( nSizeXPix <= 0 ) in SetEditEngine()
1058 … nSizeXPix = aPixRect.GetWidth(); // editing outside to the right of the window -> keep cell width in SetEditEngine()
1065 …Size aPaperSize = pView->GetActiveWin()->PixelToLogic( Size( nSizeXPix, nSizeYPix ), GetLogicMode(… in SetEditEngine()
1574 long nSizeXPix = ToPixel( nTSize, nPPTX ); in GetScrPos() local
1575 nScrPosX += nSizeXPix; in GetScrPos()
1586 long nSizeXPix = ToPixel( nTSize, nPPTX ); in GetScrPos() local
1587 nScrPosX -= nSizeXPix; in GetScrPos()
1673 long nSizeXPix = ToPixel( nTSize, nPPTX ); in CellsAtX() local
1674 nScrPosX = sal::static_int_cast<sal_uInt16>( nScrPosX + (sal_uInt16) nSizeXPix ); in CellsAtX()