Searched refs:nChgLen (Results 1 – 7 of 7) sorted by relevance
/trunk/main/editeng/source/editeng/ |
H A D | textconv.cxx | 493 xub_StrLen nChgLen = 0; in ChangeText() local 524 nChgLen = nIndex - nChgPos; in ChangeText() 527 String aInOrig( rOrigText.copy( nChgPos, nChgLen ) ); in ChangeText() 535 aSel.nEndPos = nChgInNodeStartIndex + nChgLen; in ChangeText() 546 nCorrectionOffset += nConvChgLen - nChgLen; in ChangeText()
|
H A D | impedit2.cxx | 2726 xub_StrLen nChgLen = static_cast< xub_StrLen >( nNewLen - nChgPos ); in InsertText() local 2727 String aChgText( aNewText.copy( nChgPos ).getStr(), nChgLen ); in InsertText()
|
/trunk/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 283 xub_StrLen nChgLen = 0; in ChangeText() local 314 nChgLen = nIndex - nChgPos; in ChangeText() 317 String aInOrig( rOrigText.copy( nChgPos, nChgLen ) ); in ChangeText() 325 … rWrtShell.GetCrsr()->GetPoint()->nContent.Assign( pStartTxtNode, nChgInNodeStartIndex + nChgLen ); in ChangeText() 335 nCorrectionOffset += nConvChgLen - nChgLen; in ChangeText()
|
/trunk/main/linguistic/source/ |
H A D | misc.cxx | 645 nChgLen = 0; in RebuildHyphensAndControlChars() local 647 sal_Bool bAltSpelling = GetAltSpelling( nChgPos, nChgLen, aRplc, rxHyphWord ); in RebuildHyphensAndControlChars() 675 aRight = rOrigWord.copy( nPos + nChgLen ); in RebuildHyphensAndControlChars()
|
/trunk/main/vcl/source/control/ |
H A D | edit.cxx | 956 xub_StrLen nChgLen = static_cast< xub_StrLen >( nTmpLen - nChgPos ); in ImplInsertText() local 957 String aChgText( aTmpText.copy( nChgPos ).getStr(), nChgLen ); in ImplInsertText()
|
/trunk/main/svtools/source/edit/ |
H A D | texteng.cxx | 805 xub_StrLen nChgLen = static_cast< xub_StrLen >(nNewLen - nChgPos); in ImpInsertText() local 806 String aChgText( aNewText.copy( nChgPos ).getStr(), nChgLen ); in ImpInsertText()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 787 xub_StrLen nChgLen = static_cast< xub_StrLen >(nNewLen - nChgPos); in FlushInBuffer() local 788 String aChgText( aNewText.copy( static_cast< xub_StrLen >(nChgPos), nChgLen ) ); in FlushInBuffer()
|
Completed in 90 milliseconds