Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2448 sal_uInt32 nRelCols = 0UL; in _MakeTable() local
2457 nRelCols++; in _MakeTable()
2466 sal_uInt32 nAbsCols = nCols - nRelCols; in _MakeTable()
2522 if( nRelCols > 0UL ) in _MakeTable()
2531 sal_Int32 nExtraRel = nRelWidth - (nRelCols * nMinRelColWidth); in _MakeTable()
2535 sal_Int32 nMinAbs = nRelCols * MINLAY; in _MakeTable()
2563 for( i=0UL; nRelCols > 0UL && i < nCols; i++ ) in _MakeTable()
2568 if( 1UL == nRelCols ) in _MakeTable()
2596 nRelCols--; in _MakeTable()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1011 sal_uInt16 nRelCols = 0; // Anzahl Spalten mit relativer Angabe in AutoLayoutPass1() local
1029 nRelCols++; in AutoLayoutPass1()
1036 nRelCols++; in AutoLayoutPass1()
1047 if( nRel < 100 && nRelCols < nCols ) in AutoLayoutPass1()

Completed in 36 milliseconds