Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/controls/
H A Daccessiblecontrolcontext.cxx292 awt::Point aAccParentScreenPos( 0, 0 ); in implGetBounds() local
294 aAccParentScreenPos = xParentAccComponent->getLocationOnScreen(); in implGetBounds()
300 aBounds.X = aWindowRelativePos.X() + aVCLParentScreenPos.X() - aAccParentScreenPos.X; in implGetBounds()
301 aBounds.Y = aWindowRelativePos.Y() + aVCLParentScreenPos.Y() - aAccParentScreenPos.Y; in implGetBounds()

Completed in 17 milliseconds