Home
last modified time | relevance | path

Searched refs:GetRelWidth (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/xml/
H A Dxmltble.cxx90 sal_uInt32 GetRelWidth() const { return nRelWidth; } in GetRelWidth() function in SwXMLTableColumn_Impl
98 n = (sal_Int32)r1.GetRelWidth() - (sal_Int32)r2.GetRelWidth(); in SwXMLTableColumnCmpWidth_Impl()
564 if( rCol.GetRelWidth() ) in ExportTableColumnStyle()
566 sValue.append( (sal_Int32)rCol.GetRelWidth() ); in ExportTableColumnStyle()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx300 sal_uInt16 GetRelWidth( sal_uInt16 nCol, sal_uInt16 nColSpan ) const;
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx364 sal_uInt16 SwWriteTable::GetRelWidth( sal_uInt16 nCol, sal_uInt16 nColSpan ) const in GetRelWidth() function in SwWriteTable
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx857 nWidth = bRel ? GetRelWidth(nCol,1) : GetAbsWidth(nCol,1); in Write()

Completed in 29 milliseconds