Home
last modified time | relevance | path

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

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1382 long nMaxLineWidthFix = ( !IsVertical() ? aPaperSize.Width() : aPaperSize.Height() ) in CreateLines() local
1384 if ( aTextSize.Width() < nMaxLineWidthFix ) in CreateLines()
1385 nMaxLineWidth = nMaxLineWidthFix; in CreateLines()

Completed in 42 milliseconds