Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1139 ASSERT( IsTopTable() == (nRelAvail==0), in AutoLayoutPass2()
1156 if( !IsTopTable() && in AutoLayoutPass2()
1166 if( IsTopTable() ) in AutoLayoutPass2()
1182 if( !IsTopTable() ) in AutoLayoutPass2()
1193 if( !IsTopTable() && (nAbsLeftFill>0 || nAbsRightFill) ) in AutoLayoutPass2()
1231 if( IsTopTable() && in AutoLayoutPass2()
1246 if( !IsTopTable() && nAbsTabWidth > nAbsAvail ) in AutoLayoutPass2()
1251 ASSERT( IsTopTable() || nAbsTabWidth<=nAbsAvail, in AutoLayoutPass2()
1257 if( (!IsTopTable() || nRelAvail>0) && nAbsTabWidth>nAbsAvail ) in AutoLayoutPass2()
1263 if( (!IsTopTable() && nMin > (sal_uLong)nAbsAvail) || in AutoLayoutPass2()
[all …]
/trunk/main/sw/inc/
H A Dhtmltbl.hxx319 sal_Bool IsTopTable() const { return pSwTable != 0; } in IsTopTable() function in SwHTMLTableLayout