Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/main/
H A DShapeFactory.cxx1330 const sal_Int32 nQuarterCount = 35; // points inside a quadrant, used in case circle in createPolyPolygon_Symbol() local
1356 nPointCount = 5 + 4 * nQuarterCount; in createPolyPolygon_Symbol()
1560 double fOmega = 1.5707963267948966192 / (nQuarterCount + 1.0); in createPolyPolygon_Symbol()
1565 for (sal_Int32 i = 1; i <= nQuarterCount; ++i) in createPolyPolygon_Symbol()
1573 for (sal_Int32 i = 1; i <= nQuarterCount; ++i) in createPolyPolygon_Symbol()
1581 for (sal_Int32 i = 1; i <= nQuarterCount; ++i) in createPolyPolygon_Symbol()
1589 for (sal_Int32 i = 1; i <= nQuarterCount; ++i) in createPolyPolygon_Symbol()

Completed in 30 milliseconds