Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/edit/
H A Dautofmt.cxx1491 xub_StrLen nTxtStt = 0, nOrigTxtStt = 0; in BuildEnum() local
1496 0 != ( pFndBulletChr = StrChr( pBulletChar, rStr.GetChar( nTxtStt ) )) in BuildEnum()
1497 && IsSpace( rStr.GetChar( nTxtStt + 1 ) ) ) in BuildEnum()
1576 if( USHRT_MAX != ( nDigitLevel = GetDigitLevel( *pAktTxtNd, nTxtStt, in BuildEnum()
1693 bChgEnum ? (nTxtStt - nOrigTxtStt) : 0 ); in BuildEnum()
1697 nTxtStt += 2; in BuildEnum()
1699 while( nTxtStt < rStr.Len() && IsSpace( rStr.GetChar( nTxtStt ) )) in BuildEnum()
1700 nTxtStt++; in BuildEnum()
1702 aDelPam.GetPoint()->nContent = nTxtStt - nOrigTxtStt; in BuildEnum()
/aoo4110/main/sw/source/core/txtnode/
H A Dndtxt.cxx3116 xub_StrLen nTxtStt = nIdx; in GetExpandTxt() local
3117 Replace0xFF( aTxt, nTxtStt, aTxt.Len(), sal_True ); in GetExpandTxt()
3389 xub_StrLen nTxtStt = nIdx, nIdxEnd = nIdx + aTxt.Len(); in GetRedlineTxt() local
3399 aTxt.Erase( nStt - nTxtStt, nDelCnt ); in GetRedlineTxt()
3400 Replace0xFF( aTxt, nTxtStt, nStt - nTxtStt, bExpandFlds ); in GetRedlineTxt()
3401 nTxtStt = nTxtStt + nDelCnt; in GetRedlineTxt()
3406 Replace0xFF( aTxt, nTxtStt, aTxt.Len(), bExpandFlds ); in GetRedlineTxt()

Completed in 38 milliseconds