Lines Matching refs:nZoom

213 		nZoom = 100;  in Construct()
288 nZoom = rState.nZoom; in ScPrintFunc()
307 rState.nZoom = nZoom; in GetPrintState()
777 rParam.nLeft - rParam.nRight ) * 100 / nZoom; in UpdateHFHeight()
782 lcl_LineTotal(rParam.pBorder->GetRight()) ) * 100 / nZoom; in UpdateHFHeight()
786 rParam.pShadow->CalcShadowSpace(SHADOW_RIGHT) ) * 100L / nZoom; in UpdateHFHeight()
1634 Fraction aPrintFrac( nZoom, 100 ); // ohne nManualZoom in PrintArea()
1985 Size((long)(aPageSize.Width() * nScaleX * 100 / nZoom), in PrintNotes()
1986 (long)(aPageSize.Height() * nScaleY * 100 / nZoom)))); in PrintNotes()
1995 aPageRect.Left() = ( aTempRect.Left() + nRightMargin ) * 100 / nZoom; in PrintNotes()
1996 aPageRect.Right() = ( aTempRect.Right() - nLeftMargin ) * 100 / nZoom; in PrintNotes()
2000 aPageRect.Left() = ( aTempRect.Left() + nLeftMargin ) * 100 / nZoom; in PrintNotes()
2001 aPageRect.Right() = ( aTempRect.Right() - nRightMargin ) * 100 / nZoom; in PrintNotes()
2057 Size((long)(aPageSize.Width() * nScaleX * 100 / nZoom), in PrintPage()
2058 (long)(aPageSize.Height() * nScaleY * 100 / nZoom)))); in PrintPage()
2067 aPageRect.Left() = ( aTempRect.Left() + nRightMargin ) * 100 / nZoom; in PrintPage()
2068 aPageRect.Right() = ( aTempRect.Right() - nLeftMargin ) * 100 / nZoom; in PrintPage()
2072 aPageRect.Left() = ( aTempRect.Left() + nLeftMargin ) * 100 / nZoom; in PrintPage()
2073 aPageRect.Right() = ( aTempRect.Right() - nRightMargin ) * 100 / nZoom; in PrintPage()
2438 nZoom = 100; in UpdatePages()
2440 nZoom = ZOOM_MIN; // stimmt fuer Umbrueche in UpdatePages()
2443 nZoom = aTableParam.nScaleAll; in UpdatePages()
2444 if ( nZoom <= ZOOM_MIN ) in UpdatePages()
2445 nZoom = ZOOM_MIN; in UpdatePages()
2610 aOffset = Point( aSrcOffset.X()*100/nZoom, aSrcOffset.Y()*100/nZoom ); in InitModes()
2612 long nEffZoom = nZoom * (long) nManualZoom; in InitModes()
2829 nZoom = 100; in CalcZoom()
2838 nZoom = 100; in CalcZoom()
2844 if (nZoom <= ZOOM_MIN) in CalcZoom()
2852 if (nZoom == 100) in CalcZoom()
2856 nLastFitZoom = nZoom; in CalcZoom()
2857 nZoom = (nLastNonFitZoom + nZoom) / 2; in CalcZoom()
2859 if (nLastFitZoom == nZoom) in CalcZoom()
2865 if (nZoom - nLastFitZoom <= 1) in CalcZoom()
2867 nZoom = nLastFitZoom; in CalcZoom()
2872 nLastNonFitZoom = nZoom; in CalcZoom()
2873 nZoom = (nLastFitZoom + nZoom) / 2; in CalcZoom()
2879 nZoom = 100; in CalcZoom()
2886 if (nZoom <= ZOOM_MIN) in CalcZoom()
2894 if (nZoom == 100) in CalcZoom()
2898 nLastFitZoom = nZoom; in CalcZoom()
2899 nZoom = (nLastNonFitZoom + nZoom) / 2; in CalcZoom()
2901 if (nLastFitZoom == nZoom) in CalcZoom()
2907 if (nZoom - nLastFitZoom <= 1) in CalcZoom()
2909 nZoom = nLastFitZoom; in CalcZoom()
2914 nLastNonFitZoom = nZoom; in CalcZoom()
2915 nZoom = (nLastFitZoom + nZoom) / 2; in CalcZoom()
2921 nZoom = aTableParam.nScaleAll; in CalcZoom()
2922 if ( nZoom <= ZOOM_MIN ) in CalcZoom()
2923 nZoom = ZOOM_MIN; in CalcZoom()
2929 nZoom = 100; in CalcZoom()
2947 aPageRect.Left() = ( aPageRect.Left() + nLeftMargin ) * 100 / nZoom; in GetDocPageSize()
2948 aPageRect.Right() = ( aPageRect.Right() - nRightMargin ) * 100 / nZoom; in GetDocPageSize()
2949 aPageRect.Top() = ( aPageRect.Top() + nTopMargin ) * 100 / nZoom + aHdr.nHeight; in GetDocPageSize()
2950 aPageRect.Bottom() = ( aPageRect.Bottom() - nBottomMargin ) * 100 / nZoom - aFtr.nHeight; in GetDocPageSize()