Home
last modified time | relevance | path

Searched refs:ROWFUZZY (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx46 #define ROWFUZZY 20 macro
48 #define ROW_DFLT_HEIGHT (2*ROWFUZZY)+1
161 (mbUseLayoutHeights ? 0 : ROWFUZZY); in operator ==()
168 return nPos < rRow.nPos - (mbUseLayoutHeights ? 0 : ROWFUZZY); in operator <()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2627 #define ROWFUZZY 25 macro
2636 return ( s1 < s2 && abs( s1 - s2 ) > ROWFUZZY ); in operator ()()
2930 if ( abs( nDiff ) >= ROWFUZZY ) in SetTabRows()
2948 … if ( abs( (*fnRect->fnYInc)( nTabTop, nOldRowEnd ) - nLowerBorder ) <= ROWFUZZY ) in SetTabRows()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx68 #define ROWFUZZY 10 macro
4123 ( nMyOldH - nMyNewH ) > ( CalcRowRstHeight( pLineFrm ) + ROWFUZZY )) in SetLineHeight()
4154 if( (nRstHeight + ROWFUZZY) < nDist ) in lcl_SetSelLineHeight()

Completed in 63 milliseconds