Searched refs:GetBulletLen (Results 1 – 1 of 1) sorted by relevance
116 sal_Int32 GetBulletLen() const { return mnBulletLen; } in GetBulletLen() function in SvxAccessibleTextIndex516 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()[all …]