Searched refs:eSystem (Results 1 – 6 of 6) sorted by relevance
81 const MeasurementSystem eSystem = SvtSysLocale().GetLocaleData().getMeasurementSystemEnum(); in DBG_NAME() local82 m_aVRuler.SetUnit(MEASURE_METRIC == eSystem ? FUNIT_CM : FUNIT_INCH); in DBG_NAME()
85 const MeasurementSystem eSystem = SvtSysLocale().GetLocaleData().getMeasurementSystemEnum(); in DBG_NAME() local86 m_aHRuler.SetUnit(MEASURE_METRIC == eSystem ? FUNIT_CM : FUNIT_INCH); in DBG_NAME()
2409 MeasurementSystem eSystem = SvtSysLocale().GetLocaleData().getMeasurementSystemEnum(); in openPageDialog() local2410 FieldUnit eUserMetric = MEASURE_METRIC == eSystem ? FUNIT_CM : FUNIT_INCH; in openPageDialog()
430 MeasurementSystem eSystem = SvtSysLocale().GetLocaleData().getMeasurementSystemEnum(); in impl_getDocumentMeasurementUnit_throw() local431 eUnit = MEASURE_METRIC == eSystem ? FUNIT_CM : FUNIT_INCH; in impl_getDocumentMeasurementUnit_throw()
68 MeasurementSystem eSystem = SvtSysLocale().GetLocaleData().getMeasurementSystemEnum(); in SwMasterUsrPref() local69 eUserMetric = MEASURE_METRIC == eSystem ? FUNIT_CM : FUNIT_INCH; in SwMasterUsrPref()
860 const MeasurementSystem eSystem = SvtSysLocale().GetLocaleData().getMeasurementSystemEnum(); in describePropertyLine() local861 …nDisplayUnit = VCLUnoHelper::ConvertToMeasurementUnit( MEASURE_METRIC == eSystem ? FUNIT_CM : FUNI… in describePropertyLine()
Completed in 58 milliseconds