Searched refs:GetFieldLen (Results 1 – 1 of 1) sorted by relevance
110 sal_Int32 GetFieldLen() const { return mnFieldLen; } in GetFieldLen() function in SvxAccessibleTextIndex314 if( rEnd.InField() && rEnd.GetFieldOffset() >= rEnd.GetFieldLen() - 1 ) in IsEditableRange()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()942 nStart + aIndex.GetFieldLen() >= 0 && in GetWordIndices()943 nStart + aIndex.GetFieldLen() <= USHRT_MAX, in GetWordIndices()949 nEnd = static_cast< sal_uInt16 > (nStart + aIndex.GetFieldLen()); in GetWordIndices()1000 nEndIndex = static_cast< sal_uInt16 > (nStartIndex + aIndex.GetFieldLen()); in GetAttributeRun()
Completed in 13 milliseconds