Searched refs:nBulletLen (Results 1 – 2 of 2) sorted by relevance
2009 if (nBulletLen > 0) in ExtendByField()2468 sal_Int32 nBulletLen = 0; in copyText() local2477 … rCacheVF.SetSelection( MakeSelection(nStartIndex + nBulletLen, nEndIndex + nBulletLen) ); in copyText()2507 sal_Int32 nBulletLen = 0; in cutText() local2511 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in cutText()2544 sal_Int32 nBulletLen = 0; in pasteText() local2583 sal_Int32 nBulletLen = 0; in deleteText() local2587 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in deleteText()2625 sal_Int32 nBulletLen = 0; in insertText() local2668 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 32 milliseconds