Home
last modified time | relevance | path

Searched refs:nMaxLineWidth (Results 1 – 5 of 5) sorted by path

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx789 long nMaxLineWidth; in CreateLines() local
796 nMaxLineWidth -= nStartX; in CreateLines()
800 if ( ( nMaxLineWidth < 0 ) && ( nStartX < 0 ) ) in CreateLines()
804 if ( nMaxLineWidth <= 0 ) in CreateLines()
805 nMaxLineWidth = 1; in CreateLines()
819 long nXWidth = nMaxLineWidth; in CreateLines()
1385 nMaxLineWidth = nMaxLineWidthFix; in CreateLines()
1402 long n = nMaxLineWidth - aTextSize.Width(); in CreateLines()
1429 long n = nMaxLineWidth - aTextSize.Width(); in CreateLines()
1656 if ( nMaxLineWidth < 0 ) in CreateAndInsertEmptyLine()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx246 long nMaxLineWidth = 0; // Maximale Zeilenlaenge in GetTextLines() local
311 if ( nLineWidth > nMaxLineWidth ) in GetTextLines()
312 nMaxLineWidth = nLineWidth; in GetTextLines()
327 if ( nLineWidth > nMaxLineWidth ) in GetTextLines()
328 nMaxLineWidth = nLineWidth; in GetTextLines()
372 return nMaxLineWidth; in GetTextLines()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4798 long nMaxLineWidth = 0; in ImplGetTextLines() local
4970 if ( nLineWidth > nMaxLineWidth ) in ImplGetTextLines()
4971 nMaxLineWidth = nLineWidth; in ImplGetTextLines()
4998 return nMaxLineWidth; in ImplGetTextLines()
/trunk/main/vcl/source/window/
H A Dmsgbox.cxx257 long nMaxLineWidth; in ImplPosControls() local
322 nMaxLineWidth = aFormatRect.GetWidth(); in ImplPosControls()
326 if ( nMaxLineWidth > 450 ) in ImplPosControls()
328 else if ( nMaxLineWidth > 300 ) in ImplPosControls()
329 nWidth = nMaxLineWidth+5; in ImplPosControls()
H A Dtoolbox.cxx911 long nMaxLineWidth; in ImplCalcFloatSizes() local
2153 long nMaxLineWidth = 0; in ImplCalcBreaks() local
2218 if ( nLineWidth > nMaxLineWidth ) in ImplCalcBreaks()
2219 nMaxLineWidth = nLineWidth; in ImplCalcBreaks()
2229 if ( nLastGroupLineWidth > nMaxLineWidth ) in ImplCalcBreaks()
2230 nMaxLineWidth = nLastGroupLineWidth; in ImplCalcBreaks()
2264 if ( nLineWidth > nMaxLineWidth ) in ImplCalcBreaks()
2265 nMaxLineWidth = nLineWidth; in ImplCalcBreaks()
2271 if( nMaxLineWidth < aMinWidth ) in ImplCalcBreaks()
2272 nMaxLineWidth = aMinWidth; in ImplCalcBreaks()
[all …]

Completed in 117 milliseconds