Lines Matching refs:rPoint

96     uno::Reference<XAccessible> GetAt(const awt::Point& rPoint) const;
280 ScPointFound(const Point& rPoint) : maPoint(rPoint, Size(0, 0)), mnParagraphs(0) {} in ScPointFound()
292 uno::Reference<XAccessible> ScNotesChilds::GetAt(const awt::Point& rPoint) const in GetAt()
296 ScPointFound aPointFound(Point(rPoint.X, rPoint.Y)); in GetAt()
309 xAccessible = aItr->mpTextHelper->GetAt(rPoint); in GetAt()
531 virtual Point LogicToPixel (const Point& rPoint) const;
533 virtual Point PixelToLogic (const Point& rPoint) const;
586 Point ScIAccessibleViewForwarder::LogicToPixel (const Point& rPoint) const in LogicToPixel()
594 aPoint = pWin->LogicToPixel(rPoint, maMapMode) + aRect.TopLeft(); in LogicToPixel()
610 Point ScIAccessibleViewForwarder::PixelToLogic (const Point& rPoint) const in PixelToLogic()
618 aPoint = pWin->PixelToLogic(rPoint - aRect.TopLeft(), maMapMode); in PixelToLogic()
717 …uno::Reference<XAccessible> GetForegroundShapeAt(const awt::Point& rPoint) const; // inclusive con…
718 uno::Reference<XAccessible> GetBackgroundShapeAt(const awt::Point& rPoint) const;
1043 ScShapePointFound(const awt::Point& rPoint) : maPoint(VCLPoint(rPoint)) {} in ScShapePointFound()
1053 uno::Reference<XAccessible> ScShapeChilds::GetForegroundShapeAt(const awt::Point& rPoint) const //i… in GetForegroundShapeAt()
1061 …tr = std::find_if(aItr->maForeShapes.begin(), aItr->maForeShapes.end(), ScShapePointFound(rPoint)); in GetForegroundShapeAt()
1066 …trlItr = std::find_if(aItr->maControls.begin(), aItr->maControls.end(), ScShapePointFound(rPoint)); in GetForegroundShapeAt()
1077 uno::Reference<XAccessible> ScShapeChilds::GetBackgroundShapeAt(const awt::Point& rPoint) const in GetBackgroundShapeAt()
1085 …tr = std::find_if(aItr->maBackShapes.begin(), aItr->maBackShapes.end(), ScShapePointFound(rPoint)); in GetBackgroundShapeAt()
1589 …ssible > SAL_CALL ScAccessibleDocumentPagePreview::getAccessibleAtPoint( const awt::Point& rPoint ) in getAccessibleAtPoint() argument
1593 if (containsPoint(rPoint)) in getAccessibleAtPoint()
1600 xAccessible = GetShapeChilds()->GetForegroundShapeAt(rPoint); in getAccessibleAtPoint()
1628 if (mpTable && VCLRectangle(mpTable->getBounds()).IsInside(VCLPoint(rPoint))) in getAccessibleAtPoint()
1632 xAccessible = GetNotesChilds()->GetAt(rPoint); in getAccessibleAtPoint()
1652 Point aPoint(VCLPoint(rPoint)); in getAccessibleAtPoint()
1660 xAccessible = GetShapeChilds()->GetBackgroundShapeAt(rPoint); in getAccessibleAtPoint()