Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdpoev.cxx81 basegfx::B2VectorContinuity eSmooth = basegfx::CONTINUITY_NONE; in ImpCheckPolyPossibilities() local
86 CheckPolyPossibilitiesHelper( pM, b1stSmooth, b1stSegm, bCurve, bSmoothFuz, bSegmFuz, eSmooth ); in ImpCheckPolyPossibilities()
91 …l& b1stSegm, bool& bCurve, bool& bSmoothFuz, bool& bSegmFuz, basegfx::B2VectorContinuity& eSmooth ) in CheckPolyPossibilitiesHelper() argument
131 eSmooth = basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum); in CheckPolyPossibilitiesHelper()
135 bSmoothFuz = (eSmooth != basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum)); in CheckPolyPossibilitiesHelper()
161 if(basegfx::CONTINUITY_NONE == eSmooth) in CheckPolyPossibilitiesHelper()
166 if(basegfx::CONTINUITY_C1 == eSmooth) in CheckPolyPossibilitiesHelper()
171 if(basegfx::CONTINUITY_C2 == eSmooth) in CheckPolyPossibilitiesHelper()
/trunk/main/sw/source/ui/shells/
H A Dbeziersh.cxx197 SdrPathSmoothKind eSmooth = pSdrView->GetMarkedPointsSmooth(); in Execute() local
198 if (eKind != eSmooth) in Execute()
305 SdrPathSmoothKind eSmooth = pSdrView->GetMarkedPointsSmooth(); in GetState() local
307 switch (eSmooth) in GetState()
/trunk/main/sd/source/ui/view/
H A Ddrbezob.cxx199 SdrPathSmoothKind eSmooth = pIPPEC->GetMarkedPointsSmooth(); in GetAttrState() local
200 switch (eSmooth) in GetAttrState()
/trunk/main/svx/inc/svx/
H A Dsvdpoev.hxx102 …& b1stSegm, bool& bCurve, bool& bSmoothFuz, bool& bSegmFuz, basegfx::B2VectorContinuity& eSmooth );
/trunk/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx945 basegfx::B2VectorContinuity eSmooth = basegfx::CONTINUITY_NONE; in CheckPossibilities() local
947 …heckPolyPossibilitiesHelper( mpMark, b1stSmooth, b1stSegm, bCurve, bSmoothFuz, bSegmFuz, eSmooth ); in CheckPossibilities()

Completed in 26 milliseconds