Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/filter/
H A Dexportdialog.cxx651 double fPixelsPer100thmm = static_cast< double >( maResolution.Width ) / 100000.0; in ExportDialog() local
652 …maSize = awt::Size( static_cast< sal_Int32 >( ( fPixelsPer100thmm * maOriginalSize.Width ) + 0.5 ), in ExportDialog()
653 static_cast< sal_Int32 >( ( fPixelsPer100thmm * maOriginalSize.Height ) + 0.5 ) ); in ExportDialog()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/filter/
H A Dexportdialog.cxx657 double fPixelsPer100thmm = static_cast< double >( maResolution.Width ) / 100000.0; in ExportDialog() local
658 …maSize = awt::Size( static_cast< sal_Int32 >( ( fPixelsPer100thmm * maOriginalSize.Width ) + 0.5 ), in ExportDialog()
659 static_cast< sal_Int32 >( ( fPixelsPer100thmm * maOriginalSize.Height ) + 0.5 ) ); in ExportDialog()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dshape.cxx1584 double fPixelsPer100thmm = static_cast < double > ( aResolution.Width() ) / 100000.0; in renderDiagramToGraphic() local
1585 … awt::Size aSize( static_cast < sal_Int32 > ( ( fPixelsPer100thmm * aActualSize.Width ) + 0.5 ), in renderDiagramToGraphic()
1586 … static_cast < sal_Int32 > ( ( fPixelsPer100thmm * aActualSize.Height ) + 0.5 ) ); in renderDiagramToGraphic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dshape.cxx1829 double fPixelsPer100thmm = static_cast < double > ( aResolution.Width() ) / 100000.0; in renderDiagramToGraphic() local
1830 … awt::Size aSize( static_cast < sal_Int32 > ( ( fPixelsPer100thmm * aActualSize.Width ) + 0.5 ), in renderDiagramToGraphic()
1831 … static_cast < sal_Int32 > ( ( fPixelsPer100thmm * aActualSize.Height ) + 0.5 ) ); in renderDiagramToGraphic()