Home
last modified time | relevance | path

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

/aoo4110/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
/aoo4110/main/sw/source/core/doc/
H A Dhtmltbl.cxx96 nPass1Done( 0 ), nWidthSet( 0 ), bNoBreakTag( bNoBrTag ) in SwHTMLTableLayoutCnts()
216 nPass1Done( 0 ), nWidthSet( 0 ), eTableAdjust( eAdjust ), in SwHTMLTableLayout()
1582 ( nWidthSet>0 || nAbsLeftFill<MINLAY+nInhLeftBorderWidth || in AutoLayoutPass2()
1593 ( nWidthSet>0 || nAbsRightFill<MINLAY+nInhRightBorderWidth || in AutoLayoutPass2()
1651 nWidthSet++; in SetWidths()
1670 while( pCntnts && !pCntnts->IsWidthSet(nWidthSet) ) in SetWidths()
1694 pCntnts->SetWidthSet( nWidthSet ); in SetWidths()

Completed in 20 milliseconds