/trunk/main/drawinglayer/source/primitive2d/ |
H A D | textprimitive2d.cxx | 100 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 D | textbreakuphelper.cxx | 67 … 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 D | textdecoratedprimitive2d.cxx | 204 …metryContent(aNewPrimitives, aDecTrans, getText(), getTextPosition(), getTextLength(), getDXArray(… in create2DDecomposition()
|
/trunk/main/svgio/source/svgreader/ |
H A D | svgcharacternode.cxx | 331 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 D | svdotextpathdecomposition.cxx | 136 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 D | svgcharacternode.hxx | 78 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 D | textprimitive2d.hxx | 152 xub_StrLen getTextLength() const { return maTextLength; } in getTextLength() function in drawinglayer::primitive2d::TextSimplePortionPrimitive2D
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbatextbox.hxx | 50 virtual sal_Int32 SAL_CALL getTextLength() throw (css::uno::RuntimeException);
|
H A D | vbacombobox.hxx | 69 virtual sal_Int32 SAL_CALL getTextLength() throw (css::uno::RuntimeException);
|
H A D | vbatextbox.cxx | 132 sal_Int32 SAL_CALL ScVbaTextBox::getTextLength() throw (uno::RuntimeException) in getTextLength() function in ScVbaTextBox
|
H A D | vbacombobox.cxx | 229 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 D | PocketWordDocument.java | 268 descriptor.addParagraph((short)para.getTextLength(), para.getLines()); in write()
|
H A D | Paragraph.java | 762 public int getTextLength () { in getTextLength() method in Paragraph
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 285 rTextCandidate.getTextLength()); in RenderTextSimpleOrDecoratedPortionPrimitive2D() 293 rTextCandidate.getTextLength()); in RenderTextSimpleOrDecoratedPortionPrimitive2D()
|
H A D | vclmetafileprocessor2d.cxx | 1116 … const sal_Int32 nTextLength(rTextCandidate.getTextLength()); // rTxt.getLength()); in processBasePrimitive2D()
|