Searched refs:nBulletLen (Results 1 – 2 of 2) sorted by relevance
2008 if (nBulletLen > 0) in ExtendByField()2467 sal_Int32 nBulletLen = 0; in copyText() local2476 … rCacheVF.SetSelection( MakeSelection(nStartIndex + nBulletLen, nEndIndex + nBulletLen) ); in copyText()2506 sal_Int32 nBulletLen = 0; in cutText() local2510 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in cutText()2543 sal_Int32 nBulletLen = 0; in pasteText() local2582 sal_Int32 nBulletLen = 0; in deleteText() local2586 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in deleteText()2624 sal_Int32 nBulletLen = 0; in insertText() local2667 sal_Int32 nBulletLen = 0; in replaceText() 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()
Completed in 118 milliseconds