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()2007 int nBulletLen = aBulletInfo.aText.Len(); in ExtendByField() local2008 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 …]
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()