Home
last modified time | relevance | path

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

/AOO41X/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
912 nCalcLines = pThis->ImplCalcBreaks( nCalcSize, &nMaxLineWidth, sal_True ); in ImplCalcFloatSizes()
927 pThis->mpFloatSizeAry->mpSize[i].mnWidth = nMaxLineWidth+(TB_BORDER_OFFSET1*2); in ImplCalcFloatSizes()
934 nTempLines = pThis->ImplCalcBreaks( nCalcSize, &nMaxLineWidth, sal_True ); in ImplCalcFloatSizes()
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()
[all …]
/AOO41X/main/editeng/source/editeng/ !
H A Dimpedit3.cxx789 long nMaxLineWidth; in CreateLines() local
791nMaxLineWidth = aStatus.AutoPageWidth() ? aMaxAutoPaperSize.Width() : aPaperSize.Width(); in CreateLines()
793nMaxLineWidth = aStatus.AutoPageHeight() ? aMaxAutoPaperSize.Height() : aPaperSize.Height(); in CreateLines()
795 nMaxLineWidth -= GetXValue( rLRItem.GetRight() ); in CreateLines()
796 nMaxLineWidth -= nStartX; in CreateLines()
800 if ( ( nMaxLineWidth < 0 ) && ( nStartX < 0 ) ) in CreateLines()
801nMaxLineWidth = ( !IsVertical() ? aPaperSize.Width() : aPaperSize.Height() ) - GetXValue( rLRItem.… in CreateLines()
804 if ( nMaxLineWidth <= 0 ) in CreateLines()
805 nMaxLineWidth = 1; in CreateLines()
819 long nXWidth = nMaxLineWidth; in CreateLines()
[all …]
/AOO41X/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()
/AOO41X/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()