/aoo42x/main/tools/source/generic/ |
H A D | line.cxx | 46 sal_Bool Line::Intersection( const Line& rLine, Point& rIntersection ) const in Intersection() function in Line 51 if( Intersection( rLine, fX, fY ) ) in Intersection() 65 sal_Bool Line::Intersection( const Line& rLine, double& rIntersectionX, double& rIntersectionY ) co… in Intersection() function in Line 118 sal_Bool Line::Intersection( const Rectangle& rRect, Line& rIntersection ) const in Intersection() function in Line 138 if( Intersection( Line( aTL, aTR ), *pCurIntersection ) ) in Intersection() 141 if( Intersection( Line( aTR, aBR ), *pCurIntersection ) ) in Intersection() 144 if( pCurIntersection && Intersection( Line( aBR, aBL ), *pCurIntersection ) ) in Intersection() 147 if( pCurIntersection && Intersection( Line( aBL, aTL ), *pCurIntersection ) ) in Intersection()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterUIPainter.cxx | 87 PresenterGeometryHelper::Intersection(rRepaintBox, aLeftBoundingBox), in PaintHorizontalBitmapComposite() 105 PresenterGeometryHelper::Intersection(rRepaintBox, aRightBoundingBox), in PaintHorizontalBitmapComposite() 126 PresenterGeometryHelper::Intersection(rRepaintBox, aCenterBoundingBox), in PaintHorizontalBitmapComposite() 192 PresenterGeometryHelper::Intersection(rRepaintBox, aTopBoundingBox), in PaintVerticalBitmapComposite() 211 PresenterGeometryHelper::Intersection(rRepaintBox, aBottomBoundingBox), in PaintVerticalBitmapComposite() 232 PresenterGeometryHelper::Intersection(rRepaintBox, aCenterBoundingBox), in PaintVerticalBitmapComposite()
|
H A D | PresenterGeometryHelper.hxx | 73 static css::awt::Rectangle Intersection ( 77 static css::geometry::RealRectangle2D Intersection (
|
H A D | PresenterCanvasHelper.cxx | 95 PresenterGeometryHelper::Intersection(rRepaintBox, rOuterBoundingBox)); in PaintRectangle() 98 PresenterGeometryHelper::Intersection(rRepaintBox, rContentBoundingBox)); in PaintRectangle()
|
H A D | PresenterGeometryHelper.cxx | 138 awt::Rectangle PresenterGeometryHelper::Intersection ( in Intersection() function in sdext::presenter::PresenterGeometryHelper 155 geometry::RealRectangle2D PresenterGeometryHelper::Intersection ( in Intersection() function in sdext::presenter::PresenterGeometryHelper
|
H A D | PresenterPaneBorderPainter.cxx | 859 aRectangles.push_back(PresenterGeometryHelper::Intersection(rUpdateBox, rOuterBox)); in SetupClipping() 860 aRectangles.push_back(PresenterGeometryHelper::Intersection(rUpdateBox, aInnerBox)); in SetupClipping()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 64 aDstRect.Intersection( rRect ); in DBG_NAMEEX() 416 aDstRect.Intersection( aPolyRect ); in DrawTransparent() 423 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawTransparent() 663 aDstRect.Intersection( aOutRect ); in DrawTransparent() 670 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in DrawTransparent() 1003 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper() 1013 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper() 1023 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper() 1033 aWorkRect.Intersection( aColRect ); in ImplDrawBitmapWallpaper()
|
H A D | alpha.cxx | 135 aRectDst.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel() 145 aRectSrc.Intersection( Rectangle( Point(), aCopySizePix ) ); in CopyPixel() 179 aRectSrc.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel()
|
H A D | outdev2.cxx | 117 aCropRect.Intersection( Rectangle( Point(), rSizePix ) ); in ImplAdjustTwoRect() 199 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in ImplDrawOutDevDirect() 280 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in DrawOutDev() 413 if ( !aSrcRect.Intersection( aSrcOutRect ).IsEmpty() ) in CopyArea() 1225 aClipRegionBounds.Intersection( Rectangle( aPosAry.mnDestX, in ImplDrawBitmapEx() 2215 aDstRect.Intersection( LogicToPixel( aPaintRgn.GetBoundRect() ) ); in ImplDrawAlpha() 2230 if( !aDstRect.Intersection( Rectangle( aOutPt, aOutSz ) ).IsEmpty() ) in ImplDrawAlpha() 2269 && !aBmpRect.Intersection( Rectangle( rSrcPtPixel, rSrcSizePixel ) ).IsEmpty() ) in ImplDrawAlpha()
|
H A D | print2.cxx | 1172 aBoundRect.Intersection( aOutputRect ); in RemoveTransparenciesFromMetaFile() 1217 … if( !Rectangle( aDstPtPix, aDstSzPix ).Intersection( aBoundRect ).IsEmpty() && in RemoveTransparenciesFromMetaFile() 1384 if( aSrcRect.Intersection( aBmpRect ) != aBmpRect ) in GetDownsampledBitmap() 1453 if( aSrcRect.Intersection( aBmpRect ) != aBmpRect ) in GetDownsampledBitmapEx()
|
H A D | bitmap.cxx | 899 aRect.Intersection( Rectangle( Point(), aSizePix ) ); in Crop() 946 aRectDst.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel() 1014 aRectSrc.Intersection( Rectangle( Point(), aCopySizePix ) ); in CopyPixel() 1072 aRectSrc.Intersection( Rectangle( Point(), aSizePix ) ); in CopyPixel() 1385 aRect.Intersection( Rectangle( Point(), GetSizePixel() ) ); in CreateRegion()
|
H A D | outdev4.cxx | 941 aDstRect.Intersection( aBoundRect ); in DrawGradient() 948 aDstRect.Intersection( LogicToPixel( aPaintRgn ).GetBoundRect() ); in DrawGradient() 1353 if( rLine.Intersection( aCurSegment, fX, fY ) ) in ImplDrawHatchLine()
|
/aoo42x/main/tools/inc/tools/ |
H A D | line.hxx | 59 …sal_Bool Intersection( const Line& rLine, double& rIntersectionX, double& rIntersection… 60 sal_Bool Intersection( const Line& rLine, Point& rIntersection ) const; 61 sal_Bool Intersection( const Rectangle& rRect, Line& rIntersection ) const;
|
H A D | gen.hxx | 428 Rectangle& Intersection( const Rectangle& rRect ); 650 return aTmpRect.Intersection( rRect ); in GetIntersection()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 2129 aStFrm.Intersection( pStartFrm->PaintArea() ); in CalcFrmRects() 2133 aEndFrm.Intersection( pEndFrm->PaintArea() ); in CalcFrmRects() 2172 aTmp2.Intersection( aEndFrm ); in CalcFrmRects() 2193 aTmp.Intersection( aStFrm ); in CalcFrmRects() 2211 aTmp.Intersection( aStFrm ); in CalcFrmRects() 2246 aTmp2.Intersection( aEndFrm ); in CalcFrmRects() 2267 aTmp.Intersection( aEndFrm ); in CalcFrmRects() 2289 aTmp.Intersection( aEndFrm ); in CalcFrmRects() 2319 aTmp.Intersection( aStFrm ); in CalcFrmRects() 2336 aTmp.Intersection( aEndFrm ); in CalcFrmRects() [all …]
|
H A D | paintfrm.cxx | 2012 aTmpGrf.Intersection( rOut ); in DrawGraphic() 2923 aRect.Intersection( pSh->VisArea() ); in Paint() 3918 aTabOutRect.Intersection( aTabRect ); in Paint() 5111 aInter.Intersection( rRect ); in PaintGrid() 5891 aRect.Intersection( rRect ); in PaintBackground() 6318 aOut.Intersection( PaintArea() ); in PaintSubsidiaryLines() 6597 aRetouche.Intersection( pGlobalShell->VisArea() ); in Retouche()
|
/aoo42x/main/sw/inc/ |
H A D | swrect.hxx | 78 SwRect &Intersection( const SwRect& rRect ); 313 return SwRect( *this ).Intersection( rRect ); in GetIntersection()
|
/aoo42x/main/svx/source/dialog/ |
H A D | imapwnd.cxx | 253 aDrawRect.Intersection( aClipRect ); in CreateObj() 269 aCircle.Intersection( aClipRect ); in CreateObj() 287 aDrawRect.Intersection( aClipRect ); in CreateObj()
|
H A D | contwnd.cxx | 282 aWorkRect.Intersection( aGraphRect ); in MouseButtonUp()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | graphhelp.cxx | 244 aOverlayRect.Intersection( aBmpRect ); in mergeBitmaps_Impl() 339 …aOverlayRect.Intersection( pOverlayRect ? *pOverlayRect : Rectangle( aNullPt, pOverlay->GetSizePix… in createThumb_Impl()
|
/aoo42x/main/sw/source/core/text/ |
H A D | frmpaint.cxx | 251 if( aRct.Intersection( aRect ).IsEmpty() ) in PaintExtra() 283 if( aRct.Intersection( aRect ).IsEmpty() ) in PaintRedline()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | swregion.cxx | 236 SwRect aInter( *(pData + i) );aInter.Intersection( *(pData + j)); in Compress()
|
/aoo42x/main/sw/source/core/view/ |
H A D | pagepreviewlayout.cxx | 1155 aPxPaintRect.Intersection( aPxOutRect ); in Paint() 1248 aPageRect.Intersection( _aInvalidCoreRect ); in Repaint()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accfrmobj.cxx | 292 aBox.Intersection( mpFrm->GetUpper()->Frm() ); in GetBox()
|
/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | vclhelperbufferdevice.cxx | 237 maDestPixel.Intersection(aRectPixel); in impBufferDevice()
|