Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dhtmltbl.hxx60 sal_uInt8 nWidthSet; // Wieoft wurde die Breite gesetzt? member in SwHTMLTableLayoutCnts
81 void SetWidthSet( sal_uInt8 nRef ) { nWidthSet = nRef; } in SetWidthSet()
82 sal_Bool IsWidthSet( sal_uInt8 nRef ) const { return nRef==nWidthSet; } in IsWidthSet()
229 sal_uInt8 nWidthSet; // Schleifen-Durchlauefe member in SwHTMLTableLayout
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx96 nPass1Done( 0 ), nWidthSet( 0 ), bNoBreakTag( bNoBrTag ) in SwHTMLTableLayoutCnts()
220 nPass1Done( 0 ), nWidthSet( 0 ), eTableAdjust( eAdjust ), in SwHTMLTableLayout()
1586 ( nWidthSet>0 || nAbsLeftFill<MINLAY+nInhLeftBorderWidth || in AutoLayoutPass2()
1597 ( nWidthSet>0 || nAbsRightFill<MINLAY+nInhRightBorderWidth || in AutoLayoutPass2()
1655 nWidthSet++; in SetWidths()
1674 while( pCntnts && !pCntnts->IsWidthSet(nWidthSet) ) in SetWidths()
1698 pCntnts->SetWidthSet( nWidthSet ); in SetWidths()

Completed in 26 milliseconds