Lines Matching refs:nMaxLineWidth

789 		long nMaxLineWidth;  in CreateLines()  local
791 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()
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()
885 nMaxLineWidth = nXWidth - nStartX - GetXValue( rLRItem.GetRight() ); in CreateLines()
1246 long nRemainingWidth = nMaxLineWidth - nTmpWidth; in CreateLines()
1385 nMaxLineWidth = nMaxLineWidthFix; in CreateLines()
1390 long nRemainingWidth = nMaxLineWidth - aTextSize.Width(); in CreateLines()
1402 long n = nMaxLineWidth - aTextSize.Width(); in CreateLines()
1415 long n = ( nMaxLineWidth - aTextSize.Width() ) / 2; in CreateLines()
1429 long n = nMaxLineWidth - aTextSize.Width(); in CreateLines()
1439 long nRemainingSpace = nMaxLineWidth - aTextSize.Width(); in CreateLines()
1653 long nMaxLineWidth = !IsVertical() ? aPaperSize.Width() : aPaperSize.Height(); in CreateAndInsertEmptyLine() local
1654 nMaxLineWidth -= GetXValue( rLRItem.GetRight() ); in CreateAndInsertEmptyLine()
1656 if ( nMaxLineWidth < 0 ) in CreateAndInsertEmptyLine()
1657 nMaxLineWidth = 1; in CreateAndInsertEmptyLine()
1659 nStartX = sal::static_int_cast< short >(nMaxLineWidth / 2); in CreateAndInsertEmptyLine()
1661 nStartX = sal::static_int_cast< short >(nMaxLineWidth); in CreateAndInsertEmptyLine()