Home
last modified time | relevance | path

Searched refs:aMF_ANSATZ (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/cui/source/tabpages/
H A Dlabdlg.cxx92 aMF_ANSATZ( this, CUI_RES( MF_ANSATZ ) ), in SvxCaptionTabPage()
116 aMF_ANSATZ.SetPosPixel( in SvxCaptionTabPage()
217 if( aMF_ANSATZ.IsValueModified() ) in FillItemSet()
220 _rOutAttrs.Put( SdrCaptionEscAbsItem( GetCoreValue(aMF_ANSATZ, eUnit ) ) ); in FillItemSet()
260 SetFieldUnit( aMF_ANSATZ, eFUnit ); in Reset()
277 SetMetricValue( aMF_ANSATZ, nEscAbs, eUnit ); in Reset()
278 nEscAbs = static_cast<long>(aMF_ANSATZ.GetValue()); in Reset()
333 aMF_ANSATZ.SetValue( nEscAbs ); in Reset()
349 aMF_ANSATZ.SetValue( nEscAbs ); in Reset()
406 aMF_ANSATZ.Show(); in SetupAnsatz_Impl()
[all …]
/AOO42X/main/cui/source/inc/
H A Dlabdlg.hxx57 MetricField aMF_ANSATZ; member in SvxCaptionTabPage