/trunk/main/o3tl/qa/ |
H A D | test-range.cxx | 101 ASSERT_TRUE(t1.overlaps(t1)) << "int overlaps1"; in int_test() 102 ASSERT_TRUE(t1.overlaps(t2)) << "int overlaps2"; in int_test() 103 ASSERT_TRUE(! t1.overlaps(t3)) << "int overlaps3"; in int_test() 104 ASSERT_TRUE(t1.overlaps(t4)) << "int overlaps4"; in int_test() 105 ASSERT_TRUE(t1.overlaps(t5)) << "int overlaps5"; in int_test() 106 ASSERT_TRUE(t1.overlaps(t6)) << "int overlaps6"; in int_test() 107 ASSERT_TRUE(t1.overlaps(t7)) << "int overlaps7"; in int_test() 108 ASSERT_TRUE(t1.overlaps(t8)) << "int overlaps8"; in int_test() 109 ASSERT_TRUE(! t1.overlaps(t9)) << "int overlaps9"; in int_test() 110 ASSERT_TRUE(t1.overlaps(t10)) << "int overlaps10"; in int_test() [all …]
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dpolygoncutandtouch.cxx | 326 if(aRangeA.overlaps(aRangeB)) in findCutsAndTouchesAndCommonForBezier() 570 bOverlap = aRangeA.overlaps(aRangeB); in findCuts() 618 bOverlap = aRangeA.overlaps(aRangeB); in findCuts() 822 bOverlap = aRangeA.overlaps(aRangeB); in findCuts() 870 bOverlap = aRangeA.overlaps(aRangeB); in findCuts() 972 if(pTempData[a].getRange().overlaps(pTempData[b].getRange())) in addPointsAtCutsAndTouches() 981 if(pTempData[a].getRange().overlaps(pTempData[b].getRange())) in addPointsAtCutsAndTouches() 1056 if(aPolygonRange.overlaps(aEdgeRange)) in addPointsAtCuts() 1073 if(aCubicRange.overlaps(aEdgeRange)) in addPointsAtCuts() 1080 if(aCubicRange.overlaps(aEdgeRange)) in addPointsAtCuts() [all …]
|
H A D | b2dtrapezoid.cxx | 420 if(aRange.overlaps(aCompareRange)) in solveHorizontalEdges() 725 if(aLeftRange.overlaps(aRightRange)) in Subdivide() 774 if(aAllRange.overlaps(aCompareRange)) in Subdivide() 815 if(!bDone && aLeftRange.overlaps(aCompareRange)) in Subdivide() 821 if(!bDone && aRightRange.overlaps(aCompareRange)) in Subdivide()
|
H A D | b3dpolygonclipper.cxx | 347 else if(!rRange.overlaps(aCandidateRange)) in clipPolygonOnRange() 442 else if(!rRange.overlaps(aCandidateRange)) in clipPolygonOnRange()
|
/trunk/main/basegfx/source/range/ |
H A D | b2dpolyrange.cxx | 205 bool overlaps( const B2DRange& rRange ) const in overlaps() function in basegfx::ImplB2DPolyRange 207 if( !maBounds.overlaps( rRange ) ) in overlaps() 213 boost::bind<bool>( boost::mem_fn( &B2DRange::overlaps ), in overlaps() 384 bool B2DPolyRange::overlaps( const B2DRange& rRange ) const in overlaps() function in basegfx::B2DPolyRange 386 return mpImpl->overlaps(rRange); in overlaps()
|
/trunk/main/basegfx/inc/basegfx/range/ |
H A D | b3ibox.hxx | 217 bool overlaps(const B3IBox& rBox) const in overlaps() function in basegfx::B3IBox 220 maRangeX.overlaps(rBox.maRangeX) in overlaps() 221 && maRangeY.overlaps(rBox.maRangeY) in overlaps() 222 && maRangeZ.overlaps(rBox.maRangeZ) in overlaps()
|
H A D | b3irange.hxx | 220 bool overlaps(const B3IRange& rRange) const in overlaps() function in basegfx::B3IRange 223 maRangeX.overlaps(rRange.maRangeX) in overlaps() 224 && maRangeY.overlaps(rRange.maRangeY) in overlaps() 225 && maRangeZ.overlaps(rRange.maRangeZ) in overlaps()
|
H A D | b3drange.hxx | 251 bool overlaps(const B3DRange& rRange) const in overlaps() function in basegfx::B3DRange 254 maRangeX.overlaps(rRange.maRangeX) in overlaps() 255 && maRangeY.overlaps(rRange.maRangeY) in overlaps() 256 && maRangeZ.overlaps(rRange.maRangeZ) in overlaps()
|
H A D | b2ibox.hxx | 186 bool overlaps(const B2IBox& rBox) const in overlaps() function in basegfx::B2IBox 189 maRangeX.overlaps(rBox.maRangeX) in overlaps() 190 && maRangeY.overlaps(rBox.maRangeY) in overlaps()
|
H A D | b2irange.hxx | 187 bool overlaps(const B2IRange& rRange) const in overlaps() function in basegfx::B2IRange 190 maRangeX.overlaps(rRange.maRangeX) in overlaps() 191 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
|
H A D | b2drange.hxx | 211 bool overlaps(const B2DRange& rRange) const in overlaps() function in basegfx::B2DRange 214 maRangeX.overlaps(rRange.maRangeX) in overlaps() 215 && maRangeY.overlaps(rRange.maRangeY) in overlaps()
|
H A D | basicbox.hxx | 85 using Base::overlaps; 87 bool overlaps(const BasicBox& rBox) const in overlaps() function in basegfx::BasicBox
|
H A D | b1ibox.hxx | 113 bool overlaps(const B1IBox& rBox) const in overlaps() function in basegfx::B1IBox 115 return maRange.overlaps(rBox.maRange); in overlaps()
|
H A D | b1irange.hxx | 114 bool overlaps(const B1IRange& rRange) const in overlaps() function in basegfx::B1IRange 116 return maRange.overlaps(rRange.maRange); in overlaps()
|
H A D | b1drange.hxx | 123 bool overlaps(const B1DRange& rRange) const in overlaps() function in basegfx::B1DRange 125 return maRange.overlaps(rRange.maRange); in overlaps()
|
H A D | b2dconnectedranges.hxx | 114 maTotalBounds.overlaps( rRange ) ); in addRange() 170 aCurrAggregate->maTotalBounds.overlaps( in addRange()
|
H A D | basicrange.hxx | 119 bool overlaps(const BasicRange& rRange) const in overlaps() function in basegfx::BasicRange 217 if( !overlaps( rRange ) ) in intersect()
|
H A D | b2dpolyrange.hxx | 122 bool overlaps( const B2DRange& rRange ) const;
|
/trunk/main/sc/source/core/tool/ |
H A D | reftokenhelper.cxx | 336 static bool overlaps(T nMin1, T nMax1, T nMin2, T nMax2, T& rNewMin, T& rNewMax) in overlaps() function in __anon9af42db70111::JoinRefTokenRanges 417 bJoinRanges = overlaps( in join() 423 bJoinRanges = overlaps( in join()
|
/trunk/main/o3tl/inc/o3tl/ |
H A D | range.hxx | 64 bool overlaps( 169 range<T>::overlaps(const self & i_other) const in overlaps() function in o3tl::range
|
/trunk/main/autodoc/inc/cosv/tpl/ |
H A D | range.hxx | 65 bool overlaps( 170 range<T>::overlaps(const self & i_other) const in overlaps() function in csv::range
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrpage.cxx | 457 if(!aViewRange.isEmpty() && !aViewRange.overlaps(aObjectRange)) in getPrimitive2DSequenceHierarchy() 706 if(!aViewRange.isEmpty() && !aViewRange.overlaps(aObjectRange)) in getPrimitive2DSequenceHierarchy()
|
H A D | viewobjectcontactofgroup.cxx | 86 if(!aViewRange.isEmpty() && !aViewRange.overlaps(aObjectRange)) in getPrimitive2DSequenceHierarchy()
|
H A D | viewobjectcontactofmasterpagedescriptor.cxx | 129 else if(aPageFillRange.overlaps(aSubHierarchyRange)) in getPrimitive2DSequenceHierarchy()
|
/trunk/main/drawinglayer/source/processor3d/ |
H A D | defaultprocessor3d.cxx | 345 if(a2DRange.overlaps(maRasterRange)) in impRenderPolygonHairlinePrimitive3D() 385 bPaintIt = a2DRange.overlaps(maRasterRange); in impRenderPolyPolygonMaterialPrimitive3D()
|