Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1515 if ( pFrm->Frm().IsNear( rPt, nFuzzy ) ) in lcl_FindFrmInTab()
1534 SwTwips nFuzzy, bool* pbRow, bool* pbCol ) in lcl_FindFrm() argument
1559 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() local
1738 nFuzzy = aTmp.Width(); in GetBox()
1741 while ( pPage && !pPage->Frm().IsNear( rPt, nFuzzy ) ) in GetBox()
1761 rPt, nFuzzy, pbRow, pbCol ); in GetBox()
[all …]
/trunk/main/sw/source/core/bastyp/
H A Dswregion.cxx234 const long nFuzzy = bFuzzy ? 1361513 : 0; in Compress() local
238 ::CalcArea( *(pData + j) ) + nFuzzy) >= in Compress()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx701 const SCROW nFuzzy = 23*42; in AdjustPrintArea() local
702 if (nPAEndRow + nFuzzy < nEndRow) in AdjustPrintArea()

Completed in 40 milliseconds