Lines Matching refs:nScaleX

491 	double nScaleX = (double) nDevSizeX / nTwipsSizeX;  in DrawToDev()  local
507 nScaleX, nScaleY, sal_False, bFormula ); in DrawToDev()
521 long nAddX = (long)( aLines.Left() * nScaleX ); in DrawToDev()
527 nScrX, nScrY, nX1, nY1, nX2, nY2, nScaleX, nScaleY ); in DrawToDev()
1269 nLeft += (long) ( pShadow->CalcShadowSpace(SHADOW_LEFT) * nScaleX ); in DrawBorder()
1270 nRight += (long) ( pShadow->CalcShadowSpace(SHADOW_RIGHT) * nScaleX ); in DrawBorder()
1280 nLeft += (long) ( lcl_LineTotal(pBorderData->GetLeft()) * nScaleX / 2 ); in DrawBorder()
1281 nRight += (long) ( lcl_LineTotal(pBorderData->GetRight()) * nScaleX / 2 ); in DrawBorder()
1322 long nShadowX = (long) ( pShadow->GetWidth() * nScaleX ); in DrawBorder()
1374 nScaleX, nScaleY, sal_False, sal_False ); in DrawBorder()
1382 nScrX+nLeft, nScrY+nTop, 0,0, 0,0, nScaleX, nScaleY ); in DrawBorder()
1411 nPosX += (long)( pDoc->GetColWidth( nCol, nPrintTab ) * nScaleX ); in PrintColHdr()
1423 long nWidth = (long) (nDocW * nScaleX); in PrintColHdr()
1451 long nWidth = (long) (PRINT_HEADER_WIDTH * nScaleX); in PrintRowHdr()
1499 nPosX += (long) (nDocW * nScaleX); in LocateColHdr()
1514 long nWidth = (long) (PRINT_HEADER_WIDTH * nScaleX); in LocateRowHdr()
1558 nPosX += (long) (nDocW * nScaleX); in LocateArea()
1594 nScaleX, nScaleY, sal_True, aTableParam.bFormulas ); in PrintArea()
1601 nScrX, nScrY, nX1, nY1, nX2, nY2, nScaleX, nScaleY ); in PrintArea()
1827 double nOldScaleX = nScaleX; in PrintHF()
1829 nScaleX = nScaleY = 1.0; // direkt in Twips ausgeben in PrintHF()
1832 nScaleX = nOldScaleX; in PrintHF()
1985 Size((long)(aPageSize.Width() * nScaleX * 100 / nZoom), in PrintNotes()
2057 Size((long)(aPageSize.Width() * nScaleX * 100 / nZoom), in PrintPage()
2173 nHeaderWidth = (long) (PRINT_HEADER_WIDTH * nScaleX); in PrintPage()
2178 nRepeatWidth += (long) (pDoc->GetColWidth(i,nPrintTab) * nScaleX); in PrintPage()
2183 nContentWidth += (long) (pDoc->GetColWidth(i,nPrintTab) * nScaleX); in PrintPage()
2189 long nStartX = ((long) ( nLeftSpace * nScaleX )); in PrintPage()
2199 pBorderItem->GetDistance(BOX_LINE_LEFT) ) * nScaleX ); in PrintPage()
2205 nInnerStartX += (long) ( pShadowItem->CalcShadowSpace(SHADOW_LEFT) * nScaleX ); in PrintPage()
2253 pBorderItem->GetDistance(BOX_LINE_RIGHT) ) * nScaleX ); in PrintPage()
2259 nBorderEndX += (long) ( pShadowItem->CalcShadowSpace(SHADOW_RIGHT) * nScaleX ); in PrintPage()
2615 nScaleX = nScaleY = HMM_PER_TWIPS; // Ausgabe in 1/100 mm in InitModes()
2631 …Point aTwipsOfs( (long) ( -aOffset.X() / nScaleX + 0.5 ), (long) ( -aOffset.Y() / nScaleY + 0.5 ) … in InitModes()