Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/access/
H A Daccmap.cxx782 const Point& mrPoint; member
783 ContainsPredicate( const Point& rPoint ) : mrPoint(rPoint) {} in ContainsPredicate()
786 return rRect.IsInside( mrPoint ) ? true : false; in operator ()()

Completed in 27 milliseconds