Home
last modified time | relevance | path

Searched refs:nTolerance (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dtransformer.cxx87 …const uno::Reference< graphic::XGraphic >& rxGraphic, sal_Int32 nColorFrom, sal_Int8 nTolerance, s… in colorChange() argument
106 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
114 Bitmap aMask2( aBitmap.CreateMask( aColorFrom, nTolerance ) ); in colorChange()
116 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
123 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
131 Bitmap aMask( aBitmap.CreateMask( aColorFrom, nTolerance ) ); in colorChange()
132 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
139 aBitmap.Replace( aColorFrom, aColorTo, nTolerance ); in colorChange()
H A Dtransformer.hxx52 sal_Int32 nColorFrom, sal_Int8 nTolerance, sal_Int32 nColorTo, sal_Int8 nAlphaTo )
/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx193 sal_Bool SwRect::IsNear( const Point& rPoint, long nTolerance ) const in IsNear()
196 (((Left() - nTolerance) <= rPoint.X()) in IsNear()
197 && ((Top() - nTolerance) <= rPoint.Y()) in IsNear()
198 && ((Right() + nTolerance) >= rPoint.X()) in IsNear()
199 && ((Bottom() + nTolerance)>= rPoint.Y())); in IsNear()
/trunk/main/svx/source/svdraw/
H A Dsvdview.cxx550 sal_Int32 nTolerance(nHitTolLog); in PickAnything() local
555 nTolerance = pOut->PixelToLogic(Size(2, 0)).Width(); in PickAnything()
558 …LogicPosition.X() >= aBoundRect.Left() - nTolerance && aLocalLogicPosition.X() <= aBoundRect.Left(… in PickAnything()
559 …gicPosition.X() >= aBoundRect.Right() - nTolerance && aLocalLogicPosition.X() <= aBoundRect.Right(… in PickAnything()
560 …lLogicPosition.Y() >= aBoundRect.Top() - nTolerance && aLocalLogicPosition.Y() <= aBoundRect.Top()… in PickAnything()
561 …icPosition.Y() >= aBoundRect.Bottom() - nTolerance && aLocalLogicPosition.Y() <= aBoundRect.Bottom… in PickAnything()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGCreator.java76 int nTolerance = 0; in checkOneFile() local
82 nTolerance = aIniFile.getIntValue(sBasename, "accept", 0); // default for all pages in checkOneFile()
94 aIniFile.insertValue(sBasename, "tolerance", nTolerance); in checkOneFile()
H A DJPEGComparator.java212 int nTolerance = aIniFile.getIntValue(sSectionName, "tolerance", 0); in checkOneFile() local
213 m_aTolerance = new Tolerance(nTolerance); in checkOneFile()
/trunk/main/sw/inc/
H A Dswrect.hxx84 sal_Bool IsNear(const Point& rPoint, long nTolerance ) const;
/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() argument

Completed in 64 milliseconds