Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/sidebar/
H A DPageSizeControl.cxx50 , maWidthHeightField( this, SW_RES(FLD_WIDTH_HEIGHT) ) in PageSizeControl()
55 maWidthHeightField.Hide(); in PageSizeControl()
56 SetFieldUnit( maWidthHeightField, eFUnit ); in PageSizeControl()
74 const XubString aText = maWidthHeightField.GetText(); in PageSizeControl()
92 const LocaleDataWrapper& localeDataWrapper = maWidthHeightField.GetLocaleDataWrapper(); in PageSizeControl()
105maWidthHeightField.SetValue( maWidthHeightField.Normalize( aPaperSize.Width() ), FUNIT_TWIP ); in PageSizeControl()
107 maWidthHeightField.GetValue(), in PageSizeControl()
108 maWidthHeightField.GetDecimalDigits(), in PageSizeControl()
109 maWidthHeightField.IsUseThousandSep(), in PageSizeControl()
110 maWidthHeightField.IsShowTrailingZeros() ); in PageSizeControl()
[all …]
H A DPageMarginControl.cxx64 , maWidthHeightField( this, SW_RES(FLD_WIDTH_HEIGHT) ) in PageMarginControl()
80 maWidthHeightField.Hide(); in PageMarginControl()
81 SetFieldUnit( maWidthHeightField, eFUnit ); in PageMarginControl()
180 SetMetricValue( maWidthHeightField, SWPAGE_NARROW_VALUE, meUnit ); in FillValueSet()
181 const XubString aNarrowValText = maWidthHeightField.GetText(); in FillValueSet()
194 SetMetricValue( maWidthHeightField, SWPAGE_NORMAL_VALUE, meUnit ); in FillValueSet()
195 const XubString aNormalValText = maWidthHeightField.GetText(); in FillValueSet()
208 SetMetricValue( maWidthHeightField, SWPAGE_WIDE_VALUE1, meUnit ); in FillValueSet()
209 const XubString aWide1ValText = maWidthHeightField.GetText(); in FillValueSet()
210 SetMetricValue( maWidthHeightField, SWPAGE_WIDE_VALUE2, meUnit ); in FillValueSet()
[all …]
H A DPageSizeControl.hxx60 MetricField maWidthHeightField; member in sw::sidebar::PageSizeControl
H A DPageMarginControl.hxx86 MetricField maWidthHeightField; member in sw::sidebar::PageMarginControl