Lines Matching refs:GetBulletLen
116 sal_Int32 GetBulletLen() const { return mnBulletLen; } in GetBulletLen() function in SvxAccessibleTextIndex
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()
527 DBG_ASSERT(sBullet.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) >= 0 && in GetText()
528 … sBullet.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset()) <= USHRT_MAX, in GetText()
531 …sBullet.Copy(0, static_cast< sal_uInt16 > (sBullet.Len() - (aEndIndex.GetBulletLen() - aEndIndex.G… in GetText()
927 DBG_ASSERT(aIndex.GetBulletLen() >= 0 && in GetWordIndices()
928 aIndex.GetBulletLen() <= USHRT_MAX, in GetWordIndices()
933 nEnd = static_cast< sal_uInt16 > (aIndex.GetBulletLen()); in GetWordIndices()
981 DBG_ASSERT(aIndex.GetBulletLen() >= 0 && in GetAttributeRun()
982 aIndex.GetBulletLen() <= USHRT_MAX, in GetAttributeRun()
987 nEndIndex = static_cast< sal_uInt16 > (aIndex.GetBulletLen()); in GetAttributeRun()