Home
last modified time | relevance | path

Searched refs:nCurrentWidth (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/svx/source/table/
H A Dtablelayouter.cxx489 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()
[all …]
/aoo41x/main/chart2/source/view/main/
H A DVLegend.cxx953 sal_Int32 nCurrentWidth = aCurrentRatio.Width; in createShapes() local
956 nCurrentWidth = nSymbolHeigth* aCurrentRatio.Width/aCurrentRatio.Height; in createShapes()
958 nSymbolWidth = std::max( nSymbolWidth, nCurrentWidth ); in createShapes()

Completed in 20 milliseconds