Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx364 nPrtToScreenFactor = 1.0; // passt sonst nicht zur inaktiven Darstellung in CalcOutputFactor()
371 nPrtToScreenFactor = 1.0; in CalcOutputFactor()
402 nPrtToScreenFactor = nPrinterWidth / (double) nWindowWidth; in CalcOutputFactor()
406 nPrtToScreenFactor = 1.0; in CalcOutputFactor()
412 return nPrtToScreenFactor; in GetOutputFactor()
H A Ddocsh.cxx2544 nPrtToScreenFactor( 1.0 ), \
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx91 double nPrtToScreenFactor; member in ScDocShell