Searched refs:bCurve (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/svx/source/svdraw/ |
| H A D | svdpoev.cxx | 76 bool bCurve(false); in ImpCheckPolyPossibilities() local 84 … CheckPolyPossibilitiesHelper( pM, b1stSmooth, b1stSegm, bCurve, bSmoothFuz, bSegmFuz, eSmooth ); in ImpCheckPolyPossibilities() 89 …ossibilitiesHelper( SdrMark* pM, bool& b1stSmooth, bool& b1stSegm, bool& bCurve, bool& bSmoothFuz,… in CheckPolyPossibilitiesHelper() argument 146 bCurve = bCrv; in CheckPolyPossibilitiesHelper() 150 bSegmFuz = (bCrv != bCurve); in CheckPolyPossibilitiesHelper() 177 eMarkedSegmentsKind = (bCurve) ? SDRPATHSEGMENT_CURVE : SDRPATHSEGMENT_LINE; in CheckPolyPossibilitiesHelper()
|
| H A D | svdopath.cxx | 248 FASTBOOL bCurve; member 261 …bBezier(sal_False),bBezHasCtrl0(sal_False),bCurve(sal_False),bCircle(sal_False),bAngleSnap(sal_Fal… in ImpPathCreateUser() 264 …void ResetFormFlags() { bBezier=sal_False; bCurve=sal_False; bCircle=sal_False; bLine=sal_False; b… in ResetFormFlags() 265 FASTBOOL IsFormFlag() const { return bBezier || bCurve || bCircle || bLine || bRect; } in IsFormFlag() 283 if (bCurve) return GetCurvePoly(); in GetFormPoly()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdpoev.hxx | 102 …void CheckPolyPossibilitiesHelper( SdrMark* pM, bool& b1stSmooth, bool& b1stSegm, bool& bCurve, bo…
|
| /trunk/main/sd/source/ui/animations/ |
| H A D | motionpathtag.cxx | 942 bool bCurve(false); in CheckPossibilities() local 947 …mrView.CheckPolyPossibilitiesHelper( mpMark, b1stSmooth, b1stSegm, bCurve, bSmoothFuz, bSegmFuz, e… in CheckPossibilities()
|
| /trunk/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl2.cxx | 622 const bool bCurve(aPath.HasFlags()); in playMetafile() local 626 if(bCurve in playMetafile()
|
| /trunk/main/tools/source/generic/ |
| H A D | poly.cxx | 2281 const bool bCurve(rPolygon.areControlPointsUsed()); in Polygon() local 2285 if(bCurve) in Polygon()
|
| /trunk/main/filter/source/graphicfilter/eps/ |
| H A D | eps.cxx | 701 const bool bCurve(aPoly.HasFlags()); in ImplWriteActions() local 705 if(bCurve in ImplWriteActions()
|
| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dpolygontools.cxx | 3936 const bool bCurve(rPolygon.areControlPointsUsed()); in B2DPolygonToUnoPolygonBezierCoords() local 3941 if(bCurve) in B2DPolygonToUnoPolygonBezierCoords()
|