/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 62 if(rCandidate.isClosed()) in openWithGeometryChange() 81 if(!rCandidate.isClosed()) in closeWithGeometryChange() 244 if(rCandidate.isClosed()) in adaptiveSubdivideByDistance() 317 if(rCandidate.isClosed()) in adaptiveSubdivideByAngle() 382 if(rCandidate.isClosed()) in adaptiveSubdivideByCount() 653 if(rCandidate.isClosed()) in getPositionAbsolute() 669 if(rCandidate.isClosed()) in getPositionAbsolute() 2369 if( !rPoly.isClosed() || in isRectangle() 2637 if(rCandidate.isClosed()) in getSmallestDistancePointToPolygon() 3120 aRetval.setClosed(rOld1.isClosed() && rOld2.isClosed()); in interpolate() [all …]
|
H A D | b3dpolygontools.cxx | 232 if(rCandidate.isClosed() || ((nIndex + 1L) != nPointCount)) in getEdgeLength() 252 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in getLength() 288 if(rCandidate.isClosed()) in getPositionAbsolute() 305 if(rCandidate.isClosed()) in getPositionAbsolute() 404 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in applyLineDashing() 832 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in isInEpsilonRange() 1101 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in isPointOnPolygon() 1173 const bool bClosed(rCandidateA.isClosed()); in equal() 1175 if(bClosed != rCandidateB.isClosed()) in equal()
|
H A D | b2dpolygoncutandtouch.cxx | 177 if(rCandidate.isClosed()) in mergeTemporaryPointsAndPolygon() 305 …OSL_ENSURE(!rCandidateA.isClosed() && !rCandidateB.isClosed(), "findCutsAndTouchesAndCommonForBezi… in findCutsAndTouchesAndCommonForBezier() 535 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in findCuts() 733 const sal_uInt32 nEdgeCount(rEdgePolygon.isClosed() ? nEdgePointCount : nEdgePointCount - 1L); in findTouches() 793 const sal_uInt32 nEdgeCountA(rCandidateA.isClosed() ? nPointCountA : nPointCountA - 1L); in findCuts() 794 const sal_uInt32 nEdgeCountB(rCandidateB.isClosed() ? nPointCountB : nPointCountB - 1L); in findCuts() 1058 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nCount : nCount - 1); in addPointsAtCuts() 1120 const sal_uInt32 nEdgeCountA(rCandidate.isClosed() ? nCountA : nCountA - 1); in addPointsAtCuts()
|
H A D | b2dpolygon.cxx | 561 const sal_uInt32 nEdgeCount(rSource.isClosed() ? nPointCount : nPointCount - 1); in getB2DRange() 714 bool isClosed() const in isClosed() function in ImplB2DPolygon 1460 if(bNextIndexValidWithoutClose || mpPolygon->isClosed()) in isBezierSegment() 1485 if(bNextIndexValidWithoutClose || mpPolygon->isClosed()) in getBezierSegment() 1585 bool B2DPolygon::isClosed() const in isClosed() function in basegfx::B2DPolygon 1587 return mpPolygon->isClosed(); in isClosed() 1592 if(isClosed() != bNew) in setClosed()
|
H A D | b2dpolypolygon.cxx | 345 bool B2DPolyPolygon::isClosed() const in isClosed() function in basegfx::B2DPolyPolygon 353 if(!(mpPolyPolygon->getB2DPolygon(a)).isClosed()) in isClosed() 364 if(bNew != isClosed()) in setClosed()
|
H A D | b3dpolypolygon.cxx | 384 bool B3DPolyPolygon::isClosed() const in isClosed() function in basegfx::B3DPolyPolygon 392 if(!(mpPolyPolygon->getB3DPolygon(a)).isClosed()) in isClosed() 403 if(bNew != isClosed()) in setClosed()
|
H A D | b2dlinegeometry.cxx | 234 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in subdivideToSimple() 332 aRetval.setClosed(rCandidate.isClosed()); in subdivideToSimple() 839 const bool bIsClosed(aCandidate.isClosed()); in createAreaGeometry()
|
H A D | b3dpolygon.cxx | 922 bool isClosed() const in isClosed() function in ImplB3DPolygon 1771 bool B3DPolygon::isClosed() const in isClosed() function in basegfx::B3DPolygon 1773 return mpPolygon->isClosed(); in isClosed() 1778 if(isClosed() != bNew) in setClosed()
|
H A D | b2dpolygonclipper.cxx | 104 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolygonOnParallelAxis() 430 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolyPolygonOnPolyPolygon()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 204 …const double fStep(::basegfx::tools::getLength(rCandidate) / (double)(rCandidate.isClosed() ? nNum… in ImpGetExpandedPolygon() 235 aRetval.setClosed(rCandidate.isClosed()); in ImpGetExpandedPolygon() 275 aPoly2.setClosed(rBig.isClosed()); in ImpEqualizePolyPointCount() 466 aNewPolygon.setClosed(aPolyStart.isClosed() && aPolyEnd.isClosed()); in ImpCreateMorphedPolygon()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 63 const sal_uInt32 nEdgeCount(rPolygon.isClosed() ? nCount : nCount - 1); in impAddB2DPolygonToGDIPlusGraphicsPathReal() 109 const sal_uInt32 nEdgeCount(rPolygon.isClosed() ? nCount : nCount - 1); in impAddB2DPolygonToGDIPlusGraphicsPathInteger() 292 if(rPolygon.isClosed() && !bNoLineJoin) in drawPolyLine()
|
/aoo4110/main/svx/source/engine3d/ |
H A D | lathe3d.cxx | 91 if(nSegCnt && !rPoly.isClosed()) in E3dLatheObj() 198 if(nSegCnt && !rPoly.isClosed()) in SetPolyPoly2D()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | SharedConnection.cxx | 125 sal_Bool SAL_CALL OSharedConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in dbaccess::OSharedConnection 131 return m_xConnection->isClosed(); in isClosed()
|
/aoo4110/main/connectivity/source/cpool/ |
H A D | ZConnectionWrapper.cxx | 132 sal_Bool SAL_CALL OConnectionWeakWrapper::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in OConnectionWeakWrapper 136 return m_xConnection->isClosed(); in isClosed()
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NConnection.cxx | 89 if(!isClosed()) { in ~OEvoabConnection() 201 sal_Bool SAL_CALL OEvoabConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in OEvoabConnection
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | KConnection.cxx | 58 if (!isClosed()) in ~KabConnection() 158 sal_Bool SAL_CALL KabConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in KabConnection
|
/aoo4110/main/connectivity/source/drivers/macab/ |
H A D | MacabConnection.cxx | 56 if (!isClosed()) in ~MacabConnection() 153 sal_Bool SAL_CALL MacabConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in MacabConnection
|
/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | sdrlatheprimitive3d.cxx | 226 …const sal_uInt32 nSubEdgeCount(aSubCandidate.isClosed() ? aSubCandidate.count() : (aSubCandidate.c… in impCreateSlices() 301 if(getPolyPolygon().count() && !getPolyPolygon().getB2DPolygon(0L).isClosed()) in SdrLathePrimitive3D()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 573 aPoly.isClosed() ? false : true)); in InsertObj() 579 aNewPoly.isClosed() ? OBJ_POLY : OBJ_PLIN, in InsertObj() 799 if(rSrcPoly.isClosed()) in CheckLastLineMerge() 818 if(aDstPoly.isClosed()) in CheckLastLineMerge() 947 aSource.isClosed() ? OBJ_POLY : OBJ_PLIN, in DoAction()
|
H A D | sdrpagewindow.cxx | 235 … const sal_uInt32 nLoopCount(aCandidate.isClosed() ? aCandidate.count() : aCandidate.count() - 1L); in impPaintStrokePolygon() 276 if(aPolyA.count() && aPolyA.isClosed() && aPolyB.count()) in impTryTest()
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SConnection.cxx | 57 if(!isClosed()) in ~OConnection() 206 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in OConnection
|
/aoo4110/main/connectivity/source/drivers/file/ |
H A D | FConnection.cxx | 76 if(!isClosed( )) in ~OConnection() 282 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in OConnection
|
/aoo4110/main/basegfx/source/tools/ |
H A D | unopolypolygon.cxx | 171 sal_Bool SAL_CALL UnoPolyPolygon::isClosed( in isClosed() function in basegfx::unotools::UnoPolyPolygon 177 return maPolyPoly.getB2DPolygon(index).isClosed(); in isClosed()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | polypolygonprimitive2d.cxx | 283 if(aPolygon.isClosed()) in create2DDecomposition() 601 if(getFill() && getB2DPolyPolygon().isClosed()) in create2DDecomposition()
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_connection.cxx | 89 if (!isClosed()) { in ~OConnection() 419 sal_Bool SAL_CALL OConnection::isClosed() in isClosed() function in OConnection
|