Searched refs:nBlkTwipsY (Results 1 – 1 of 1) sorted by relevance
1451 long nBlkTwipsY = 0; in AdjustPrintZoom() local1453 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 32 milliseconds