Home
last modified time | relevance | path

Searched refs:GetIntersection (Results 1 – 25 of 25) sorted by relevance

/trunk/main/svtools/source/table/
H A Dtablegeometry.hxx65 …bool isValid() const { return !m_aRect.GetIntersection( m_rBoundaries ).IsEmpty(); } in isValid()
156 …inline Rectangle getRect() const { return m_aRow.getRect().GetIntersection( m_aCol.getRect(… in getRect()
H A Dtablecontrol_impl.cxx1462 if ( _rUpdateRect.GetIntersection( aCell.getRect() ).IsEmpty() ) in doPaintContent()
1511 if ( _rUpdateRect.GetIntersection( aRowIterator.getRect() ).IsEmpty() ) in doPaintContent()
1517 Rectangle const aRect = aRowIterator.getRect().GetIntersection( aAllDataCellsArea ); in doPaintContent()
1528 const Rectangle aCurrentRowHeader( aRowHeaderArea.GetIntersection( aRowIterator.getRect() ) ); in doPaintContent()
/trunk/main/tools/inc/tools/
H A Dpoly.hxx198 void GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const;
301 void GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const;
H A Dgen.hxx430 Rectangle GetIntersection( const Rectangle& rRect ) const;
647 inline Rectangle Rectangle::GetIntersection( const Rectangle& rRect ) const in GetIntersection() function in Rectangle
/trunk/main/sw/inc/
H A Dswrect.hxx81 inline SwRect GetIntersection( const SwRect& rRect ) const;
311 inline SwRect SwRect::GetIntersection( const SwRect& rRect ) const in GetIntersection() function in SwRect
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx61 aPolyPoly.GetIntersection( aPolyPolyRect, aIntersection ); in IntersectClipRect()
123 aPolyPoly.GetIntersection( aSimplePoly, aNewClipPath ); in SetClipPath()
1195 aClipPath.GetClipPath().GetIntersection( aPolyPolyRect, aDest ); in DrawRect()
1354 aClipPath.GetClipPath().GetIntersection( aPolyPoly, aDest ); in DrawPolygon()
1401 aClipPath.GetClipPath().GetIntersection( rPolyPolygon, aDest ); in DrawPolyPolygon()
/trunk/main/svtools/source/control/
H A Dscrwin.cxx353 Size aWill( aWish.GetIntersection(aMax).GetSize() ); in SetVisibleSize()
430 aTarget = rTarget.GetIntersection( aTotRect ); in MakeVisible()
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx167 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds()
/trunk/main/tools/source/generic/
H A Dgen.cxx382 return !GetIntersection( rRect ).IsEmpty(); in IsOver()
H A Dpoly2.cxx365 void PolyPolygon::GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetIntersection() function in PolyPolygon
H A Dpoly.cxx1102 void Polygon::GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetIntersection() function in Polygon
1105 aTmp.GetIntersection( rPolyPoly, rResult ); in GetIntersection()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeader.cxx395 aRect = aClipRect.GetIntersection(aRect); in GetBoundingBox()
H A DAccessibleDocumentPagePreview.cxx1139 aClippedPixelPaintRect = aPixelPaintRect.GetIntersection(aRect2); in FillShapes()
1155 if(!aClippedPixelPaintRect.GetIntersection(aRect).IsEmpty()) in FillShapes()
H A DAccessibleText.cxx380 aVisArea = pWin->GetWindowExtentsRelative(pWin).GetIntersection(aVisArea); in CorrectVisArea()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx167 aRect = aRect.GetIntersection( aParentRect ); in GetBounds()
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx1400 Rectangle aIntersect = GetOuterRect().GetIntersection( aDockingRect ); in CalcAlignment()
1414 Rectangle aIntersectRect = aInRect.GetIntersection( aSmallDockingRect ); in CalcAlignment()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx879 Rectangle aRect = _rRect.GetIntersection(pObjIter->GetLastBoundRect()); in isOver()
917 Rectangle aRect = _rRect.GetIntersection(pObjIter->GetLastBoundRect()); in isOver()
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx369 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx127 … Rectangle aIntersectionRect = aNewRect.GetIntersection(aOverlappingRect); in lcl_getNewRectSize()
865 …Rectangle aIntersectRect = aTest.GetIntersection(_bBoundRects ? pPreviousObj->GetCurrentBoundRect(… in alignMarkedObjects()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx105 rPolyPoly.GetIntersection( *pClipPolyPoly, *pPolyPoly ); in ImplDrawPolyPolygon()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx721 aBBox = aBBox.GetIntersection (aParentBBox); in getBounds()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1428 Rectangle aIntersection( aCurScreenRect.GetIntersection( i_rRect ) ); in GetBestScreen()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx317 rPolyPoly.GetIntersection( *mpClipPolyPolygon, aPolyPoly ); in Impl_writePolyPolygon()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5214 Rectangle aIntersection = maOutDockRect.GetIntersection( aDockingRect ); in Docking()
5240 Rectangle aIntersect = aInRect.GetIntersection( aDockingRect ); in Docking()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1641 const ::Rectangle aRect = aSourceRect.GetIntersection(aBoundRect); in checkPosAndSize()

Completed in 169 milliseconds