Home
last modified time | relevance | path

Searched refs:nBulletLen (Results 1 – 2 of 2) sorted by relevance

/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2009 if (nBulletLen > 0) in ExtendByField()
2468 sal_Int32 nBulletLen = 0; in copyText() local
2477 … rCacheVF.SetSelection( MakeSelection(nStartIndex + nBulletLen, nEndIndex + nBulletLen) ); in copyText()
2507 sal_Int32 nBulletLen = 0; in cutText() local
2511 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in cutText()
2544 sal_Int32 nBulletLen = 0; in pasteText() local
2583 sal_Int32 nBulletLen = 0; in deleteText() local
2587 … ESelection aSelection = MakeSelection (nStartIndex + nBulletLen, nEndIndex + nBulletLen); in deleteText()
2625 sal_Int32 nBulletLen = 0; in insertText() local
2668 sal_Int32 nBulletLen = 0; in replaceText() local
[all …]
/trunk/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 56 milliseconds