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.cxx712 long nHeightPix = 0; in GetGraphic() local
716 nHeightPix = rSettings.mnHeight; in GetGraphic()
728 nHeightPix = MAX_EXT_PIX; in GetGraphic()
730 nHeightPix = aSizePix.Height(); in GetGraphic()
733 double fHeightDif = aSizePix.Height() / nHeightPix; in GetGraphic()
736 nHeightPix = static_cast<long>(aSizePix.Height() / fWidthDif); in GetGraphic()
743 nHeightPix = aSizePix.Height(); in GetGraphic()
758 VirtualDevice* pVDev = CreatePageVDev( pPage, nWidthPix, nHeightPix ); in GetGraphic()