Searched refs:nCurrentWidth (Results 1 – 2 of 2) sorted by relevance
489 sal_Int32 nCurrentWidth = 0; in distribute() local494 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() local612 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()[all …]
953 sal_Int32 nCurrentWidth = aCurrentRatio.Width; in createShapes() local956 nCurrentWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createShapes()958 nSymbolWidth = std::max( nSymbolWidth, nCurrentWidth ); in createShapes()
Completed in 20 milliseconds