Home
last modified time | relevance | path

Searched refs:bOutWidth (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx184 sal_Bool bOutWidth : 1; // Spaltenbreite ausgeben? member in SwWriteTableCol
200 void SetOutWidth( sal_Bool bSet ) { bOutWidth = bSet; } in SetOutWidth()
201 sal_Bool GetOutWidth() const { return bOutWidth; } in GetOutWidth()
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx286 sal_Bool bOutWidth = sal_True; //nColSpan==1 && pCol->GetOutWidth(); in OutTableCell() local
338 if( bOutWidth ) in OutTableCell()
350 bOutWidth = sal_False; in OutTableCell()
380 if( bOutWidth ) in OutTableCell()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx92 : nPos(nPosition), nWidthOpt(0), bRelWidthOpt(false), bOutWidth(true), in SwWriteTableCol()

Completed in 23 milliseconds