Searched refs:nMaxLineWidth (Results 1 – 5 of 5) sorted by relevance
257 long nMaxLineWidth; in ImplPosControls() local322 nMaxLineWidth = aFormatRect.GetWidth(); in ImplPosControls()326 if ( nMaxLineWidth > 450 ) in ImplPosControls()328 else if ( nMaxLineWidth > 300 ) in ImplPosControls()329 nWidth = nMaxLineWidth+5; in ImplPosControls()
911 long nMaxLineWidth; in ImplCalcFloatSizes() local912 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() local2218 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 …]
789 long nMaxLineWidth; in CreateLines() local791 … nMaxLineWidth = aStatus.AutoPageWidth() ? aMaxAutoPaperSize.Width() : aPaperSize.Width(); in CreateLines()793 … nMaxLineWidth = 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()801 …nMaxLineWidth = ( !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 …]
246 long nMaxLineWidth = 0; // Maximale Zeilenlaenge in GetTextLines() local311 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()
4798 long nMaxLineWidth = 0; in ImplGetTextLines() local4970 if ( nLineWidth > nMaxLineWidth ) in ImplGetTextLines()4971 nMaxLineWidth = nLineWidth; in ImplGetTextLines()4998 return nMaxLineWidth; in ImplGetTextLines()