Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dtextconv.cxx493 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 Dimpedit2.cxx2726 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 Dhhcwrp.cxx283 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 Dmisc.cxx645 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 Dedit.cxx956 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 Dtexteng.cxx805 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 Dedtwin.cxx789 xub_StrLen nChgLen = static_cast< xub_StrLen >(nNewLen - nChgPos); in FlushInBuffer() local
790 String aChgText( aNewText.copy( static_cast< xub_StrLen >(nChgPos), nChgLen ) ); in FlushInBuffer()

Completed in 124 milliseconds