Searched refs:ePoint (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sd/source/ui/func/ |
H A D | fuediglu.cxx | 372 Point ePoint = aPoint + Point(nX,nY); in KeyInput() local 373 mpWindow->SetPointerPosPixel(ePoint); in KeyInput() 375 MouseEvent eMevt(ePoint,1,2,MOUSE_LEFT, 0); in KeyInput() 378 oldPoint = ePoint; in KeyInput()
|
H A D | fusel.cxx | 995 Point ePoint = aPoint + Point(nX,nY); in KeyInput() local 996 mpWindow->SetPointerPosPixel(ePoint); in KeyInput() 998 MouseEvent eMevt(ePoint,1,2, MOUSE_LEFT, 0); in KeyInput() 1000 oldPoint = ePoint; in KeyInput()
|
/aoo4110/main/svx/source/accessibility/ |
H A D | svxrectctaccessiblecontext.cxx | 79 RECT_POINT ePoint; member 119 static long PointToIndex( RECT_POINT ePoint, sal_Bool bAngleControl ) in PointToIndex() argument 121 long nRet( (long) ePoint ); in PointToIndex() 125 switch( ePoint ) in PointToIndex() 144 nRet = ( long ) ePoint; in PointToIndex() 312 Rectangle aFocusRect( mpRepr->CalculateFocusRectangle( p->ePoint ) ); in getAccessibleChild() 606 mpRepr->SetActualRP( pData->ePoint ); in selectAccessibleChild()
|
/aoo4110/main/svx/source/inc/ |
H A D | svxrectctaccessiblecontext.hxx | 269 void selectChild( RECT_POINT ePoint, sal_Bool bFireFocus = sal_True );
|
Completed in 26 milliseconds