Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx506 pColumn->ClearPass1Info( !HasColTags() ); in AutoLayoutPass1()
720 if( !HasColTags() ) in AutoLayoutPass1()
730 if( !HasColTags() && nWidth && !bRelWidth ) in AutoLayoutPass1()
753 else if( HasColsOption() || HasColTags() ) in AutoLayoutPass1()
924 if( !HasColTags() && nColsMax<nConstrMax ) in AutoLayoutPass1()
946 if( HasColTags() ) in AutoLayoutPass1()
1584 (HasColTags() && nAbsLeftFill < nAbsLeftSpace+nParentInhAbsLeftSpace+20) ) ) in AutoLayoutPass2()
1595 (HasColTags() && nAbsRightFill < nAbsRightSpace+nParentInhAbsRightSpace+20) ) ) in AutoLayoutPass2()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx317 sal_Bool HasColTags() const { return bColTags; } in HasColTags() function in SwHTMLTableLayout
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx801 bColTags(pLayoutInfo->HasColTags()), bLayoutExport(true), in SwWriteTable()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx659 sal_Bool HasColTags() const { return bColSpec; } in HasColTags() function in HTMLTable
4181 (!pSaveStruct->IsInSection() && !pCurTable->HasColTags()) ) in BuildTableCell()