Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx140 nAbsColWidth(0), nRelColWidth(0), in SwHTMLTableLayoutColumn()
1428 sal_uLong nRelColWidth = in AutoLayoutPass2() local
1431 (nRelColWidth * nAbsTabWidth) / nRelTabWidth; in AutoLayoutPass2()
1433 nRelColWidth++; in AutoLayoutPass2()
1435 nRelColWidth--; in AutoLayoutPass2()
1436 pColumn->SetRelColWidth( (sal_uInt16)nRelColWidth ); in AutoLayoutPass2()
1439 nRel = nRel + (sal_uInt16)nRelColWidth; in AutoLayoutPass2()
1519 sal_uLong nRelColWidth = nRelAvail in AutoLayoutPass2() local
1524 GetColumn( i )->SetRelColWidth( (sal_uInt16)nRelColWidth ); in AutoLayoutPass2()
1526 nRel = nRel + (sal_uInt16)nRelColWidth; in AutoLayoutPass2()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx141 sal_uInt16 nRelColWidth; // in Twips bzw. relativ zu USHRT_MAX member in SwHTMLTableLayoutColumn
177 void SetRelColWidth( sal_uInt16 nWidth ) { nRelColWidth = nWidth; } in SetRelColWidth()
178 sal_uInt16 GetRelColWidth() const { return nRelColWidth; } in GetRelColWidth()

Completed in 27 milliseconds