Lines Matching refs:rText
60 sal_Bool SmIsMathAlpha(const XubString &rText) in SmIsMathAlpha() argument
64 if (rText.Len() == 0) in SmIsMathAlpha()
67 DBG_ASSERT(rText.Len() == 1, "Sm : String enthaelt nicht genau ein Zeichen"); in SmIsMathAlpha()
68 xub_Unicode cChar = rText.GetChar(0); in SmIsMathAlpha()
139 const XubString &rText, sal_uInt16 nBorder) in BuildRect() argument
143 aSize = Size(rDev.GetTextWidth(rText), rDev.GetTextHeight()); in BuildRect()
147 sal_Bool bAllowSmaller = bIsMath && !SmIsMathAlpha(rText); in BuildRect()
188 SmGetGlyphBoundRect(rDev, rText, aGlyphRect); in BuildRect()
228 DBG_ASSERT(rText.Len() == 0 || !IsEmpty(), in BuildRect()
234 const XubString &rText, sal_uInt16 nEBorderWidth) in Init() argument
237 BuildRect(rDev, pFormat, rText, nEBorderWidth); in Init()
242 const XubString &rText, long nEBorderWidth) in SmRect() argument
247 Init(rDev, pFormat, rText, (sal_uInt16) nEBorderWidth); in SmRect()
695 const XubString &rText, Rectangle &rRect) in SmGetGlyphBoundRect() argument
700 xub_StrLen nLen = rText.Len(); in SmGetGlyphBoundRect()
736 long nTextWidth = rDev.GetTextWidth(rText); in SmGetGlyphBoundRect()
741 sal_Bool bSuccess = pGlyphDev->GetTextBoundRect(aTmp, rText, 0, 0); in SmGetGlyphBoundRect()
751 long nGDTextWidth = pGlyphDev->GetTextWidth(rText); in SmGetGlyphBoundRect()