Searched refs:nFuzzy (Results 1 – 3 of 3) sorted by relevance
1509 const SwFrm *lcl_FindFrmInTab( const SwLayoutFrm *pLay, const Point &rPt, SwTwips nFuzzy ) in lcl_FindFrmInTab() argument1515 if ( pFrm->Frm().IsNear( rPt, nFuzzy ) ) in lcl_FindFrmInTab()1519 const SwFrm *pTmp = ::lcl_FindFrmInTab( (SwLayoutFrm*)pFrm, rPt, nFuzzy ); in lcl_FindFrmInTab()1534 SwTwips nFuzzy, bool* pbRow, bool* pbCol ) in lcl_FindFrm() argument1559 SwTwips nTmpFuzzy = nFuzzy; in lcl_FindFrm()1587 bCloseToRow = nXDiff >= 0 && nXDiff < nFuzzy; in lcl_FindFrm()1588 bCloseToCol = nYDiff >= 0 && nYDiff < nFuzzy; in lcl_FindFrm()1590 if ( bCloseToCol && 2 * nYDiff > nFuzzy ) in lcl_FindFrm()1730 SwTwips nFuzzy = COLFUZZY; in GetBox() local1738 nFuzzy = aTmp.Width(); in GetBox()[all …]
234 const long nFuzzy = bFuzzy ? 1361513 : 0; in Compress() local238 ::CalcArea( *(pData + j) ) + nFuzzy) >= in Compress()
701 const SCROW nFuzzy = 23*42; in AdjustPrintArea() local702 if (nPAEndRow + nFuzzy < nEndRow) in AdjustPrintArea()