Lines Matching refs:COLFUZZY

67 #define COLFUZZY 20  macro
987 if( Abs( nFndWidth ) > COLFUZZY || in lcl_FndNxtPrvDelBox()
988 Abs( nBoxWidth - nFndBoxWidth ) > COLFUZZY ) in lcl_FndNxtPrvDelBox()
2559 …& ( Abs( nDist + (( rParam.nMode && rParam.bLeft ) ? 0 : nWidth ) - rParam.nSide ) < COLFUZZY ) ) ) in lcl_SetSelBoxWidth()
2597 - rParam.nSide ) < COLFUZZY )) in lcl_SetSelBoxWidth()
2660 ? Abs( nDist - rParam.nSide ) < COLFUZZY in lcl_SetOtherBoxWidth()
2661 : ( rParam.bLeft ? nDist < rParam.nSide - COLFUZZY in lcl_SetOtherBoxWidth()
2662 : nDist >= rParam.nSide - COLFUZZY )) ) in lcl_SetOtherBoxWidth()
2696 ? Abs( nDist - rParam.nSide ) < COLFUZZY in lcl_SetOtherBoxWidth()
2697 : ( rParam.bLeft ? nDist < rParam.nSide - COLFUZZY in lcl_SetOtherBoxWidth()
2698 : nDist >= rParam.nSide - COLFUZZY) in lcl_SetOtherBoxWidth()
2758 - rParam.nSide ) < COLFUZZY ) in lcl_InsSelBox()
2772 nWidth - rParam.nDiff <= COLFUZZY + in lcl_InsSelBox()
2798 - rParam.nSide ) < COLFUZZY ) in lcl_InsSelBox()
3036 if( nBoxStt + COLFUZZY < nStt ) in _CheckBoxInRange()
3038 if( nBoxEnd > nStt + COLFUZZY ) in _CheckBoxInRange()
3040 if( nBoxEnd >= nEnd + COLFUZZY ) in _CheckBoxInRange()
3048 else if( nEnd > nBoxStt + COLFUZZY ) in _CheckBoxInRange()
3050 if( nEnd + COLFUZZY >= nBoxEnd ) in _CheckBoxInRange()
3052 if( COLFUZZY > Abs( long(nEnd) - long(nBoxEnd) ) && in _CheckBoxInRange()
3053 COLFUZZY > Abs( long(nStt) - long(nBoxStt) ) ) in _CheckBoxInRange()
3078 if( COLFUZZY < Abs( nWidth - nBoxWidth )) in lcl_DelSelBox_CorrLowers()
3136 if( COLFUZZY < Abs( rParam.nBoxWidth - in lcl_ChgBoxSize()
3318 COLFUZZY > Abs( rParam.bLeft in lcl_DelSelBox()
3358 COLFUZZY < Abs( nLowerDiff - rParam.nLowerDiff ) ) in lcl_DelSelBox()
3515 if( Abs( nAktSize - nSize ) > ( COLFUZZY * rBoxes.Count() ) ) in _CheckBoxWidth()
3798 ( bLeft ? nDist : Abs( rSz.GetWidth() - nDist ) > COLFUZZY ) ) in SetColWidth()
3822 : ( rSz.GetWidth() - nDist ) > COLFUZZY ) ) in SetColWidth()
3838 - nRelDiff > COLFUZZY + in SetColWidth()
3941 : (rSz.GetWidth() - nDist) > COLFUZZY )) in SetColWidth()
3975 : ( rSz.GetWidth() - nDist ) > COLFUZZY ) && in SetColWidth()
3984 GetFrmSize().GetWidth() - nRelDiff > COLFUZZY + in SetColWidth()