Home
last modified time | relevance | path

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

/aoo4110/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.cxx919 long nMaxLineWidth; in ImplCalcFloatSizes() local
2161 long nMaxLineWidth = 0; in ImplCalcBreaks() local
2226 if ( nLineWidth > nMaxLineWidth ) in ImplCalcBreaks()
2227 nMaxLineWidth = nLineWidth; in ImplCalcBreaks()
2237 if ( nLastGroupLineWidth > nMaxLineWidth ) in ImplCalcBreaks()
2238 nMaxLineWidth = nLastGroupLineWidth; in ImplCalcBreaks()
2272 if ( nLineWidth > nMaxLineWidth ) in ImplCalcBreaks()
2273 nMaxLineWidth = nLineWidth; in ImplCalcBreaks()
2279 if( nMaxLineWidth < aMinWidth ) in ImplCalcBreaks()
2280 nMaxLineWidth = aMinWidth; in ImplCalcBreaks()
[all …]
/aoo4110/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 …]
/aoo4110/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()
/aoo4110/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()

Completed in 334 milliseconds