Lines Matching refs:nBase

7498     int nIndex, int nLen, int nBase, MetricVector& rVector )  in GetGlyphBoundRects()  argument
7511 …if( !GetTextBoundRect( aRect, rStr, sal::static_int_cast<xub_StrLen>(nBase), sal::static_int_cast<… in GetGlyphBoundRects()
7523 const String& rStr, xub_StrLen nBase, xub_StrLen nIndex, xub_StrLen nLen, in GetTextBoundRect() argument
7536 if( nBase != nIndex ) in GetTextBoundRect()
7538 xub_StrLen nStart = Min( nBase, nIndex ); in GetTextBoundRect()
7539 xub_StrLen nOfsLen = Max( nBase, nIndex ) - nStart; in GetTextBoundRect()
7547 if( nBase < nIndex) in GetTextBoundRect()
7701 const String& rStr, xub_StrLen nBase, xub_StrLen nIndex, xub_StrLen nLen, in GetTextOutlines() argument
7731 if( nBase != nIndex ) in GetTextOutlines()
7733 xub_StrLen nStart = Min( nBase, nIndex ); in GetTextOutlines()
7734 xub_StrLen nOfsLen = Max( nBase, nIndex ) - nStart; in GetTextOutlines()
7741 if( nBase > nIndex) in GetTextOutlines()
7838 if( nBase != nIndex ) in GetTextOutlines()
7840 xub_StrLen nStart = ((nBase < nIndex) ? nBase : nIndex); in GetTextOutlines()
7841 xub_StrLen nLength = ((nBase > nIndex) ? nBase : nIndex) - nStart; in GetTextOutlines()
7847 if( nBase > nIndex) in GetTextOutlines()
7930 const String& rStr, xub_StrLen nBase, xub_StrLen nIndex, in GetTextOutlines() argument
7937 if( !GetTextOutlines( aB2DPolyPolyVector, rStr, nBase, nIndex, nLen, in GetTextOutlines()
7953 const String& rStr, xub_StrLen nBase, xub_StrLen nIndex, xub_StrLen nLen, in GetTextOutline() argument
7960 if( !GetTextOutlines( aB2DPolyPolyVector, rStr, nBase, nIndex, nLen, in GetTextOutline()