Lines Matching refs:aLocation
1192 const awt::Point aLocation (GetRelativeLocation()); in getBounds() local
1195 return awt::Rectangle (aLocation.X, aLocation.Y, aSize.Width, aSize.Height); in getBounds()
1206 const awt::Point aLocation (GetRelativeLocation()); in getLocation() local
1208 return aLocation; in getLocation()
1540 awt::Point aLocation; in GetRelativeLocation() local
1544 aLocation.X = aContentBox.X; in GetRelativeLocation()
1545 aLocation.Y = aContentBox.Y; in GetRelativeLocation()
1549 aLocation.X += aBorderBox.X; in GetRelativeLocation()
1550 aLocation.Y += aBorderBox.Y; in GetRelativeLocation()
1553 return aLocation; in GetRelativeLocation()
2161 awt::Point aLocation (AccessibleObject::GetRelativeLocation()); in GetRelativeLocation() local
2165 aLocation.X += aParagraphLocation.X; in GetRelativeLocation()
2166 aLocation.Y += aParagraphLocation.Y; in GetRelativeLocation()
2169 return aLocation; in GetRelativeLocation()