Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx739 if( HasColsOption() ) in AutoLayoutPass1()
753 else if( HasColsOption() || HasColTags() ) in AutoLayoutPass1()
807 pColumn->SetMinMax( HasColsOption() ? nAbsWidth in AutoLayoutPass1()
823 pColumn->SetMinMax( HasColsOption() ? pColumn->GetAbsMinNoAlign() in AutoLayoutPass1()
1093 else if( HasColsOption() || nWidthOption || in AutoLayoutPass1()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx316 sal_Bool HasColsOption() const { return bColsOption; } in HasColsOption() function in SwHTMLTableLayout
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx800 bColsOption(pLayoutInfo->HasColsOption()), in SwWriteTable()