Home
last modified time | relevance | path

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

1234

/AOO41X/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx62 if(rCandidate.isClosed()) in openWithGeometryChange()
81 if(!rCandidate.isClosed()) in closeWithGeometryChange()
186 … const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in adaptiveSubdivideByDistance()
244 if(rCandidate.isClosed()) in adaptiveSubdivideByDistance()
269 … const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in adaptiveSubdivideByAngle()
317 if(rCandidate.isClosed()) in adaptiveSubdivideByAngle()
342 … const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in adaptiveSubdivideByCount()
382 if(rCandidate.isClosed()) in adaptiveSubdivideByCount()
592 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in getLength()
640 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in getPositionAbsolute()
[all …]
H A Db3dpolygontools.cxx232 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 Db2dpolygoncutandtouch.cxx177 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 Db2dpolygon.cxx561 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 Db2dpolypolygon.cxx345 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 Db3dpolypolygon.cxx384 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 Db2dlinegeometry.cxx234 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 Db3dpolygon.cxx922 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 Db2dpolygonclipper.cxx104 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolygonOnParallelAxis()
430 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolyPolygonOnPolyPolygon()
/AOO41X/main/sd/source/ui/func/
H A Dfumorph.cxx204 …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()
/AOO41X/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx63 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()
/AOO41X/main/svx/source/engine3d/
H A Dlathe3d.cxx91 if(nSegCnt && !rPoly.isClosed()) in E3dLatheObj()
198 if(nSegCnt && !rPoly.isClosed()) in SetPolyPoly2D()
/AOO41X/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.cxx125 sal_Bool SAL_CALL OSharedConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in dbaccess::OSharedConnection
131 return m_xConnection->isClosed(); in isClosed()
/AOO41X/main/connectivity/source/cpool/
H A DZConnectionWrapper.cxx132 sal_Bool SAL_CALL OConnectionWeakWrapper::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in OConnectionWeakWrapper
136 return m_xConnection->isClosed(); in isClosed()
/AOO41X/main/connectivity/source/drivers/evoab2/
H A DNConnection.cxx89 if(!isClosed()) { in ~OEvoabConnection()
201 sal_Bool SAL_CALL OEvoabConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in OEvoabConnection
/AOO41X/main/connectivity/source/drivers/kab/
H A DKConnection.cxx58 if (!isClosed()) in ~KabConnection()
158 sal_Bool SAL_CALL KabConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in KabConnection
/AOO41X/main/connectivity/source/drivers/macab/
H A DMacabConnection.cxx56 if (!isClosed()) in ~MacabConnection()
153 sal_Bool SAL_CALL MacabConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in MacabConnection
/AOO41X/main/drawinglayer/source/primitive3d/
H A Dsdrlatheprimitive3d.cxx226 …const sal_uInt32 nSubEdgeCount(aSubCandidate.isClosed() ? aSubCandidate.count() : (aSubCandidate.c… in impCreateSlices()
301 if(getPolyPolygon().count() && !getPolyPolygon().getB2DPolygon(0L).isClosed()) in SdrLathePrimitive3D()
/AOO41X/main/svx/source/svdraw/
H A Dsvdfmtf.cxx573 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 Dsdrpagewindow.cxx235 … const sal_uInt32 nLoopCount(aCandidate.isClosed() ? aCandidate.count() : aCandidate.count() - 1L); in impPaintStrokePolygon()
276 if(aPolyA.count() && aPolyA.isClosed() && aPolyB.count()) in impTryTest()
/AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx57 if(!isClosed()) in ~OConnection()
206 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in OConnection
/AOO41X/main/connectivity/source/drivers/file/
H A DFConnection.cxx76 if(!isClosed( )) in ~OConnection()
282 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in OConnection
/AOO41X/main/basegfx/source/tools/
H A Dunopolypolygon.cxx171 sal_Bool SAL_CALL UnoPolyPolygon::isClosed( in isClosed() function in basegfx::unotools::UnoPolyPolygon
177 return maPolyPoly.getB2DPolygon(index).isClosed(); in isClosed()
/AOO41X/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx283 if(aPolygon.isClosed()) in create2DDecomposition()
601 if(getFill() && getB2DPolyPolygon().isClosed()) in create2DDecomposition()
/AOO41X/main/mysqlc/source/
H A Dmysqlc_connection.cxx89 if (!isClosed()) { in ~OConnection()
419 sal_Bool SAL_CALL OConnection::isClosed() in isClosed() function in OConnection

1234