Home
last modified time | relevance | path

Searched refs:GetBulletOffset (Results 1 – 1 of 1) sorted by relevance

/trunk/main/editeng/source/uno/
H A Dunoedprx.cxx115 sal_Int32 GetBulletOffset() const { return mnBulletOffset; } in GetBulletOffset() 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 …tatic_cast< sal_uInt16 > (sStr.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset())) ); 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 …ic_cast< sal_uInt16 > (sBullet.Len() - (aEndIndex.GetBulletLen() - aEndIndex.GetBulletOffset())) ); in GetText()
772 if( aStringWrap.GetCharacterBounds( aIndex.GetBulletOffset(), aRect ) ) in GetCharBounds()

Completed in 15 milliseconds