Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx791 sal_uInt16 nCharspLine = (sal_uInt16) (aPaperSz.Width() / pOutDev->GetTextWidth( 'X' )); in PrintSource() local
806 sal_uInt16 nLines = aLine.Len() / nCharspLine + 1; in PrintSource()
809 String aTmpLine( aLine, nLine * nCharspLine, nCharspLine ); in PrintSource()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx988 sal_uInt16 nCharspLine = (sal_uInt16) (aPaperSz.Width() / pPrinter->GetTextWidth( 'X' ) ); in FormatAndPrint() local
1001 sal_uInt16 nLines = aLine.Len()/nCharspLine+1; in FormatAndPrint()
1004 String aTmpLine( aLine, nLine*nCharspLine, nCharspLine ); in FormatAndPrint()

Completed in 21 milliseconds