Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/primitive2d/
H A Dtextprimitive2d.cxx100 if(getTextLength()) in getTextOutlinesAndTransformation()
150 getTextLength(), in getTextOutlinesAndTransformation()
160 getTextLength(), in getTextOutlinesAndTransformation()
181 if(getTextLength()) in create2DDecomposition()
250 …ENSURE(aStringLength >= getTextPosition() && aStringLength >= getTextPosition() + getTextLength(), in TextSimplePortionPrimitive2D()
271 && getTextLength() == rCompare.getTextLength() in operator ==()
283 if(maB2DRange.isEmpty() && getTextLength()) in getB2DRange()
307 …:B2DRange aNewRange(aTextLayouter.getTextBoundRect(getText(), getTextPosition(), getTextLength())); in getB2DRange()
H A Dtextbreakuphelper.cxx67 … if(nLength && !(nIndex == mrSource.getTextPosition() && nLength == mrSource.getTextLength())) in breakupPortion()
194 if(mrSource.getTextLength()) in breakup()
208 const sal_Int32 nTextLength(mrSource.getTextLength()); in breakup()
H A Dtextdecoratedprimitive2d.cxx204 …metryContent(aNewPrimitives, aDecTrans, getText(), getTextPosition(), getTextLength(), getDXArray(… in create2DDecomposition()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx331 if(0.0 != rSvgTextPosition.getTextLength() in createSimpleTextPrimitive()
332 && !basegfx::fTools::equal(fTextWidth, rSvgTextPosition.getTextLength())) in createSimpleTextPrimitive()
334 const double fFactor(rSvgTextPosition.getTextLength() / fTextWidth); in createSimpleTextPrimitive()
355 fTextWidth = rSvgTextPosition.getTextLength(); in createSimpleTextPrimitive()
616 if(rSvgTextPositions.getTextLength().isSet()) in SvgTextPosition()
618 mfTextLength = rSvgTextPositions.getTextLength().solve(rInfoProvider, length); in SvgTextPosition()
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx136 xub_StrLen getTextLength() const { return mnTextLength; } in getTextLength() function in __anon5a80b2700111::impPathTextPortion
237 if(pCandidate && pCandidate->getTextLength()) in getParagraphTextLength()
240 fRetval += pCandidate->getDisplayLength(0L, pCandidate->getTextLength()); in getParagraphTextLength()
368 if(pCandidate && pCandidate->getTextLength()) in HandlePair()
374 while(nUsedTextLength < pCandidate->getTextLength() && fPolyStart < fPolyEnd) in HandlePair()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgcharacternode.hxx78 const SvgNumber& getTextLength() const { return maTextLength; } in getTextLength() function in svgio::svgreader::SvgTextPositions
124 double getTextLength() const { return mfTextLength; } in getTextLength() function in svgio::svgreader::SvgTextPosition
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextprimitive2d.hxx152 xub_StrLen getTextLength() const { return maTextLength; } in getTextLength() function in drawinglayer::primitive2d::TextSimplePortionPrimitive2D
/trunk/main/vbahelper/source/msforms/
H A Dvbatextbox.hxx50 virtual sal_Int32 SAL_CALL getTextLength() throw (css::uno::RuntimeException);
H A Dvbacombobox.hxx69 virtual sal_Int32 SAL_CALL getTextLength() throw (css::uno::RuntimeException);
H A Dvbatextbox.cxx132 sal_Int32 SAL_CALL ScVbaTextBox::getTextLength() throw (uno::RuntimeException) in getTextLength() function in ScVbaTextBox
H A Dvbacombobox.cxx229 sal_Int32 SAL_CALL ScVbaComboBox::getTextLength() throw (uno::RuntimeException) in getTextLength() function in ScVbaComboBox
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DPocketWordDocument.java268 descriptor.addParagraph((short)para.getTextLength(), para.getLines()); in write()
H A DParagraph.java762 public int getTextLength () { in getTextLength() method in Paragraph
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx285 rTextCandidate.getTextLength()); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
293 rTextCandidate.getTextLength()); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
H A Dvclmetafileprocessor2d.cxx1116 … const sal_Int32 nTextLength(rTextCandidate.getTextLength()); // rTxt.getLength()); in processBasePrimitive2D()

Completed in 82 milliseconds