Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1433 long nBlkTwipsX = 0; in AdjustPrintZoom() local
1435 nBlkTwipsX += (long) PRINT_HEADER_WIDTH; in AdjustPrintZoom()
1441 nBlkTwipsX += aDocument.GetColWidth( i, nTab ); in AdjustPrintZoom()
1448 nBlkTwipsX += aDocument.GetColWidth( i, nTab ); in AdjustPrintZoom()
1471 if ( nBlkTwipsX == 0 ) // #100639# hidden columns/rows may lead to 0 in AdjustPrintZoom()
1472 nBlkTwipsX = 1; in AdjustPrintZoom()
1476 long nNeeded = Min( aPhysPage.Width() * 100 / nBlkTwipsX, in AdjustPrintZoom()

Completed in 15 milliseconds