Home
last modified time | relevance | path

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

/AOO41X/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1281 sal_Int32 nBulletLen = aBulletInfo.aText.Len(); in getCaretPosition() local
1282 if( aSelection.nEndPos - nBulletLen >= 0 ) in getCaretPosition()
1283 return aSelection.nEndPos - nBulletLen; in getCaretPosition()
2007 int nBulletLen = aBulletInfo.aText.Len(); in ExtendByField() local
2008 if (nBulletLen > 0) in ExtendByField()
2010 Segment.SegmentEnd += nBulletLen; in ExtendByField()
2012 Segment.SegmentStart += nBulletLen; in ExtendByField()
2015 Segment.SegmentEnd -= nBulletLen; in ExtendByField()
2017 Segment.SegmentStart -= nBulletLen; in ExtendByField()
2097 sal_Int32 nBulletLen = 0; in getTextAtIndex() local
[all …]
/AOO41X/main/editeng/source/uno/
H A Dunoedprx.cxx259 sal_Int32 nBulletLen = aBulletInfo.aText.Len(); in SetIndex() local
261 if( nIndex < nBulletLen ) in SetIndex()
264 SetBulletOffset( nIndex, nBulletLen ); in SetIndex()
269 mnEEIndex = mnEEIndex - nBulletLen; in SetIndex()