Home
last modified time | relevance | path

Searched refs:isClosed (Results 51 – 75 of 94) sorted by relevance

1234

/trunk/main/dbaccess/source/core/dataaccess/
H A DSharedConnection.hxx152 …virtual sal_Bool SAL_CALL isClosed( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
H A Dconnection.hxx175 …virtual sal_Bool SAL_CALL isClosed( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
/trunk/main/offapi/com/sun/star/rendering/
H A DXPolyPolygon2D.idl118 boolean isClosed( [in] long index )
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx338 const sal_uInt32 nEdgeCount(rLine.isClosed() ? nPointCount : nPointCount - 1); in rasterconvertB3DPolygon()
/trunk/main/connectivity/source/inc/file/
H A DFConnection.hxx109 …virtual sal_Bool SAL_CALL isClosed( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::sta…
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx959 aPolygon.isClosed()*aPolygon.areControlPointsUsed() ); in doPolyPolygonImplementation()
1015 if( aPolygon.isClosed() ) in doPolyPolygonImplementation()
1063 … const sal_uInt32 nEdgeCount(aCandidate.isClosed() ? nPointCount + 1: nPointCount); in doPolyPolygonPath()
/trunk/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx150 mnMaxIndex(rPolygon.isClosed() ? rPolygon.count() : rPolygon.count() - 1), in pathTextBreakupHelper()
/trunk/main/basegfx/source/inc/
H A DPolygonPoint.hxx151 bool isClosed() const in isClosed() function in PolygonPointList
H A Dpolygontemplate.hxx151 bool isClosed() const in isClosed() function in ImplPolygonTemplate
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx817 if(aPoly.isClosed()) nPointCount++; in B3dPolyPolygon_to_PolyPolygonShape3D()
831 if(aPoly.isClosed()) in B3dPolyPolygon_to_PolyPolygonShape3D()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1841 if(!bSortFilledObjectsToBack && !aNewB2DPolyPolygon.isClosed() && !bNoStroke) in CreateSubPath()
1874 aNewB2DPolyPolygon.isClosed() ? OBJ_POLY : OBJ_PLIN, in CreateSubPath()
1893 aNewB2DPolyPolygon.isClosed() ? OBJ_POLY : OBJ_PLIN, in CreateSubPath()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1814 if((bool)IsClosed() != aCandidate.isClosed()) in ImpForceKind()
1819 if(aCandidate.isClosed()) in ImpForceKind()
2604 const bool bBefore(!aCandidate.isClosed() && 0L == nSmallestEdgeIndex && 0.0 == fSmallestCut); in NbcInsPoint()
2605 …const bool bAfter(!aCandidate.isClosed() && aCandidate.count() == nSmallestEdgeIndex + 2L && 1.0 =… in NbcInsPoint()
H A Dsvdedtv2.cxx1321 if(!aPolygon.isClosed()) in CombineMarkedObjects()
1531 const sal_uInt32 nLoopCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1); in ImpDismantleOneObject()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx165 if(!rPolygon.isClosed() && !rStroke.isDefault()) in createPolygonLinePrimitive()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudeprimitive3d.cxx442 if(getPolyPolygon().count() && !getPolyPolygon().getB2DPolygon(0L).isClosed()) in SdrExtrudePrimitive3D()
H A Dpolygontubeprimitive3d.cxx489 const bool bClosed(getB3DPolygon().isClosed()); in impCreate3DDecomposition()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx113 if(rBasePolygon.isClosed()) in splitLinePolygon()
391 if(!aLocalPolygon.isClosed()) in impTryToCreateSvtGraphicStroke()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx533 if(!aLocalPolygon.isClosed()) in create2DDecomposition()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx200 const sal_uInt32 nEdgeCount(rCandidate.isClosed() ? nPointCount : nPointCount - 1L); in clipPolygonOnOrthogonalPlane()
H A Db3dpolypolygontools.cxx620 const bool bIsClosed(aPoly.isClosed()); in B3DPolyPolygonToUnoPolyPolygonShape3D()
/trunk/main/canvas/source/directx/
H A Ddx_impltools.cxx200 const bool bClosedPolygon( rPoly.isClosed() ); in graphicsPathFromB2DPolygon()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1644 const sal_uInt8 bClosed(aCandidate.isClosed() ? 1 : 0); in streamOutB2DPolyPolygon()
2005 if(!maPolyPolygon.isClosed()) in checkForUniqueItem()
2403 if(!maPolyPolygon.isClosed()) in checkForUniqueItem()
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx266 sal_Bool SAL_CALL OConnection::isClosed( ) throw(SQLException, RuntimeException) in isClosed() function in OConnection
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerGen.cxx125 bool isClosed() in isClosed() function in dbaui::CloseChecker
/trunk/main/tools/source/generic/
H A Dpoly.cxx2244 if(aRetval.isClosed()) in getB2DPolygon()
2282 const bool bClosed(rPolygon.isClosed()); in Polygon()

Completed in 171 milliseconds

1234