Searched refs:COLFUZZY (Results 1 – 8 of 8) sorted by relevance
67 #define COLFUZZY 20 macro987 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 …]
57 #define COLFUZZY 20 macro1641 ASSERT( !nOldWidth || Abs(*pWidth-nOldWidth) < COLFUZZY, in lcl_ResizeLine()1715 ASSERT( Abs( nRelTabWidth-nCalcTabWidth ) < COLFUZZY, in SetWidths()
158 #define COLFUZZY 20 macro569 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 …]
45 #define COLFUZZY 20 macro47 #define COL_DFLT_WIDTH ((2*COLFUZZY)+1)218 : rCol.nPos - nPos ) <= COLFUZZY; in operator ==()225 return nPos < rCol.nPos - COLFUZZY; in operator <()
59 #define COLFUZZY 20L macro1066 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()
77 #define COLFUZZY 20L macro79 inline sal_Bool IsSame( long nA, long nB ) { return Abs(nA-nB) <= COLFUZZY; } in IsSame()1730 SwTwips nFuzzy = COLFUZZY; in GetBox()
64 #define COLFUZZY 20L macro66 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()
127 #define COLFUZZY 20 macro
Completed in 157 milliseconds