Home
last modified time | relevance | path

Searched refs:eUserMetric (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/source/ui/inc/
H A Dusrpref.hxx137 FieldUnit eUserMetric; member in SwMasterUsrPref
229 FieldUnit GetMetric() const { return eUserMetric;} in GetMetric()
232 eUserMetric = eSet; in SetMetric()
238 … FieldUnit GetHScrollMetric() const { return bIsHScrollMetricSet ? eHScrollMetric : eUserMetric;} in GetHScrollMetric()
247 … FieldUnit GetVScrollMetric() const { return bIsVScrollMetricSet ? eVScrollMetric : eUserMetric;} in GetVScrollMetric()
/aoo4110/main/sw/source/ui/config/
H A Dusrpref.cxx69 eUserMetric = MEASURE_METRIC == eSystem ? FUNIT_CM : FUNIT_INCH; in SwMasterUsrPref()
70 eHScrollMetric = eUserMetric; in SwMasterUsrPref()
71 eVScrollMetric = eUserMetric; in SwMasterUsrPref()
/aoo4110/main/reportdesign/source/ui/report/
H A DReportController.cxx2410 FieldUnit eUserMetric = MEASURE_METRIC == eSystem ? FUNIT_CM : FUNIT_INCH; in openPageDialog() local
2421 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()

Completed in 60 milliseconds