Searched refs:fPixelsPer100thmm (Results 1 – 1 of 1) sorted by relevance
680 double fPixelsPer100thmm = static_cast< double >( maResolution.Width ) / 100000.0; in ExportDialog() local681 …maSize = awt::Size( static_cast< sal_Int32 >( ( fPixelsPer100thmm * maOriginalSize.Width ) + 0.5 ), in ExportDialog()682 static_cast< sal_Int32 >( ( fPixelsPer100thmm * maOriginalSize.Height ) + 0.5 ) ); in ExportDialog()
Completed in 24 milliseconds