Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx80 inline sal_Bool IsNear( long nA, long nB, long nTolerance ) { return Abs( nA - nB ) <= nTolerance; } in IsNear() function
1515 if ( pFrm->Frm().IsNear( rPt, nFuzzy ) ) in lcl_FindFrmInTab()
1741 while ( pPage && !pPage->Frm().IsNear( rPt, nFuzzy ) ) in GetBox()
/trunk/main/sw/inc/
H A Dswrect.hxx84 sal_Bool IsNear(const Point& rPoint, long nTolerance ) const;
/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx193 sal_Bool SwRect::IsNear( const Point& rPoint, long nTolerance ) const in IsNear() function in SwRect

Completed in 36 milliseconds