Searched refs:eUserMetric (Results 1 – 3 of 3) sorted by relevance
134 FieldUnit eUserMetric; member in SwMasterUsrPref226 FieldUnit GetMetric() const { return eUserMetric;} in GetMetric()229 eUserMetric = eSet; in SetMetric()235 … FieldUnit GetHScrollMetric() const { return bIsHScrollMetricSet ? eHScrollMetric : eUserMetric;} in GetHScrollMetric()244 … FieldUnit GetVScrollMetric() const { return bIsVScrollMetricSet ? eVScrollMetric : eUserMetric;} in GetVScrollMetric()
69 eUserMetric = MEASURE_METRIC == eSystem ? FUNIT_CM : FUNIT_INCH; in SwMasterUsrPref()70 eHScrollMetric = eUserMetric; in SwMasterUsrPref()71 eVScrollMetric = eUserMetric; in SwMasterUsrPref()
2410 FieldUnit eUserMetric = MEASURE_METRIC == eSystem ? FUNIT_CM : FUNIT_INCH; in openPageDialog() local2421 new SfxUInt16Item(RPTUI_ID_METRIC,static_cast<sal_uInt16>(eUserMetric)) in openPageDialog()2447 pDescriptor->Put(SfxUInt16Item(SID_ATTR_METRIC,static_cast<sal_uInt16>(eUserMetric))); in openPageDialog()