Home
last modified time | relevance | path

Searched refs:maWidthHeightField (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/sw/source/ui/sidebar/
H A DPageSizeControl.cxx52 , maWidthHeightField( this, SW_RES(FLD_WIDTH_HEIGHT) ) in PageSizeControl()
57 maWidthHeightField.Hide(); in PageSizeControl()
58 SetFieldUnit( maWidthHeightField, eFUnit ); in PageSizeControl()
76 const XubString aText = maWidthHeightField.GetText(); in PageSizeControl()
94 const LocaleDataWrapper& localeDataWrapper = maWidthHeightField.GetLocaleDataWrapper(); in PageSizeControl()
107maWidthHeightField.SetValue( maWidthHeightField.Normalize( aPaperSize.Width() ), FUNIT_TWIP ); in PageSizeControl()
109 maWidthHeightField.GetValue(), in PageSizeControl()
110 maWidthHeightField.GetDecimalDigits(), in PageSizeControl()
111 maWidthHeightField.IsUseThousandSep(), in PageSizeControl()
112 maWidthHeightField.IsShowTrailingZeros() ); in PageSizeControl()
[all …]
H A DPageMarginControl.cxx66 , maWidthHeightField( this, SW_RES(FLD_WIDTH_HEIGHT) ) in PageMarginControl()
82 maWidthHeightField.Hide(); in PageMarginControl()
83 SetFieldUnit( maWidthHeightField, eFUnit ); in PageMarginControl()
182 SetMetricValue( maWidthHeightField, SWPAGE_NARROW_VALUE, meUnit ); in FillValueSet()
183 const XubString aNarrowValText = maWidthHeightField.GetText(); in FillValueSet()
196 SetMetricValue( maWidthHeightField, SWPAGE_NORMAL_VALUE, meUnit ); in FillValueSet()
197 const XubString aNormalValText = maWidthHeightField.GetText(); in FillValueSet()
210 SetMetricValue( maWidthHeightField, SWPAGE_WIDE_VALUE1, meUnit ); in FillValueSet()
211 const XubString aWide1ValText = maWidthHeightField.GetText(); in FillValueSet()
212 SetMetricValue( maWidthHeightField, SWPAGE_WIDE_VALUE2, meUnit ); in FillValueSet()
[all …]
H A DPageSizeControl.hxx62 MetricField maWidthHeightField; member in sw::sidebar::PageSizeControl
H A DPageMarginControl.hxx88 MetricField maWidthHeightField; member in sw::sidebar::PageMarginControl