Searched refs:oldPPC (Results 1 – 1 of 1) sorted by relevance
838 …com.sun.star.drawing.PolyPolygonBezierCoords oldPPC = (com.sun.star.drawing.PolyPolygonBezierCoord… in changePValue() local840 newPPC.Coordinates = oldPPC.Coordinates; in changePValue()841 newPPC.Flags = oldPPC.Flags; in changePValue()853 if ( oldPPC.Coordinates.length == 0 ) { in changePValue()857 if ( oldPPC.Coordinates[0].length == 0 ) { in changePValue()861 newPPC.Coordinates[0][0].X = oldPPC.Coordinates[0][0].X +1; in changePValue()862 newPPC.Coordinates[0][0].Y = oldPPC.Coordinates[0][0].Y +1; in changePValue()
Completed in 23 milliseconds