Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx181 Rectangle aScreenBounds; in GetBoundingBoxOnScreen() local
190 aScreenBounds = mpWindow->LogicToPixel( mpEditView->GetOutputArea(), aMapMode ); in GetBoundingBoxOnScreen()
191 Point aCellLoc = aScreenBounds.TopLeft(); in GetBoundingBoxOnScreen()
195 aScreenBounds.SetPos( aPos ); in GetBoundingBoxOnScreen()
200 aScreenBounds = mpWindow->GetWindowExtentsRelative( NULL ); in GetBoundingBoxOnScreen()
204 return aScreenBounds; in GetBoundingBoxOnScreen()