Searched refs:ScShapePointFound (Results 1 – 1 of 1) sorted by relevance
1039 struct ScShapePointFound struct1042 ScShapePointFound(const awt::Point& rPoint) : maPoint(VCLPoint(rPoint)) {} in ScShapePointFound() argument1060 …tr = std::find_if(aItr->maForeShapes.begin(), aItr->maForeShapes.end(), ScShapePointFound(rPoint)); in GetForegroundShapeAt() argument1065 …trlItr = std::find_if(aItr->maControls.begin(), aItr->maControls.end(), ScShapePointFound(rPoint)); in GetForegroundShapeAt()1084 …tr = std::find_if(aItr->maBackShapes.begin(), aItr->maBackShapes.end(), ScShapePointFound(rPoint)); in GetBackgroundShapeAt()