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.cxx79 basegfx::B2VectorContinuity eSmooth = basegfx::CONTINUITY_NONE; in ImpCheckPolyPossibilities() local
84 … CheckPolyPossibilitiesHelper( pM, b1stSmooth, b1stSegm, bCurve, bSmoothFuz, bSegmFuz, eSmooth ); in ImpCheckPolyPossibilities()
89 …l& b1stSegm, bool& bCurve, bool& bSmoothFuz, bool& bSegmFuz, basegfx::B2VectorContinuity& eSmooth ) in CheckPolyPossibilitiesHelper() argument
129 eSmooth = basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum); in CheckPolyPossibilitiesHelper()
133 … bSmoothFuz = (eSmooth != basegfx::tools::getContinuityInPoint(aLocalPolygon, nPntNum)); in CheckPolyPossibilitiesHelper()
159 if(basegfx::CONTINUITY_NONE == eSmooth) in CheckPolyPossibilitiesHelper()
164 if(basegfx::CONTINUITY_C1 == eSmooth) in CheckPolyPossibilitiesHelper()
169 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()