Searched refs:nCharspLine (Results 1 – 4 of 4) sorted by relevance
696 …const sal_Int32 nCharspLine = nCharWidth ? static_cast<sal_Int32>(aPaperSz.Width() / nCharWidth) :… in PrintSource() local711 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()
712 …const sal_Int32 nCharspLine = nCharWidth ? static_cast<sal_Int32>(aPaperSz.Width() / nCharWidth) :… in PrintSource() local727 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()
856 sal_Int32 nCharspLine = aPaperSz.Width() / std::max<tools::Long>(nXTextWidth, 1); in FormatAndPrint() local868 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()
839 sal_Int32 nCharspLine = aPaperSz.Width() / std::max<long>(nXTextWidth, 1); in FormatAndPrint() local851 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()