Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/xml/
H A Dxmltbli.cxx2445 sal_uInt32 nRelCols = 0UL; in _MakeTable() local
2454 nRelCols++; in _MakeTable()
2463 sal_uInt32 nAbsCols = nCols - nRelCols; in _MakeTable()
2519 if( nRelCols > 0UL ) in _MakeTable()
2528 sal_Int32 nExtraRel = nRelWidth - (nRelCols * nMinRelColWidth); in _MakeTable()
2532 sal_Int32 nMinAbs = nRelCols * MINLAY; in _MakeTable()
2560 for( i=0UL; nRelCols > 0UL && i < nCols; i++ ) in _MakeTable()
2565 if( 1UL == nRelCols ) in _MakeTable()
2593 nRelCols--; in _MakeTable()
/AOO42X/main/sw/source/core/doc/
H A Dhtmltbl.cxx1008 sal_uInt16 nRelCols = 0; // Anzahl Spalten mit relativer Angabe in AutoLayoutPass1() local
1026 nRelCols++; in AutoLayoutPass1()
1033 nRelCols++; in AutoLayoutPass1()
1044 if( nRel < 100 && nRelCols < nCols ) in AutoLayoutPass1()