Lines Matching refs:getLength
82 double getLength(const rtl::OUString& rText) const;
85 double pathTextBreakupHelper::getLength(const rtl::OUString& rText) const in getLength() function in svgio::svgreader::pathTextBreakupHelper
87 const sal_uInt32 nLength(rText.getLength()); in getLength()
129 ? getB2DCubicBezierHelper()->getLength() in advanceToPosition()
130 : maCurrentSegment.getLength(); in advanceToPosition()
158 mfCurrentSegmentLength = maCurrentSegment.getLength(); in pathTextBreakupHelper()
186 … if(aTrimmedChars.getLength() && (mfPosition < mfBasegfxPathLength || fEndPos > 0.0)) in allowChange()
327 if(aContent.getLength()) in parseAttribute()
345 if(aContent.getLength()) in parseAttribute()
363 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
401 const double fBasegfxPathLength(basegfx::tools::getLength(aPolygon)); in isValid()
433 const double fBasegfxPathLength(basegfx::tools::getLength(aPolygon)); in decomposePathNode()
466 const sal_Int32 nLength(rPathContent.getLength()); in decomposePathNode()