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.cxx2008 if (nBulletLen > 0) in ExtendByField()
2467 sal_Int32 nBulletLen = 0; in copyText() local
2476 … rCacheVF.SetSelection( MakeSelection(nStartIndex + nBulletLen, nEndIndex + nBulletLen) ); in copyText()
2506 sal_Int32 nBulletLen = 0; in cutText() local
2510 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in cutText()
2543 sal_Int32 nBulletLen = 0; in pasteText() local
2582 sal_Int32 nBulletLen = 0; in deleteText() local
2586 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in deleteText()
2624 sal_Int32 nBulletLen = 0; in insertText() local
2667 sal_Int32 nBulletLen = 0; in replaceText() 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()

Completed in 118 milliseconds