Home
last modified time | relevance | path

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

/aoo4110/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()
1348 case MAP_CM : fRatio = static_cast< double >( maResolution.Width ) * 0.01; break; in updateControls()
1357 case 0 : nResolution = maResolution.Width / 100; break; // pixels / cm in updateControls()
1358 case 2 : nResolution = maResolution.Width; break; // pixels / meter in updateControls()
1499 maResolution.Width = nResolution; in IMPL_LINK()
[all …]
H A Dexportdialog.hxx159 maResolution; // it always contains the number of pixels per meter member in ExportDialog

Completed in 28 milliseconds