Home
last modified time | relevance | path

Searched refs:aTextLayouter (Results 1 – 6 of 6) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Dtextdecoratedprimitive2d.cxx74 TextLayouterDevice aTextLayouter; in impCreateGeometryContent() local
78 aTextLayouter.setFontAttribute( in impCreateGeometryContent()
89 fTextWidth = aTextLayouter.getTextWidth(rText, aTextPosition, aTextLength); in impCreateGeometryContent()
111 aTextLayouter.getOverlineOffset(), in impCreateGeometryContent()
112 aTextLayouter.getOverlineHeight(), in impCreateGeometryContent()
124 aTextLayouter.getUnderlineOffset(), in impCreateGeometryContent()
125 aTextLayouter.getUnderlineHeight(), in impCreateGeometryContent()
155 aTextLayouter.getUnderlineHeight(), in impCreateGeometryContent()
156 aTextLayouter.getStrikeoutOffset(), in impCreateGeometryContent()
H A Dtextprimitive2d.cxx125 TextLayouterDevice aTextLayouter; in getTextOutlinesAndTransformation() local
126 aTextLayouter.setFontAttribute( in getTextOutlinesAndTransformation()
146 aTextLayouter.getTextOutlines( in getTextOutlinesAndTransformation()
156 aTextLayouter.getTextOutlines( in getTextOutlinesAndTransformation()
299 TextLayouterDevice aTextLayouter; in getB2DRange() local
300 aTextLayouter.setFontAttribute( in getB2DRange()
307 …basegfx::B2DRange aNewRange(aTextLayouter.getTextBoundRect(getText(), getTextPosition(), getTextLe… in getB2DRange()
H A Dtextstrikeoutprimitive2d.cxx87 TextLayouterDevice aTextLayouter; in create2DDecomposition() local
89 aTextLayouter.setFontAttribute( in create2DDecomposition()
95 const double fStrikeCharWidth(aTextLayouter.getTextWidth(aSingleCharString, 0, 1)); in create2DDecomposition()
H A Dmetafileprimitive2d.cxx1509 drawinglayer::primitive2d::TextLayouterDevice aTextLayouter; in proccessMetaTextLineAction() local
1510 aTextLayouter.setFont(rProperty.getFont()); in proccessMetaTextLineAction()
1519 aTextLayouter.getOverlineOffset(), in proccessMetaTextLineAction()
1520 aTextLayouter.getOverlineHeight(), in proccessMetaTextLineAction()
1532 aTextLayouter.getUnderlineOffset(), in proccessMetaTextLineAction()
1533 aTextLayouter.getUnderlineHeight(), in proccessMetaTextLineAction()
1567 aTextLayouter.getUnderlineHeight(), in proccessMetaTextLineAction()
1568 aTextLayouter.getStrikeoutOffset(), in proccessMetaTextLineAction()
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx158 drawinglayer::primitive2d::TextLayouterDevice aTextLayouter; in getDisplayLength() local
163 fRetval = aTextLayouter.getTextHeight() * (double)nLength; in getDisplayLength()
167 fRetval = aTextLayouter.getTextWidth(maText, getPortionIndex(nIndex, nLength), nLength); in getDisplayLength()
230 drawinglayer::primitive2d::TextLayouterDevice aTextLayouter; in getParagraphTextLength() local
239 aTextLayouter.setFont(pCandidate->getFont()); in getParagraphTextLength()
370 drawinglayer::primitive2d::TextLayouterDevice aTextLayouter; in HandlePair() local
371 aTextLayouter.setFont(pCandidate->getFont()); in HandlePair()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx422 drawinglayer::primitive2d::TextLayouterDevice aTextLayouter; in createRedirectedPrimitive2DSequence() local
423 aTextLayouter.setFont(aScaledVclFont); in createRedirectedPrimitive2DSequence()
427 …const double fTextWidth(aTextLayouter.getTextWidth(aObjectString, 0, nTextLength) * (1.0 / nTextSi… in createRedirectedPrimitive2DSequence()
428 const double fTextHeight(aTextLayouter.getTextHeight() * (1.0 / nTextSizeFactor)); in createRedirectedPrimitive2DSequence()

Completed in 55 milliseconds