Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/filter/
H A Dexportdialog.cxx234 if ( maResolution.Width && maResolution.Height ) in GetFilterData()
236 const double f100thmmPerPixelX = 100000.0 / maResolution.Width; in GetFilterData()
237 const double f100thmmPerPixelY = 100000.0 / maResolution.Height; in GetFilterData()
675 maResolution.Width = aResolution.Width(); in ExportDialog()
676 maResolution.Height= aResolution.Height(); in ExportDialog()
680 double fPixelsPer100thmm = static_cast< double >( maResolution.Width ) / 100000.0; in ExportDialog()
1344 … case MAP_INCH : fRatio = static_cast< double >( maResolution.Width ) * 0.0254; break; in updateControls()
1345 case MAP_MM : fRatio = static_cast< double >( maResolution.Width ) * 0.001; break; in updateControls()
1346 … case MAP_POINT :fRatio = ( static_cast< double >( maResolution.Width ) * 0.0254 ) / 72.0; break; in updateControls()
1348 case MAP_CM : fRatio = static_cast< double >( maResolution.Width ) * 0.01; break; in updateControls()
[all …]
H A Dexportdialog.hxx159 maResolution; // it always contains the number of pixels per meter member in ExportDialog