Searched refs:newPoint (Results 1 – 4 of 4) sorted by relevance
204 awt::Point newPoint( newArea.X, newArea.Y ); in allocateArea() local223 int nStartPoint = primDim( newPoint ) + mnBorderWidth; in allocateArea()252 nChildSecPoint = secDim( newPoint ) + mnBorderWidth; in allocateArea()
83 return newPoint();137 public Point[][] newPoint() {
498 Point point, newPoint; in InputDialog() local523 newPoint = Point( point.X(), point.Y() - gap ); in InputDialog()524 aEdit.SetPosPixel( newPoint ); in InputDialog()
230 com.sun.star.awt.Point newPoint = new com.sun.star.awt.Point(); in changePValue() local231 newPoint.X = oldPoint.X +1; in changePValue()232 newPoint.Y = oldPoint.Y +1; in changePValue()233 newValue = newPoint; in changePValue()
Completed in 28 milliseconds