Home
last modified time | relevance | path

Searched refs:nCharspLine (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dsrcview.cxx696 …const sal_Int32 nCharspLine = nCharWidth ? static_cast<sal_Int32>(aPaperSz.Width() / nCharWidth) :… in PrintSource() local
711 const sal_Int32 nLines = (nLineLen+nCharspLine-1) / nCharspLine; in PrintSource()
724 const sal_Int32 nStart = nLine * nCharspLine; in PrintSource()
725 const sal_Int32 nLen = std::min(nLineLen-nStart, nCharspLine); in PrintSource()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dsrcview.cxx712 …const sal_Int32 nCharspLine = nCharWidth ? static_cast<sal_Int32>(aPaperSz.Width() / nCharWidth) :… in PrintSource() local
727 const sal_Int32 nLines = (nLineLen+nCharspLine-1) / nCharspLine; in PrintSource()
740 const sal_Int32 nStart = nLine * nCharspLine; in PrintSource()
741 const sal_Int32 nLen = std::min(nLineLen-nStart, nCharspLine); in PrintSource()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbaside2.cxx856 sal_Int32 nCharspLine = aPaperSz.Width() / std::max<tools::Long>(nXTextWidth, 1); in FormatAndPrint() local
868 sal_Int32 nLines = aLine.getLength()/nCharspLine+1; in FormatAndPrint()
871 sal_Int32 nBeginIndex = nLine*nCharspLine; in FormatAndPrint()
872 sal_Int32 nCopyCount = std::min<sal_Int32>(nCharspLine, aLine.getLength()-nBeginIndex); in FormatAndPrint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbaside2.cxx839 sal_Int32 nCharspLine = aPaperSz.Width() / std::max<long>(nXTextWidth, 1); in FormatAndPrint() local
851 sal_Int32 nLines = aLine.getLength()/nCharspLine+1; in FormatAndPrint()
854 sal_Int32 nBeginIndex = nLine*nCharspLine; in FormatAndPrint()
855 sal_Int32 nCopyCount = std::min<sal_Int32>(nCharspLine, aLine.getLength()-nBeginIndex); in FormatAndPrint()