Home
last modified time | relevance | path

Searched refs:_newValue (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/qadevOOo/runner/util/
H A DValueChanger.java334 com.sun.star.awt.Gradient _newValue = (com.sun.star.awt.Gradient)oldValue; in changePValue() local
335 _newValue.Angle += 10; in changePValue()
336 _newValue.Border += 1; in changePValue()
337 _newValue.EndColor += 1000; in changePValue()
338 _newValue.EndIntensity -= 10; in changePValue()
339 _newValue.StartColor += 500; in changePValue()
340 _newValue.StartIntensity += 10; in changePValue()
341 _newValue.StepCount += 50; in changePValue()
342 _newValue.Style = com.sun.star.awt.GradientStyle.RADIAL; in changePValue()
343 _newValue.XOffset += 10; in changePValue()
[all …]
/AOO41X/main/extensions/qa/integration/extensions/
H A DMethodHandler.java68 …public void actuatingPropertyChanged(String _propertyName, Object _newValue, Object _oldValue, com… in actuatingPropertyChanged() argument
H A DServicesHandler.java102 …public void actuatingPropertyChanged(String _propertyName, Object _newValue, Object _oldValue, com… in actuatingPropertyChanged() argument