Home
last modified time | relevance | path

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

/trunk/main/svx/source/table/
H A Dtablelayouter.cxx481 nDistribute -= rLayout.mnMinSize - rLayout.mnSize; in distribute()
500 if( (nCurrentWidth != 0) && (nDistribute != 0) ) in distribute()
502 sal_Int32 nDistributed = nDistribute; in distribute()
620 sal_Int32 nDistribute = nLeft / aOptimalColumns.size(); in LayoutTableWidth() local
627 nDistribute = nLeft; in LayoutTableWidth()
629 maColumns[nOptCol].mnSize += nDistribute; in LayoutTableWidth()
630 nLeft -= nDistribute; in LayoutTableWidth()
771 sal_Int32 nDistribute = nLeft / aOptimalRows.size(); in LayoutTableHeight() local
778 nDistribute = nLeft; in LayoutTableHeight()
780 maRows[nOptRow].mnSize += nDistribute; in LayoutTableHeight()
[all …]
H A Dtablelayouter.hxx158 sal_Int32 distribute( LayoutVector& rLayouts, sal_Int32 nDistribute );

Completed in 21 milliseconds