Home
last modified time | relevance | path

Searched refs:COLFUZZY (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx67 #define COLFUZZY 20 macro
987 if( Abs( nFndWidth ) > COLFUZZY || in lcl_FndNxtPrvDelBox()
2758 - rParam.nSide ) < 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()
3318 COLFUZZY > Abs( rParam.bLeft in lcl_DelSelBox()
[all …]
H A Dhtmltbl.cxx57 #define COLFUZZY 20 macro
1641 ASSERT( !nOldWidth || Abs(*pWidth-nOldWidth) < COLFUZZY, in lcl_ResizeLine()
1715 ASSERT( Abs( nRelTabWidth-nCalcTabWidth ) < COLFUZZY, in SetWidths()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx158 #define COLFUZZY 20 macro
569 if ( (nPos >= ((nCmp >= COLFUZZY) ? nCmp - COLFUZZY : nCmp)) && in lcl_SortedTabColInsert()
570 (nPos <= (nCmp + COLFUZZY)) ) in lcl_SortedTabColInsert()
599 if ( (nPos >= ((nCmp >= COLFUZZY) ? nCmp - COLFUZZY : nCmp)) && in lcl_SortedTabColInsert()
600 (nPos <= (nCmp + COLFUZZY)) ) in lcl_SortedTabColInsert()
613 else if ( (nRightMax >= ((nCmp >= COLFUZZY) ? nCmp - COLFUZZY : nCmp)) && in lcl_SortedTabColInsert()
614 (nRightMax <= (nCmp + COLFUZZY)) ) in lcl_SortedTabColInsert()
842 if ( nLeft >= (rParm.rOld[i] - COLFUZZY) && in lcl_ProcessBoxSet()
843 nLeft <= (rParm.rOld[i] + COLFUZZY) ) in lcl_ProcessBoxSet()
846 nRight <= (rParm.rOld[i] + COLFUZZY) ) in lcl_ProcessBoxSet()
[all …]
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx45 #define COLFUZZY 20 macro
47 #define COL_DFLT_WIDTH ((2*COLFUZZY)+1)
218 : rCol.nPos - nPos ) <= COLFUZZY; in operator ==()
225 return nPos < rCol.nPos - COLFUZZY; in operator <()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx59 #define COLFUZZY 20L macro
1066 if( ( rUnion.Left() - COLFUZZY ) <= pCell->Frm().Left() && in GetMergeSel()
1067 ( rUnion.Right() - COLFUZZY ) > pCell->Frm().Left() ) in GetMergeSel()
1069 if( ( rUnion.Right() + COLFUZZY ) < pCell->Frm().Right() ) in GetMergeSel()
1112 else if( ( rUnion.Left() - COLFUZZY ) >= pCell->Frm().Left() && in GetMergeSel()
1113 ( rUnion.Right() + COLFUZZY ) < pCell->Frm().Right() ) in GetMergeSel()
1168 else if( ( pCell->Frm().Right() - COLFUZZY ) < rUnion.Right() && in GetMergeSel()
1169 ( pCell->Frm().Right() - COLFUZZY ) > rUnion.Left() && in GetMergeSel()
1170 ( pCell->Frm().Left() + COLFUZZY ) < rUnion.Left() ) in GetMergeSel()
H A Dfetab.cxx77 #define COLFUZZY 20L macro
79 inline sal_Bool IsSame( long nA, long nB ) { return Abs(nA-nB) <= COLFUZZY; } in IsSame()
1730 SwTwips nFuzzy = COLFUZZY; in GetBox()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx64 #define COLFUZZY 20L macro
66 inline sal_Bool IsSame( long nA, long nB ) { return Abs(nA-nB) <= COLFUZZY; } in IsSame()
1284 nRet += COLFUZZY; in lcl_CalcCellFit()
1329 if ( nColLeft <= nCellLeft && nColRight >= (nCellLeft+COLFUZZY) ) in lcl_CalcSubColValues()
1331 else if ( nColLeft <= (nCellRight-COLFUZZY) && nColRight >= nCellRight ) in lcl_CalcSubColValues()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx127 #define COLFUZZY 20 macro

Completed in 89 milliseconds