Searched refs:nBulletLen (Results 1 – 2 of 2) sorted by relevance
1281 sal_Int32 nBulletLen = aBulletInfo.aText.Len(); in getCaretPosition() local1282 if( aSelection.nEndPos - nBulletLen >= 0 ) in getCaretPosition()1283 return aSelection.nEndPos - nBulletLen; in getCaretPosition()2008 int nBulletLen = aBulletInfo.aText.Len(); in ExtendByField() local2009 if (nBulletLen > 0) in ExtendByField()2011 Segment.SegmentEnd += nBulletLen; in ExtendByField()2013 Segment.SegmentStart += nBulletLen; in ExtendByField()2016 Segment.SegmentEnd -= nBulletLen; in ExtendByField()2018 Segment.SegmentStart -= nBulletLen; in ExtendByField()2098 sal_Int32 nBulletLen = 0; in getTextAtIndex() local[all …]
259 sal_Int32 nBulletLen = aBulletInfo.aText.Len(); in SetIndex() local261 if( nIndex < nBulletLen ) in SetIndex()264 SetBulletOffset( nIndex, nBulletLen ); in SetIndex()269 mnEEIndex = mnEEIndex - nBulletLen; in SetIndex()