Home
last modified time | relevance | path

Searched refs:aIntersection (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5214 Rectangle aIntersection = maOutDockRect.GetIntersection( aDockingRect ); in Docking() local
5215 if ( !aIntersection.IsEmpty() && !IsDockingPrevented() ) in Docking()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1428 Rectangle aIntersection( aCurScreenRect.GetIntersection( i_rRect ) ); in GetBestScreen() local
1429 if( ! aIntersection.IsEmpty() ) in GetBestScreen()
1431 const unsigned long nCurOverlap( aIntersection.GetWidth() * aIntersection.GetHeight() ); in GetBestScreen()
/trunk/main/tools/source/generic/
H A Dpoly.cxx1718 Point aIntersection; in IsInside() local
1728 if ( aLine.Intersection( Line( aPt1, rPt2 ), aIntersection ) ) in IsInside()
1734 if ( aIntersection != aLastIntersection ) in IsInside()
1736 aLastIntersection = aIntersection; in IsInside()
1742 aLastIntersection = aIntersection; in IsInside()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx1491 TableCellGeometry const aIntersection( *this, Rectangle( Point( 0, 0 ), in doPaintContent() local
1493 Rectangle const aInters( aIntersection.getRect() ); in doPaintContent()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx59 PolyPolygon aIntersection; in IntersectClipRect() local
61 aPolyPoly.GetIntersection( aPolyPolyRect, aIntersection ); in IntersectClipRect()
62 aPolyPoly = aIntersection; in IntersectClipRect()
/trunk/main/extensions/source/propctrlr/
H A Dpropertycomposer.cxx236 PropertyBag aIntersection; in getSupportedProperties() local
238 …::std::insert_iterator< PropertyBag >( aIntersection, aIntersection.begin() ), PropertyLessByName(… in getSupportedProperties()
240 m_aSupportedProperties.swap( aIntersection ); in getSupportedProperties()

Completed in 95 milliseconds