Searched refs:nWidthSet (Results 1 – 2 of 2) sorted by relevance
60 sal_uInt8 nWidthSet; // Wieoft wurde die Breite gesetzt? member in SwHTMLTableLayoutCnts81 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
96 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 32 milliseconds