Lines Matching refs:aScrSize

327 	aScrSize = Size( (long) ( STD_COL_WIDTH 		  * PIXEL_PER_TWIPS * OLE_STD_CELLS_X ),  in ScViewData()
395 aScrSize = rViewData.aScrSize; in ScViewData()
1344 aArea.Right() = pWin->PixelToLogic( aScrSize ).Width(); in EditGrowX()
1554 ((ScViewData*)this)->aScrSize.Width() = pView->GetGridWidth(eWhichX); in GetScrPos()
1555 ((ScViewData*)this)->aScrSize.Height() = pView->GetGridHeight(eWhichY); in GetScrPos()
1565 for (nX=nPosX; nX<nWhereX && (bAllowNeg || nScrPosX<=aScrSize.Width()); nX++) in GetScrPos()
1596 for (nY=nPosY; nY<nWhereY && (bAllowNeg || nScrPosY<=aScrSize.Height()); nY++) in GetScrPos()
1634 nScrPosX = aScrSize.Width() - 1 - nScrPosX; in GetScrPos()
1651 ((ScViewData*)this)->aScrSize.Width() = pView->GetGridWidth(eWhichX); in CellsAtX()
1655 if (nScrSizeX == SC_SIZE_NONE) nScrSizeX = (sal_uInt16) aScrSize.Width(); in CellsAtX()
1693 ((ScViewData*)this)->aScrSize.Height() = pView->GetGridHeight(eWhichY); in CellsAtY()
1695 if (nScrSizeY == SC_SIZE_NONE) nScrSizeY = (sal_uInt16) aScrSize.Height(); in CellsAtY()
1806 aScrSize.Width() = pView->GetGridWidth(eHWhich); in GetPosFromPixel()
1807 nClickX = aScrSize.Width() - 1 - nClickX; in GetPosFromPixel()
1852 aScrSize.Width() = pView->GetGridWidth(eHWhich); in GetPosFromPixel()
1853 if ( nClickX > aScrSize.Width() ) in GetPosFromPixel()
1859 aScrSize.Height() = pView->GetGridHeight(eVWhich); in GetPosFromPixel()
1860 if ( nClickY > aScrSize.Height() ) in GetPosFromPixel()
2055 aScrSize = Size( nScrPosX, nScrPosY ); in SetScreen()
2113 aScrSize = rVisArea.GetSize(); in SetScreen()
2114 aScrSize.Width() = (long) in SetScreen()
2115 ( aScrSize.Width() * ScGlobal::nScreenPPTX / HMM_PER_TWIPS ); in SetScreen()
2116 aScrSize.Height() = (long) in SetScreen()
2117 ( aScrSize.Height() * ScGlobal::nScreenPPTY / HMM_PER_TWIPS ); in SetScreen()
2169 aWidth *= Fraction( aScrSize.Width(),1 ); in UpdateScreenZoom()
2173 aHeight *= Fraction( aScrSize.Height(),1 ); in UpdateScreenZoom()
2176 aScrSize.Width() = (long) aWidth; in UpdateScreenZoom()
2177 aScrSize.Height() = (long) aHeight; in UpdateScreenZoom()