Home
last modified time | relevance | path

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

1234

/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx62 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 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 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 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 Db2dpolygonclipper.cxx104 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolygonOnParallelAxis()
432 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolyPolygonOnPolyPolygon()
/trunk/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()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx65 const sal_uInt32 nEdgeCount(rPolygon.isClosed() ? nCount : nCount - 1); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
111 const sal_uInt32 nEdgeCount(rPolygon.isClosed() ? nCount : nCount - 1); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
294 if(rPolygon.isClosed() && !bNoLineJoin) in drawPolyLine()
/trunk/main/svx/source/engine3d/
H A Dlathe3d.cxx91 if(nSegCnt && !rPoly.isClosed()) in E3dLatheObj()
198 if(nSegCnt && !rPoly.isClosed()) in SetPolyPoly2D()
/trunk/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()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlConnection.java129 public synchronized boolean isClosed() throws SQLException { in isClosed() method in PostgresqlConnection
131 return impl.isClosed(); in isClosed()
/trunk/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()
/trunk/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
/trunk/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
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx576 aPoly.isClosed() ? false : true)); in InsertObj()
582 aNewPoly.isClosed() ? OBJ_POLY : OBJ_PLIN, in InsertObj()
802 if(rSrcPoly.isClosed()) in CheckLastLineMerge()
821 if(aDstPoly.isClosed()) in CheckLastLineMerge()
950 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()
/trunk/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()
/trunk/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
/trunk/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
/trunk/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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx283 if(aPolygon.isClosed()) in create2DDecomposition()
693 if(getFill() && getB2DPolyPolygon().isClosed()) in create2DDecomposition()
/trunk/main/mysqlc/source/
H A Dmysqlc_connection.cxx89 if (!isClosed()) { in ~OConnection()
419 sal_Bool SAL_CALL OConnection::isClosed() in isClosed() function in OConnection

Completed in 163 milliseconds

1234