Searched refs:aMtrDistance (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/cui/source/tabpages/ |
H A D | tplnedef.cxx | 90 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() 500 aMtrDistance.SetDecimalDigits( 2 ); in IMPL_LINK() 505 aMtrDistance.SetUnit( eFUnit ); in IMPL_LINK() 531 aMtrDistance.SetDecimalDigits( 0 ); in IMPL_LINK() 535 aMtrDistance.SetUnit( FUNIT_PERCENT ); in IMPL_LINK() 650 aMtrDistance.SaveValue(); in IMPL_LINK() 730 aMtrDistance.SaveValue(); in IMPL_LINK() [all …]
|
H A D | tpshadow.cxx | 77 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() 420 SetMetricValue( aMtrDistance, nX < 0L ? -nX : nX, ePoolUnit ); in Reset() 455 aMtrDistance.SetText( String() ); in Reset() 478 aMtrDistance.SaveValue(); in Reset() 516 aMtrDistance.Disable(); in IMPL_LINK() 527 aMtrDistance.Enable(); in IMPL_LINK() [all …]
|
H A D | tphatch.cxx | 76 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 …]
|
/aoo4110/main/svx/source/engine3d/ |
H A D | float3d.cxx | 154 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() 2524 aMtrDistance.Show(); in IMPL_LINK() [all …]
|
/aoo4110/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 333 MetricField aMtrDistance; member in SvxShadowTabPage 491 MetricField aMtrDistance; member in SvxHatchTabPage
|
H A D | cuitabline.hxx | 273 MetricField aMtrDistance; member in SvxLineDefTabPage
|
/aoo4110/main/svx/inc/svx/ |
H A D | float3d.hxx | 117 MetricField aMtrDistance; member in Svx3DWin
|
Completed in 43 milliseconds