Searched refs:bClockwise (Results 1 – 2 of 2) sorted by relevance
316 bool bClockwise = (static_cast< const SfxBoolItem & >( in ApplySpecialItem() local324 …aScaleData.Orientation = bClockwise ? chart2::AxisOrientation_REVERSE : chart2::AxisOrientation_MA… in ApplySpecialItem()
1364 …ateArc( const Rectangle& rRect, const Point& rStart, const Point& rEnd, const sal_Bool bClockwise ) in CreateArc() argument1390 if ( bClockwise ) in CreateArc()1720 sal_Bool bClockwise = ( nCommand == CLOCKWISEARC ) || ( nCommand == CLOCKWISEARCTO ); in CreateSubPath() local1721 sal_uInt32 nXor = bClockwise ? 3 : 2; in CreateSubPath()1735 aNewB2DPolygon.append(CreateArc( aRect, aStart, aEnd, bClockwise)); in CreateSubPath()
Completed in 19 milliseconds