Home
last modified time | relevance | path

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

/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2209 sal_Int32 nCurIndex=0, nLastIndex=0, nCurLineLen=0; in getTextBeforeIndex() local
2225 nLastLineLen = nCurLineLen - nBulletLen; in getTextBeforeIndex()
2227 nLastLineLen = nCurLineLen; in getTextBeforeIndex()
2228nCurLineLen = rCacheTF.GetLineLen(static_cast< sal_uInt16 >( nParaIndex ), nLine); in getTextBeforeIndex()
2231 nCurIndex += nCurLineLen - nBulletLen; in getTextBeforeIndex()
2233 nCurIndex += nCurLineLen; in getTextBeforeIndex()

Completed in 29 milliseconds