Home
last modified time | relevance | path

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

/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx713 long nHeightPix = 0; in GetGraphic() local
717 nHeightPix = rSettings.mnHeight; in GetGraphic()
729 nHeightPix = MAX_EXT_PIX; in GetGraphic()
731 nHeightPix = aSizePix.Height(); in GetGraphic()
734 double fHeightDif = aSizePix.Height() / nHeightPix; in GetGraphic()
737 nHeightPix = static_cast<long>(aSizePix.Height() / fWidthDif); in GetGraphic()
744 nHeightPix = aSizePix.Height(); in GetGraphic()
759 VirtualDevice* pVDev = CreatePageVDev( pPage, nWidthPix, nHeightPix ); in GetGraphic()

Completed in 34 milliseconds