Lines Matching refs:Line
39 double Line::GetLength() const in GetLength()
46 sal_Bool Line::Intersection( const Line& rLine, Point& rIntersection ) const in Intersection()
65 sal_Bool Line::Intersection( const Line& rLine, double& rIntersectionX, double& rIntersectionY ) co… in Intersection()
118 sal_Bool Line::Intersection( const Rectangle& rRect, Line& rIntersection ) const in Intersection()
138 if( Intersection( Line( aTL, aTR ), *pCurIntersection ) ) in Intersection()
141 if( Intersection( Line( aTR, aBR ), *pCurIntersection ) ) in Intersection()
144 if( pCurIntersection && Intersection( Line( aBR, aBL ), *pCurIntersection ) ) in Intersection()
147 if( pCurIntersection && Intersection( Line( aBL, aTL ), *pCurIntersection ) ) in Intersection()
177 Point Line::NearestPoint( const Point& rPoint ) const in NearestPoint()
207 double Line::GetDistance( const double& rPtX, const double& rPtY ) const in GetDistance()
246 void Line::Enum( const Link& rEnumLink ) in Enum()