Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/lingu/
H A Dhhcwrp.cxx235 sal_Int32 nChgLen = 0; in ChangeText() local
266 nChgLen = nIndex - nChgPos; in ChangeText()
274 …rtShell.GetCursor()->GetPoint()->nContent.Assign( pStartTextNode, nChgInNodeStartIndex + nChgLen ); in ChangeText()
281 nCorrectionOffset += nConvChgLen - nChgLen; in ChangeText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/lingu/
H A Dhhcwrp.cxx238 sal_Int32 nChgLen = 0; in ChangeText() local
269 nChgLen = nIndex - nChgPos; in ChangeText()
277 …rtShell.GetCursor()->GetPoint()->nContent.Assign( pStartTextNode, nChgInNodeStartIndex + nChgLen ); in ChangeText()
284 nCorrectionOffset += nConvChgLen - nChgLen; in ChangeText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Dtextconv.cxx455 const sal_Int32 nChgLen = nIndex - nChgPos; in ChangeText() local
463 aSel.nEndPos = nChgInNodeStartIndex + nChgLen; in ChangeText()
471 nCorrectionOffset += nConvChgLen - nChgLen; in ChangeText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Dtextconv.cxx458 const sal_Int32 nChgLen = nIndex - nChgPos; in ChangeText() local
466 aSel.nEndPos = nChgInNodeStartIndex + nChgLen; in ChangeText()
474 nCorrectionOffset += nConvChgLen - nChgLen; in ChangeText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/linguistic/source/
H A Dmisc.cxx516 nChgLen = 0; in RebuildHyphensAndControlChars() local
518 bool bAltSpelling = GetAltSpelling( nChgPos, nChgLen, aRplc, rxHyphWord ); in RebuildHyphensAndControlChars()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/linguistic/source/
H A Dmisc.cxx511 nChgLen = 0; in RebuildHyphensAndControlChars() local
513 bool bAltSpelling = GetAltSpelling( nChgPos, nChgLen, aRplc, rxHyphWord ); in RebuildHyphensAndControlChars()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A Dedtwin.cxx937 const sal_Int32 nChgLen = nNewLen - nChgPos; in FlushInBuffer() local
938 if (nChgLen) in FlushInBuffer()
940 m_aInBuffer = aNewText.copy( nChgPos, nChgLen ); in FlushInBuffer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A Dedtwin.cxx921 const sal_Int32 nChgLen = nNewLen - nChgPos; in FlushInBuffer() local
922 if (nChgLen) in FlushInBuffer()
924 m_aInBuffer = aNewText.copy( nChgPos, nChgLen ); in FlushInBuffer()