Lines Matching refs:nCurrentWidth
489 sal_Int32 nCurrentWidth = 0; in distribute() local
494 nCurrentWidth += rLayout.mnSize; in distribute()
500 if( (nCurrentWidth != 0) && (nDistribute != 0) ) in distribute()
512 n = (nDistribute * rLayout.mnSize) / nCurrentWidth; // in distribute()
558 sal_Int32 nCurrentWidth = 0; in LayoutTableWidth() local
612 nCurrentWidth += maColumns[nCol].mnSize; in LayoutTableWidth()
617 if( !bFit && !aOptimalColumns.empty() && (nCurrentWidth < rArea.getWidth()) ) in LayoutTableWidth()
619 sal_Int32 nLeft = rArea.getWidth() - nCurrentWidth; in LayoutTableWidth()
663 nCurrentWidth += maColumns[nCol].mnSize - nOldSize; in LayoutTableWidth()
667 if( bFit && (nCurrentWidth != rArea.getWidth()) ) in LayoutTableWidth()
668 distribute( maColumns, rArea.getWidth() - nCurrentWidth ); in LayoutTableWidth()