Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormControlArranger.java697 public void adjustYPositions(int _diffY) in adjustYPositions() argument
702 DBControlList[i].setPosition(new Point(aPoint.X, aPoint.Y - _diffY)); in adjustYPositions()
704 LabelControlList[i].setPosition(new Point(aPoint.X, aPoint.Y - _diffY)); in adjustYPositions()
706 m_controlMaxPosY = -_diffY; in adjustYPositions()
707 cYOffset = -_diffY; in adjustYPositions()