Home
last modified time | relevance | path

Searched refs:nBlkTwipsY (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1451 long nBlkTwipsY = 0; in AdjustPrintZoom() local
1453 nBlkTwipsY += (long) PRINT_HEADER_HEIGHT; in AdjustPrintZoom()
1458 nBlkTwipsY += aDocument.GetRowHeight( pRepeatRow->aStart.Row(), in AdjustPrintZoom()
1463 nBlkTwipsY += aDocument.GetRowHeight( nStartRow, nEndRow, nTab ); in AdjustPrintZoom()
1469 nBlkTwipsY += nHdr + nFtr; in AdjustPrintZoom()
1473 if ( nBlkTwipsY == 0 ) in AdjustPrintZoom()
1474 nBlkTwipsY = 1; in AdjustPrintZoom()
1477 aPhysPage.Height() * 100 / nBlkTwipsY ); in AdjustPrintZoom()

Completed in 21 milliseconds