Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/ui/inc/
H A Dusrpref.hxx140 FieldUnit eVScrollMetric; member in SwMasterUsrPref
247 … FieldUnit GetVScrollMetric() const { return bIsVScrollMetricSet ? eVScrollMetric : eUserMetric;} in GetVScrollMetric()
250 eVScrollMetric = eSet; bIsVScrollMetricSet = sal_True; in SetVScrollMetric()
/aoo42x/main/sw/source/ui/config/
H A Dusrpref.cxx71 eVScrollMetric = eUserMetric; in SwMasterUsrPref()
323 … rVal <<= (sal_Int32)rParent.eVScrollMetric; // "Window/VerticalRulerUnit" in Commit()
379 … rParent.eVScrollMetric = ((FieldUnit)nInt32Val); // "Window/VerticalRulerUnit" in Load()
/aoo42x/main/sw/source/ui/app/
H A Dswmodul1.cxx262 FieldUnit eVScrollMetric = pPref->IsVScrollMetric() ? pPref->GetVScrollMetric() : eMetric; in ApplyUserMetric() local
270 pTmpView->ChangeVLinealMetric(eVScrollMetric); in ApplyUserMetric()

Completed in 18 milliseconds