Lines Matching refs:sStr
488 String sStr = mrTextForwarder->GetText( MakeEESelection(aStartIndex, aEndIndex) ); in GetText() local
497 sStr.Erase(0, static_cast< sal_uInt16 > (aStartIndex.GetFieldOffset()) ); in GetText()
501 DBG_ASSERT(sStr.Len() - (aEndIndex.GetFieldLen() - aEndIndex.GetFieldOffset()) >= 0 && in GetText()
502 sStr.Len() - (aEndIndex.GetFieldLen() - aEndIndex.GetFieldOffset()) <= USHRT_MAX, in GetText()
505 …sStr = sStr.Copy(0, static_cast< sal_uInt16 > (sStr.Len() - (aEndIndex.GetFieldLen() - aEndIndex.G… in GetText()
514 sStr += aBulletInfo2.aText;; in GetText()
516 DBG_ASSERT(sStr.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) >= 0 && in GetText()
517 … sStr.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) <= USHRT_MAX, in GetText()
520 …sStr = sStr.Copy(0, static_cast< sal_uInt16 > (sStr.Len() - (aEndIndex.GetBulletLen() - aEndIndex.… in GetText()
534 sStr.Insert( sBullet, in GetText()
538 return sStr; in GetText()