Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/engine3d/
H A Dfloat3d.cxx222 aMtrMatSpecularIntensity( this, SVX_RES( MTR_MAT_SPECULAR_INTENSITY ) ), in Svx3DWin()
393 aMtrMatSpecularIntensity.SetModifyHdl( aLink ); in Svx3DWin()
533 aMtrMatSpecularIntensity.SetValue( 50 ); in Reset()
1694 if( nValue != aMtrMatSpecularIntensity.GetValue() ) in Update()
1696 aMtrMatSpecularIntensity.SetValue( nValue ); in Update()
1702 if( !aMtrMatSpecularIntensity.IsEmptyFieldValue() ) in Update()
1704 aMtrMatSpecularIntensity.SetEmptyFieldValue(); in Update()
2295 if( !aMtrMatSpecularIntensity.IsEmptyFieldValue() ) in GetAttr()
2297 sal_uInt16 nValue2 = (sal_uInt16) aMtrMatSpecularIntensity.GetValue(); in GetAttr()
2667 aMtrMatSpecularIntensity.Show(); in IMPL_LINK()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dfloat3d.hxx187 MetricField aMtrMatSpecularIntensity; member in Svx3DWin