Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx247 awt::Point aMovePositionIfRange(0, 0); in AddRectangle() local
249 position.X = nXPos - aMovePositionIfRange.X; in AddRectangle()
250 position.Y = nYPos - aMovePositionIfRange.Y; in AddRectangle()
275 awt::Point aMovePositionIfRange( 0, 0 ); in AddEllipse() local
293 position.X = nXPos - aMovePositionIfRange.X; in AddEllipse()
294 position.Y = nYPos - aMovePositionIfRange.Y; in AddEllipse()
322 awt::Point aMovePositionIfRange( 0, 0 ); in AddLine() local
329 position.X = nXPos - aMovePositionIfRange.X; in AddLine()
330 position.Y = nYPos - aMovePositionIfRange.Y; in AddLine()
428 awt::Point aMovePositionIfRange( 0, 0 ); in AddShape() local
[all …]

Completed in 22 milliseconds