Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx373 const Rectangle aSpot = mpFrameSel->GetClickBoundRect( meBorder ); in getBounds()
374 aPos = aSpot.TopLeft(); in getBounds()
375 aSz = aSpot.GetSize(); in getBounds()
398 const Rectangle aSpot = mpFrameSel->GetClickBoundRect( meBorder ); in getLocation()
399 aPos = aSpot.TopLeft(); in getLocation()
418 const Rectangle aSpot = mpFrameSel->GetClickBoundRect( meBorder ); in getLocationOnScreen()
419 aPos = aSpot.TopLeft(); in getLocationOnScreen()
439 const Rectangle aSpot = mpFrameSel->GetClickBoundRect( meBorder ); in getSize()
440 aSz = aSpot.GetSize(); in getSize()
/aoo42x/main/vcl/unx/generic/app/
H A Di18n_ic.cxx286 static XPoint aSpot; in SalI18N_InputContext() local
287 aSpot.x = aPosEvent.mnX + aPosEvent.mnWidth; in SalI18N_InputContext()
288 aSpot.y = aPosEvent.mnY + aPosEvent.mnHeight; in SalI18N_InputContext()
293 XNSpotLocation, &aSpot, in SalI18N_InputContext()
651 XPoint aSpot; in UpdateSpotLocation() local
652 aSpot.x = aPosEvent.mnX + aPosEvent.mnWidth; in UpdateSpotLocation()
653 aSpot.y = aPosEvent.mnY + aPosEvent.mnHeight; in UpdateSpotLocation()
655 XVaNestedList preedit_attr = XVaCreateNestedList(0, XNSpotLocation, &aSpot, NULL); in UpdateSpotLocation()

Completed in 34 milliseconds