Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/frmedt/
H A Dfetab.cxx1509 const SwFrm *lcl_FindFrmInTab( const SwLayoutFrm *pLay, const Point &rPt, SwTwips nFuzzy ) in lcl_FindFrmInTab() argument
1515 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() 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()
[all …]
/AOO41X/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()
/AOO41X/main/sc/source/ui/view/
H A Dprintfun.cxx701 const SCROW nFuzzy = 23*42; in AdjustPrintArea() local
702 if (nPAEndRow + nFuzzy < nEndRow) in AdjustPrintArea()