Searched refs:nTxtStt (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sw/source/core/edit/ |
H A D | autofmt.cxx | 1491 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() 1692 … aDelPam.GetPoint()->nContent.Assign( pAktTxtNd, 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()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 3129 xub_StrLen nTxtStt = nIdx; in GetExpandTxt() local 3130 Replace0xFF( aTxt, nTxtStt, aTxt.Len(), sal_True ); in GetExpandTxt() 3402 xub_StrLen nTxtStt = nIdx, nIdxEnd = nIdx + aTxt.Len(); in GetRedlineTxt() local 3412 aTxt.Erase( nStt - nTxtStt, nDelCnt ); in GetRedlineTxt() 3413 Replace0xFF( aTxt, nTxtStt, nStt - nTxtStt, bExpandFlds ); in GetRedlineTxt() 3414 nTxtStt = nTxtStt + nDelCnt; in GetRedlineTxt() 3419 Replace0xFF( aTxt, nTxtStt, aTxt.Len(), bExpandFlds ); in GetRedlineTxt()
|
Completed in 42 milliseconds