Searched refs:oldPoint (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sd/source/ui/func/ |
H A D | fuediglu.cxx | 69 oldPoint(0,0) in FuEditGluePoints() 371 Point aPoint = bBeginInsertPoint? oldPoint:centerPoint; in KeyInput() 378 oldPoint = ePoint; in KeyInput() 389 mpWindow->SetPointerPosPixel(oldPoint); in KeyInput() 391 MouseEvent aMevt(oldPoint,1,3,MOUSE_LEFT,KEY_SHIFT); in KeyInput() 398 MouseEvent rMEvt(oldPoint+Point(0,0),1,17, MOUSE_LEFT, KEY_SHIFT); in KeyInput()
|
H A D | fusel.cxx | 119 oldPoint(0,0) in FuSelection() 994 Point aPoint = bMovedToCenterPoint? oldPoint:centerPoint; in KeyInput() 1000 oldPoint = ePoint; in KeyInput() 1012 MouseEvent aMevt(oldPoint,1,3, MOUSE_LEFT, KEY_SHIFT); in KeyInput() 1020 MouseEvent rMEvt(oldPoint,1,17, MOUSE_LEFT, KEY_SHIFT); in KeyInput()
|
/aoo4110/main/qadevOOo/tests/java/ifc/text/ |
H A D | _TextGraphicObject.java | 156 public Point[][] changePoint(Point[][] oldPoint) { 157 Point[][] res = oldPoint;
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | fuediglu.hxx | 62 Point oldPoint; member in sd::FuEditGluePoints
|
H A D | fusel.hxx | 108 Point oldPoint; member in sd::FuSelection
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | ValueChanger.java | 229 com.sun.star.awt.Point oldPoint = (com.sun.star.awt.Point) oldValue; in changePValue() local 231 newPoint.X = oldPoint.X +1; in changePValue() 232 newPoint.Y = oldPoint.Y +1; in changePValue()
|
Completed in 41 milliseconds