Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/doc/
H A Dhtmltbl.cxx1303 pColumn->SetRelColWidth( in AutoLayoutPass2()
1311 pColumn->SetRelColWidth( in AutoLayoutPass2()
1320 pColumn->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1340 pColumn->SetRelColWidth( in AutoLayoutPass2()
1348 pColumn->SetRelColWidth( in AutoLayoutPass2()
1357 pColumn->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1433 pColumn->SetRelColWidth( (sal_uInt16)nRelColWidth ); in AutoLayoutPass2()
1459 pColumn->SetRelColWidth( nRelTabWidth-nRel ); in AutoLayoutPass2()
1466 pColumn->SetRelColWidth( in AutoLayoutPass2()
1484 GetColumn( i )->SetRelColWidth( in AutoLayoutPass2()
[all …]
/AOO42X/main/sw/inc/
H A Dhtmltbl.hxx177 void SetRelColWidth( sal_uInt16 nWidth ) { nRelColWidth = nWidth; } in SetRelColWidth() function in SwHTMLTableLayoutColumn