Home
last modified time | relevance | path

Searched refs:nDropLen (Results 1 – 3 of 3) sorted by relevance

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dfilereader.cc573 tStrPos nLineLen, nDropLen; in GetOneLine() local
578 nDropLen=nLineLen+1; in GetOneLine()
580 if(nRest > nDropLen && newline[0]+newline[1]== '\r'+'\n') in GetOneLine()
581 nDropLen++; in GetOneLine()
595 nDropLen=nLineLen=nRest; in GetOneLine()
601 m_nBufPos+=nDropLen; in GetOneLine()
603 m_UncompBuf.drop(nDropLen); in GetOneLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Deditsh.cxx501 TextFrameIndex const nDropLen(pTextFrame->GetDropLen(TextFrameIndex(nChars))); in GetDropText() local
502 aText = pTextFrame->GetText().copy(0, sal_Int32(nDropLen)); in GetDropText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Deditsh.cxx496 TextFrameIndex const nDropLen(pTextFrame->GetDropLen(TextFrameIndex(nChars))); in GetDropText() local
497 aText = pTextFrame->GetText().copy(0, sal_Int32(nDropLen)); in GetDropText()