Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx316 bool bClockwise = (static_cast< const SfxBoolItem & >( in ApplySpecialItem() local
324 …aScaleData.Orientation = bClockwise ? chart2::AxisOrientation_REVERSE : chart2::AxisOrientation_MA… in ApplySpecialItem()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1364 …ateArc( const Rectangle& rRect, const Point& rStart, const Point& rEnd, const sal_Bool bClockwise ) in CreateArc() argument
1390 if ( bClockwise ) in CreateArc()
1720 sal_Bool bClockwise = ( nCommand == CLOCKWISEARC ) || ( nCommand == CLOCKWISEARCTO ); in CreateSubPath() local
1721 sal_uInt32 nXor = bClockwise ? 3 : 2; in CreateSubPath()
1735 aNewB2DPolygon.append(CreateArc( aRect, aStart, aEnd, bClockwise)); in CreateSubPath()

Completed in 33 milliseconds