Home
last modified time | relevance | path

Searched refs:aMtrDistance (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/cui/source/tabpages/
H A Dtplnedef.cxx90 aMtrDistance ( this, CUI_RES( MTR_FLD_DISTANCE ) ), in SvxLineDefTabPage()
135 SetFieldUnit( aMtrDistance, eFUnit ); in SvxLineDefTabPage()
182 aMtrDistance.SetModifyHdl( aLink ); in SvxLineDefTabPage()
266 aMtrDistance.GetText() != aMtrDistance.GetSavedValue() ) in CheckChanges_Impl()
490 nTmp3 = GetCoreValue( aMtrDistance, ePoolUnit ) * XOUT_WIDTH / 100; in IMPL_LINK()
496 nTmp3 = GetCoreValue( aMtrDistance, ePoolUnit ); in IMPL_LINK()
500 aMtrDistance.SetDecimalDigits( 2 ); in IMPL_LINK()
505 aMtrDistance.SetUnit( eFUnit ); in IMPL_LINK()
509 SetMetricValue( aMtrDistance, nTmp3, ePoolUnit ); in IMPL_LINK()
520 nTmp3 = GetCoreValue( aMtrDistance, ePoolUnit ) * 100 / XOUT_WIDTH; in IMPL_LINK()
[all …]
H A Dtpshadow.cxx77 aMtrDistance ( this, CUI_RES( MTR_FLD_DISTANCE ) ), in SvxShadowTabPage()
106 SetFieldUnit( aMtrDistance, eFUnit ); in SvxShadowTabPage()
185 aMtrDistance.SetModifyHdl( aLink ); in SvxShadowTabPage()
204 aMtrDistance.Disable(); in Construct()
301 sal_Int32 nXY = GetCoreValue( aMtrDistance, ePoolUnit ); in FillItemSet()
320 if ( !aMtrDistance.IsEmptyFieldValue() || in FillItemSet()
420 SetMetricValue( aMtrDistance, nX < 0L ? -nX : nX, ePoolUnit ); in Reset()
422 SetMetricValue( aMtrDistance, nY < 0L ? -nY : nY, ePoolUnit ); in Reset()
447 SetMetricValue( aMtrDistance, nX < 0L ? -nX : nX, ePoolUnit ); in Reset()
449 SetMetricValue( aMtrDistance, nY < 0L ? -nY : nY, ePoolUnit ); in Reset()
[all …]
H A Dtphatch.cxx76 aMtrDistance ( this, CUI_RES( MTR_FLD_DISTANCE ) ), in SvxHatchTabPage()
124 SetFieldUnit( aMtrDistance, eFUnit ); in SvxHatchTabPage()
139 aMtrDistance.SetModifyHdl( aLink ); in SvxHatchTabPage()
261 if( aMtrDistance.GetText() != aMtrDistance.GetSavedValue() || in CheckChanges_Impl()
334 GetCoreValue( aMtrDistance, ePoolUnit ), in FillItemSet()
405 GetCoreValue( aMtrDistance, ePoolUnit ), in IMPL_LINK()
457 SetMetricValue( aMtrDistance, pHatch->GetDistance(), ePoolUnit ); in IMPL_LINK()
494 aMtrDistance.SaveValue(); in IMPL_LINK()
569 GetCoreValue( aMtrDistance, ePoolUnit ), in IMPL_LINK()
644 GetCoreValue( aMtrDistance, ePoolUnit ), in IMPL_LINK()
[all …]
/AOO41X/main/svx/source/engine3d/
H A Dfloat3d.cxx154 aMtrDistance ( this, SVX_RES( MTR_DISTANCE ) ), in Svx3DWin()
310 aMtrDistance.SetUnit( eFUnit ); in Svx3DWin()
663 aMtrDistance.Enable( sal_False ); in Update()
664 aMtrDistance.SetEmptyFieldValue(); in Update()
1026 sal_uInt32 nValue2 = GetCoreValue( aMtrDistance, ePoolUnit ); in Update()
1029 if( eFUnit != aMtrDistance.GetUnit() ) in Update()
1030 SetFieldUnit( aMtrDistance, eFUnit ); in Update()
1032 SetMetricValue( aMtrDistance, nValue, ePoolUnit ); in Update()
1971 if( !aMtrDistance.IsEmptyFieldValue() ) in GetAttr()
1973 sal_uInt32 nValue2 = GetCoreValue( aMtrDistance, ePoolUnit ); in GetAttr()
[all …]
/AOO41X/main/cui/source/inc/
H A Dcuitabarea.hxx333 MetricField aMtrDistance; member in SvxShadowTabPage
491 MetricField aMtrDistance; member in SvxHatchTabPage
H A Dcuitabline.hxx273 MetricField aMtrDistance; member in SvxLineDefTabPage
/AOO41X/main/svx/inc/svx/
H A Dfloat3d.hxx117 MetricField aMtrDistance; member in Svx3DWin