Lines Matching refs:rPoly

1994 				const Polygon& rPoly = aPolyPolygon[ 0 ];  in CreatePolygonProperties()  local
1996 rPoly[ 0 ].X(), in CreatePolygonProperties()
1997 rPoly[ 0 ].Y(), in CreatePolygonProperties()
1998 rPoly[ 1 ].X() - rPoly[ 0 ].X(), in CreatePolygonProperties()
1999 rPoly[ 1 ].Y() - rPoly[ 0 ].Y() ); in CreatePolygonProperties()
2121 sal_Int32 lcl_GetAdjustValueCount( const XPolygon& rPoly ) in lcl_GetAdjustValueCount() argument
2124 switch ( rPoly.GetSize() ) in lcl_GetAdjustValueCount()
2137 if ( rPoly.GetSize()>=6 ) in lcl_GetAdjustValueCount()
2146 sal_Int32 lcl_GetConnectorAdjustValue ( const XPolygon& rPoly, sal_uInt16 nIndex ) in lcl_GetConnectorAdjustValue() argument
2148 sal_uInt16 k = rPoly.GetSize(); in lcl_GetConnectorAdjustValue()
2152 Point aStart = rPoly[0]; in lcl_GetConnectorAdjustValue()
2153 Point aEnd = rPoly[k-1]; in lcl_GetConnectorAdjustValue()
2159 sal_Bool bVertical = ( rPoly[1].X()-aStart.X() ) == 0 ; in lcl_GetConnectorAdjustValue()
2162 aPt = rPoly[ nIndex + 1]; in lcl_GetConnectorAdjustValue()
2214 sal_Bool lcl_GetAngle(Polygon &rPoly,sal_uInt16& rShapeFlags,sal_Int32& nAngle ) in lcl_GetAngle() argument
2216 Point aStart = rPoly[0]; in lcl_GetAngle()
2217 Point aEnd = rPoly[rPoly.GetSize()-1]; in lcl_GetAngle()
2218 nAngle = ( rPoly[1].X() == aStart.X() ) ? 9000: 0 ; in lcl_GetAngle()
4621 sal_uInt32 EscherConnectorListEntry::GetClosestPoint( const Polygon& rPoly, const ::com::sun::star:… in GetClosestPoint() argument
4623 sal_uInt16 nCount = rPoly.GetSize(); in GetClosestPoint()
4628 double fDistance = hypot( rPoint.X - rPoly[ nCount ].X(), rPoint.Y - rPoly[ nCount ].Y() ); in GetClosestPoint()
4822 const Polygon& rPoly = aPolyPoly.GetObject( a ); in GetConnectorRule() local
4823 for ( b = 0; b < rPoly.GetSize(); b++ ) in GetConnectorRule()
4825 if ( rPoly.GetFlags( b ) != POLY_NORMAL ) in GetConnectorRule()
4827 const Point& rPt = rPoly[ b ]; in GetConnectorRule()