Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/xoutdev/
H A Dxattr.cxx1645 const sal_uInt8 bControlPoints(aCandidate.areControlPointsUsed() ? 1 : 0); in streamOutB2DPolyPolygon() local
1648 rOut << bControlPoints; in streamOutB2DPolyPolygon()
1656 if(bControlPoints) in streamOutB2DPolyPolygon()
1686 sal_uInt8 bControlPoints; in streamInB2DPolyPolygon() local
1690 rIn >> bControlPoints; in streamInB2DPolyPolygon()
1702 if(0 != bControlPoints) in streamInB2DPolyPolygon()

Completed in 19 milliseconds